[Piglit] [PATCH 1/7] ARB_pipeline_statistics_query (vertex): basic test
Ilia Mirkin
imirkin at alum.mit.edu
Fri Feb 13 23:02:09 PST 2015
On Sat, Feb 14, 2015 at 1:54 AM, Ben Widawsky
<benjamin.widawsky at intel.com> wrote:
> + /* Some of the token require more than just having the extension, but
> + * all require at least having the extension.
> + */
> + if (!piglit_is_extension_supported
> + ("GL_ARB_pipeline_statistics_query")) {
> + printf("Pipeline statistics not supported.\n");
> + piglit_report_result(PIGLIT_SKIP);
> + }
aka
piglit_require_extension("foo");
More information about the Piglit
mailing list