mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-06 01:30:35 +02:00
- Fix the checks for emulation (based on presence of the extension on the host) - Add flag in gfxstream_vk_physical_device, otherwise the real device extensions are not properly filtered when communicating with the host. - The "function" version of the check in ResourceTracker can eventually just check the flag once mesa and gfxstream objects are combined - Remove the duplicate getPhysicalDeviceFormatProperties2 impl, this is covered by the ResourceTracker impl - Add ResourceTracker impl for getImageDrmFormatModifierPropertiesEXT - Remove isDmaBufImage flag from VkImage_info, and clean up all the code associated with this flag. In on_vkCreateImage, all required info is avaialble from the extMemImageCi::handleType. In on_vkAllocateMemory, this is all associated with the tiling of the dedicatedImage for the allocation Reviewed-By: Gurchetan Singh <gurchetansingh@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33944> |
||
|---|---|---|
| .. | ||
| scripts | ||
| xml | ||
| generate-gfxstream-vulkan.sh | ||