Re: [Piglit] [PATCH] glut framework: skip if implementation doesn't support required GL version.

2013-10-14 Thread Chad Versace
On 10/08/2013 05:12 PM, Paul Berry wrote: In effect, we are already doing this when Waffle is in use, since Waffle uses a context creation mechanism that ensures that the context won't be created if the implementation doesn't support the GL version needed by the test. But for GLUT we need to do

Re: [Piglit] [PATCH] glut framework: skip if implementation doesn't support required GL version.

2013-10-10 Thread Vinson Lee
On Tue, Oct 8, 2013 at 5:12 PM, Paul Berry wrote: > In effect, we are already doing this when Waffle is in use, since > Waffle uses a context creation mechanism that ensures that the context > won't be created if the implementation doesn't support the GL version > needed by the test. But for GLUT

[Piglit] [PATCH] glut framework: skip if implementation doesn't support required GL version.

2013-10-08 Thread Paul Berry
In effect, we are already doing this when Waffle is in use, since Waffle uses a context creation mechanism that ensures that the context won't be created if the implementation doesn't support the GL version needed by the test. But for GLUT we need to do the check manually, since GLUT always just c