Skip to content

gl-1.1: Add a new test for large vertex counts.

Emma Anholt requested to merge anholt/piglit:large-vertex-counts into master

There's a limitation on VC4 where it can only handle 65536 verts at a time in a glDrawArrays(), so the driver needs to split up the calls. This tests that path for all the primitive types.

Merge request reports