mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-25 03:58:19 +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> |
||
|---|---|---|
| .. | ||
| amd | ||
| android_stub | ||
| asahi | ||
| broadcom | ||
| c11 | ||
| compiler | ||
| drm-shim | ||
| egl | ||
| etnaviv | ||
| freedreno | ||
| gallium | ||
| gbm | ||
| getopt | ||
| gfxstream | ||
| glx | ||
| gtest | ||
| imagination | ||
| imgui | ||
| intel | ||
| loader | ||
| mapi | ||
| mesa | ||
| microsoft | ||
| nouveau | ||
| panfrost | ||
| tool | ||
| util | ||
| virtio | ||
| vulkan | ||
| x11 | ||
| .clang-format | ||
| meson.build | ||