Skip to content

ac/nir/ngg: fix gs generated primitive query for points

Qiang Yu requested to merge yuq825/mesa:topic/fix-ngg-point-query into main

We need to count point primitive with the same formula as line and triangle, so can't eliminate the vertex part.

Fixes: 60ac5dda ("ac: Add NIR lowering for NGG GS.") Signed-off-by: Qiang Yu yuq825@gmail.com

Merge request reports