Skip to content

WIP: anv: Expose pipeline setup commands through VK_KHR_pipeline_executable_properties

Faith Ekstrand requested to merge gfxstrand/mesa:review/anv-renderdoc-batch into main

This MR adds support to expose a decoded version of the batch snippet stored in the VkPipeline through VK_KHR_pipeline_executable_properties so that you can see it in RenderDoc. Seemed like it might be useful to someone. It's far from perfect as it doesn't decode any shaders or dynamic state due to a lack of STATE_BASE_ADDRESS.

Screenshot_from_2020-04-15_17-00-13

There are also a couple fixes in here so I'd like at least those reviewed.

Edited by Jordan Justen

Merge request reports