Skip to content

Test that GL_PRIMITIVES_SUBMITTED queries don't include extra prims.

Kenneth Graunke requested to merge kwg/piglit:pipestat-extraprims into master

Drivers may generate additional primitives for staging buffer blits, clears, and so on. These should not be counted by the pipeline statistics queries.

Based on Ben Widawsky's pipeline_stats_extra_vert_adj.c test.

Merge request reports