[Mesa-dev] [PATCH 2/2] mesa: add ARB_framebuffer_sRGB as alias of the EXT variant

Brian Paul brianp at vmware.com
Sun Jan 23 10:42:00 PST 2011


On 01/23/2011 05:31 AM, Marek Olšák wrote:
> ---
>   src/mesa/main/extensions.c |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
> index 113ac40..7d15e3a 100644
> --- a/src/mesa/main/extensions.c
> +++ b/src/mesa/main/extensions.c
> @@ -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             },

Signed-off-by: Brian Paul <brianp at vmware.com>



More information about the mesa-dev mailing list