summaryrefslogtreecommitdiff
path: root/src/glx/glxextensions.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-11-20 11:03:31 -0800
committerIan Romanick <ian.d.romanick@intel.com>2010-10-01 15:49:12 -0700
commitbb45ab0a96bd17bc4c575ef5460d5c65acd8768b (patch)
treeaa6f9c68c2ce516d9d5059a61a090fcbfa0e4c9e /src/glx/glxextensions.h
parent96efa8a923846f52f8a4d4667eab369457739f1e (diff)
ARB_texture_rg: Add GLX protocol support
Diffstat (limited to 'src/glx/glxextensions.h')
-rw-r--r--src/glx/glxextensions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/glxextensions.h b/src/glx/glxextensions.h
index a11fe88ffc..7877661833 100644
--- a/src/glx/glxextensions.h
+++ b/src/glx/glxextensions.h
@@ -93,6 +93,7 @@ enum
GL_ARB_texture_mirrored_repeat_bit,
GL_ARB_texture_non_power_of_two_bit,
GL_ARB_texture_rectangle_bit,
+ GL_ARB_texture_rg_bit,
GL_ARB_transpose_matrix_bit,
GL_ARB_vertex_buffer_object_bit,
GL_ARB_vertex_program_bit,