mesa/src/gfxstream/codegen
Gurchetan Singh 147ba7b1ae gfxstream: filter VkPhysicalDeviceProperties2 structs before encoder call
Otherwise, the following crash is observed on the host:

"Unhandled Vulkan structure type Unhandled VkStructureType [1000010002], aborting"

which corresponds to PHYSICAL_DEVICE_PRESENTATION_PROPERTIES_ANDROID.

We shouldn't be sending those structs down to the host.  Don't
post-process vkGetPhysicalDeviceProperties2, pre-process it to
filter the guest-only structs.

Reviewed-by: David Gilhooley <djgilhooley.gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39205>
2026-01-08 08:02:37 -08:00
..
scripts gfxstream: filter VkPhysicalDeviceProperties2 structs before encoder call 2026-01-08 08:02:37 -08:00
xml gfxstream: revert "gfxstream: Add Vulkan func/structs for passing debugging data to host" 2026-01-08 08:02:36 -08:00
generate-gfxstream-vulkan.sh gfxstream: Update gfxstreaml vk xml location 2025-06-04 17:24:19 +00:00
meson.build gfxstream: explicitly list Python dependencies for gfxstream codegen 2026-01-08 08:02:37 -08:00