Lynne
Lynne
This commit adds a sync_fence FD to the export-dmabuf protocol, allowing for clients to synchronize their readout of the frame with the last operation the compositor performs to the frame,...
Something that doesn't really matter outside of my own experiment for gpu-next. And a small fix for Wayland. It shouldn't be possible to have 2 presentation feedback events in-fly, so...
### Component systemd-networkd ### Is your feature request related to a problem? Please describe To be able to use UDP-Lite fully and receive potentially damaged packets, additional configuration is required...
Like the title says, regardless of the `Tabline` setting, the tabline is never shown, unless a new tab is manually created by clicking on the `Open a new tab` icon...
Meson can automatically use in-tree versions of libraries by cloning them into a `submodules` folder, but I haven't documented that.
The issue happens with multiplane images. The spec says: ``` For images created with VK_IMAGE_CREATE_EXTENDED_USAGE_BIT a usage bit is valid if it is supported for at least one of the...
This is a wish; other decoding APIs have utilities like vainfo, vdpauinfo, nv-video-info to display all supported video codecs, profiles, levels and capabilities, but vulkaninfo currently only prints whether a...
The issue is that creating an nv12 (R8_G8B8) image with VK_IMAGE_USAGE_VIDEO_ENCODE_SRC_BIT_KHR (and VK_IMAGE_CREATE_VIDEO_PROFILE_INDEPENDENT_BIT_KHR) causes an issue when creating single-plane representation image views (R8 or R8G8): ` Validation Error: [ VUID-VkImageViewCreateInfo-image-08336...
Although the layer explicitly warns that no validation will be performed when using descriptor buffers, GPU assisted validation still results in errors for basic storage buffers in descriptors: > Validation...
Latest validation layer git main. AMD on Mesa: ``` Validation Error: [ VUID-vkCmdDecodeVideoKHR-pDecodeInfo-07142 ] Objects: VkCommandBuffer 0x7faa0016e2d0, VkVideoSessionKHR 0xba04b100000000c9, VkImageView 0x2d0f10000000124, VkImage 0xc0c03f000000011a | MessageID = 0x79b1d0c3 vkCmdDecodeVideoKHR(): pDecodeInfo->dstPictureResource.imageViewBinding (VkImageView...