mesa: add ARB_framebuffer_sRGB as alias of the EXT variant
authorMarek Olšák <maraeo@gmail.com>
Sun, 23 Jan 2011 12:28:06 +0000 (13:28 +0100)
committerMarek Olšák <maraeo@gmail.com>
Sun, 23 Jan 2011 19:59:46 +0000 (20:59 +0100)
Signed-off-by: Brian Paul <brianp@vmware.com>
src/mesa/main/extensions.c

index 113ac4050735dee90198cbd6712b4088fde9059b..7d15e3a50fb80dd699170298ecafa07572189e56 100644 (file)
@@ -89,6 +89,7 @@ static const struct extension extension_table[] = {
    { "GL_ARB_fragment_program_shadow",             o(ARB_fragment_program_shadow),             GL             },
    { "GL_ARB_fragment_shader",                     o(ARB_fragment_shader),                     GL             },
    { "GL_ARB_framebuffer_object",                  o(ARB_framebuffer_object),                  GL             },
+   { "GL_ARB_framebuffer_sRGB",                    o(EXT_framebuffer_sRGB),                    GL             },
    { "GL_ARB_half_float_pixel",                    o(ARB_half_float_pixel),                    GL             },
    { "GL_ARB_half_float_vertex",                   o(ARB_half_float_vertex),                   GL             },
    { "GL_ARB_instanced_arrays",                    o(ARB_instanced_arrays),                    GL             },