diff options
author | Ian Romanick <[email protected]> | 2009-11-20 11:03:31 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-10-01 15:49:12 -0700 |
commit | bb45ab0a96bd17bc4c575ef5460d5c65acd8768b (patch) | |
tree | aa6f9c68c2ce516d9d5059a61a090fcbfa0e4c9e /src/glx/glxextensions.c | |
parent | 96efa8a923846f52f8a4d4667eab369457739f1e (diff) |
ARB_texture_rg: Add GLX protocol support
Diffstat (limited to 'src/glx/glxextensions.c')
-rw-r--r-- | src/glx/glxextensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/glxextensions.c b/src/glx/glxextensions.c index 23161ef49a1..3a0e64c46d1 100644 --- a/src/glx/glxextensions.c +++ b/src/glx/glxextensions.c @@ -165,6 +165,7 @@ static const struct extension_info known_gl_extensions[] = { { GL(ARB_texture_mirrored_repeat), VER(1,4), Y, N, N, N }, { GL(ARB_texture_non_power_of_two), VER(1,5), Y, N, N, N }, { GL(ARB_texture_rectangle), VER(0,0), Y, N, N, N }, + { GL(ARB_texture_rg), VER(0,0), Y, N, N, N }, { GL(ARB_transpose_matrix), VER(1,3), Y, N, Y, N }, { GL(ARB_vertex_buffer_object), VER(1,5), N, N, N, N }, { GL(ARB_vertex_program), VER(0,0), Y, N, N, N }, |