On Wed, Mar 26, 2014 at 10:27 AM, Jon Ashburn <[email protected]> wrote: >> +void >> +piglit_init(int argc, char **argv) >> +{ >> + piglit_require_extension("GL_ARB_texture_view"); > > also require texture_storage.
I disagree, actually -- an implementation that exposes ARB_texture_view without 4.2/ARB_texture_storage is broken, and so we'd want to fail. -- Chris _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
