Re: [Piglit] [PATCH] glx-choosefbconfig-defaults: New glXChooseFBConfig test

2014-02-11 Thread Fredrik Höglund
On Tuesday 11 February 2014, Ian Romanick wrote: On 02/02/2014 07:42 AM, Fredrik Höglund wrote: Verify that glXChooseFBConfig uses the default values in table 3.4 in the GLX 1.4 specification for attributes not specified in attribList. This test currently fails on Mesa. Which cases?

Re: [Piglit] [PATCH] glx-choosefbconfig-defaults: New glXChooseFBConfig test

2014-02-10 Thread Ian Romanick
On 02/02/2014 07:42 AM, Fredrik Höglund wrote: Verify that glXChooseFBConfig uses the default values in table 3.4 in the GLX 1.4 specification for attributes not specified in attribList. This test currently fails on Mesa. Which cases? All of them if we supported a

[Piglit] [PATCH] glx-choosefbconfig-defaults: New glXChooseFBConfig test

2014-02-02 Thread Fredrik Höglund
Verify that glXChooseFBConfig uses the default values in table 3.4 in the GLX 1.4 specification for attributes not specified in attribList. This test currently fails on Mesa. --- tests/all.py| 1 + tests/glx/CMakeLists.gl.txt | 1 +