Re: [Mesa-dev] [PATCH] glx: Fix the default values for GLXFBConfig attributes

2014-02-18 Thread Ian Romanick
On 02/17/2014 02:10 PM, Fredrik Höglund wrote: > The default values for GLX_DRAWABLE_TYPE and GLX_RENDER_TYPE are > GLX_WINDOW_BIT and GLX_RGBA_BIT respectively, as specified in > the GLX 1.4 specification. > > This fixes the glx-choosefbconfig-defaults piglit test. I've forward this patch to the

Re: [Mesa-dev] [PATCH] glx: Fix the default values for GLXFBConfig attributes

2014-02-18 Thread Dave Airlie
On Tue, Feb 18, 2014 at 8:10 AM, Fredrik Höglund wrote: > The default values for GLX_DRAWABLE_TYPE and GLX_RENDER_TYPE are > GLX_WINDOW_BIT and GLX_RGBA_BIT respectively, as specified in > the GLX 1.4 specification. > > This fixes the glx-choosefbconfig-defaults piglit test. Looks good to me, I c

[Mesa-dev] [PATCH] glx: Fix the default values for GLXFBConfig attributes

2014-02-17 Thread Fredrik Höglund
The default values for GLX_DRAWABLE_TYPE and GLX_RENDER_TYPE are GLX_WINDOW_BIT and GLX_RGBA_BIT respectively, as specified in the GLX 1.4 specification. This fixes the glx-choosefbconfig-defaults piglit test. Cc: "9.2 10.0 10.1" --- src/glx/glxcmds.c | 9 ++--- 1 file changed, 2 insertions