From: Ian Romanick <ian.d.roman...@intel.com> 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 <ian.d.roman...@intel.com> --- src/mapi/glapi/gen/GL3x.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml index baa2161..b3ab24d 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -585,6 +585,11 @@ <category name="3.3"> <!-- There are other new functions and tokens defined by other extensions --> + <enum name="TEXTURE_SWIZZLE_R" value="0x8E42"/> + <enum name="TEXTURE_SWIZZLE_G" value="0x8E43"/> + <enum name="TEXTURE_SWIZZLE_B" value="0x8E44"/> + <enum name="TEXTURE_SWIZZLE_A" value="0x8E45"/> + <enum name="TEXTURE_SWIZZLE_RGBA" value="0x8E46"/> <function name="VertexAttribDivisor" offset="assign"> <param name="index" type="GLuint"/> -- 1.7.6.5 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev