Skip to content

radv/gfx10: implement NGG GS queries and re-enable NGG GS

Samuel Pitoiset requested to merge hakzsam/mesa:radv_gfx10_ngg_gs_query into master

Use GDS for accumulating the number of generated primitives with NGG GS. It's conditionally enabled to reduce GDS usage as much as possible. The last commit re-enable NGG GS.

Merge request reports