From: Ian Romanick Date: Fri, 25 May 2012 18:34:42 +0000 (-0700) Subject: glapi: Add texture swizzle enums X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=502449d71f5eed6b8db00549dd4759743260f41a;p=mesa.git glapi: Add texture swizzle enums These are from OpenGL 3.3, ARB_texture_swizzle, and EXT_texture_swizzle (with different names). I only added them to 3.3 because that required the least work. Signed-off-by: Ian Romanick Reviewed-by: Brian Paul --- diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml index baa216117fe..b3ab24d358c 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -585,6 +585,11 @@ + + + + +