Ian Romanick <[email protected]> writes:
> +     /* Here's the actual test.  Start both kinds of query.  Pause and
> +      * resume transform feedback around some of the drawing.  This should
> +      * cause GL_PRIMITIVES_GENERATED to be larger than
> +      * GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.
> +      */
> +     glEnable(GL_RASTERIZER_DISCARD);
> +     glBeginQuery(GL_PRIMITIVES_GENERATED, queries[0]);
> +     glBeginQuery(GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, queries[1]);
> +        glBeginTransformFeedback(GL_TRIANGLES);

whitespace

other than that, r-b.

Attachment: pgp2xQtp1Q2wJ.pgp
Description: PGP signature

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to