[Piglit] [PATCH 0/5] Initial GLX_ARB_create_context_profile and GLX_EXT_create_context_es2_profile tests

Ian Romanick idr at freedesktop.org
Tue Jun 12 14:30:15 PDT 2012


(Apologies to people on CC who received this twice.  I mistyped the
address for the piglit list the first time.)

This is an initial set of tests for GLX_ARB_create_context_profile and
GLX_EXT_create_context_es2_profile.  These tests just verify that the
GLX API generates the correct errors and allows certain required
things to work.

Since these tests share a lot of infrastructure with the
GLX_ARB_create_context tests, I've put them in the same folder.  I'm
open to other suggestions.  However, the tests are correctly separated
by extension in all.tests.

We should also have some tests to verify that requesting a particular
version and profile actually results in the correct thing being
created.  I'll get to that eventually, but it probably won't be until
Mesa drivers get closer to having 3.2 support.



More information about the Piglit mailing list