Skip to content

radv: add support for mesh/task shader queries on GFX10.3

Samuel Pitoiset requested to merge hakzsam/mesa:radv_gfx103_mesh_query into main

On GFX10.3, these queries need to be emulated (the shader code already landed), while on GFX11 they are natively supported by the hardware.

GFX11 support will come right after this work.

This pass all dEQP-VK.mesh_shader.ext.query.* except some line tests which are broken with/without queries.

Based on !25953 (merged)

Edited by Samuel Pitoiset

Merge request reports