Isn't this backwards? Shouldn't waffle just work without the ARB_create_context or whatever ext and just create a context and see what version it is?
On Tue, Mar 29, 2016 at 6:44 PM, Emil Velikov <[email protected]> wrote: > As mentioned by Ilia (iirc) and Brian, when we explicitly request the GL > version via the config attribs, waffle attempts to use the > ARB_create_context extension(s). > > As those may not be available on drivers lacking OpenGL 3.0 support, be > more careful when we set the version attrib in the config. > > First five patches are related cleanup, with the final one doing the > actual work. > > Note: the series is only compile tested. Hopefully I haven't butchered > it :-) > > -Emil > > _______________________________________________ > Piglit mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/piglit _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
