[Mesa-dev] GLX_EXT_framebuffer_sRGB support

2011-01-03 Thread Dave Airlie
So I've been looking at the GLX support and getting DRI/GLX support for this running. Just not sure how best to get it merged. http://people.freedesktop.org/~airlied/framebuffer_srgb/ the first patch is one to glproto adding the token to glxtokens.h then there is some mesa hacks which add the D

[Mesa-dev] GLX_EXT_framebuffer_sRGB support

2010-12-18 Thread Dave Airlie
Just idly looking at misc stuff, spotted we could probably do with GLX client support for this extension. I'm not at all sure if this patch is sufficient or correct, but it should at least allow someone to correct me. Since the open driver stack doesn't yet support the GL part of this, this is re