From 8d214bc8044e5027e3fa9302b259d0c557270b00 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 3 Aug 2006 03:20:52 +0000 Subject: Initial work for GL_EXT_texture_sRGB. --- src/mesa/main/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/config.h') diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 95555cb7d4..6d4c41398c 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -5,7 +5,7 @@ /* * Mesa 3-D graphics library - * Version: 6.5 + * Version: 6.5.1 * * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * @@ -308,6 +308,7 @@ #define FEATURE_ATI_fragment_shader _HAVE_FULL_GL #define FEATURE_EXT_framebuffer_object _HAVE_FULL_GL #define FEATURE_EXT_framebuffer_blit _HAVE_FULL_GL +#define FEATURE_EXT_texture_sRGB _HAVE_FULL_GL /*@}*/ -- cgit v1.2.3