From e08f9080ff6ca8af025eeeeb40f328f3279cf40a Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 25 May 2012 12:35:21 -0700 Subject: [PATCH] glapi: Add missing GL_EXT_texture_sRGB_decode enums Signed-off-by: Ian Romanick Reviewed-by: Brian Paul --- src/mapi/glapi/gen/gl_API.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 412bd7f..a482760 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -12425,6 +12425,12 @@ + + + + + + -- 2.7.4