mesa/src/gfxstream/codegen/scripts
Yahan Zhou fe6accba65 Better track color buffer usage in Vulkan
Sometimes guest renders to an AHB without calling
vkQueueSignalReleaseImageANDROIDAsyncGOOGLE. This would result in the
color buffer not being updated from Vulkan.

This commit tracks the situation that AHB is rendered to, and copies its
content to color buffer.

Note that it adds extra wait, which could hurt performance.

Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
2024-09-19 20:06:00 +00:00
..
cereal Better track color buffer usage in Vulkan 2024-09-19 20:06:00 +00:00
cerealgenerator.py Add VK_EXT_debug_utils to host modules for codegen 2024-09-19 20:06:00 +00:00
cgenerator.py
generator.py gfxstream: vulkan-docs: track feature type 2024-09-19 20:05:58 +00:00
genvk.py genvk: options.filename --> args.target 2024-09-19 20:05:59 +00:00
reg.py