On Sat, Feb 14, 2015 at 1:54 AM, Ben Widawsky
<[email protected]> 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");
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to