glx: add initial GLX_EXT_framebuffer_sRGB support.
authorDave Airlie <airlied@redhat.com>
Sun, 6 Mar 2011 09:54:37 +0000 (19:54 +1000)
committerDave Airlie <airlied@redhat.com>
Sun, 6 Mar 2011 09:56:22 +0000 (19:56 +1000)
commitb09b3e5c8f4f5d71b986bf359b56e7b60424538d
treed2ec849880e1d1b0418b06d10060d5f903457051
parent7cb17862c6a5690fbe88508cbb772ba92373292f
glx: add initial GLX_EXT_framebuffer_sRGB support.

this doesn't bind to drivers yet, just enough to in theory make indirect
work against other servers.

I'm really not sure what the rules for adding extensions to the known_gl_extensions list as it looks to be missing a few. are these GL extensions that have GLX
protocol??

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/glx/glxconfig.c
src/glx/glxconfig.h
src/glx/glxext.c
src/glx/glxextensions.c
src/glx/glxextensions.h