diff options
author | Ian Romanick <[email protected]> | 2004-12-01 00:20:22 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-12-01 00:20:22 +0000 |
commit | fc43857cc936a7c6bd003f9c2136145cb8184f97 (patch) | |
tree | 3d9b96fcbdbe047d8c09ca40e0e7069301ea1137 /src/glx/x11/glxextensions.c | |
parent | 05f4a2b92db19c319d10220f1e93734af86f415d (diff) |
Add trivial support ARB_texture_rectangle and OES_read_format.
Diffstat (limited to 'src/glx/x11/glxextensions.c')
-rw-r--r-- | src/glx/x11/glxextensions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/x11/glxextensions.c b/src/glx/x11/glxextensions.c index cf899e40c6b..ffc596db183 100644 --- a/src/glx/x11/glxextensions.c +++ b/src/glx/x11/glxextensions.c @@ -131,6 +131,7 @@ static const struct extension_info known_gl_extensions[] = { { GL(ARB_texture_env_dot3), VER(1,3), Y, N, N, N }, { 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_transpose_matrix), VER(1,3), Y, N, Y, N }, { GL(ARB_vertex_buffer_object), VER(1,5), N, N, N, N }, { GL(ARB_window_pos), VER(1,4), Y, N, N, N }, @@ -207,6 +208,7 @@ static const struct extension_info known_gl_extensions[] = { { GL(NV_texture_compression_vtc), VER(0,0), N, N, N, N }, { GL(NV_texture_env_combine4), VER(0,0), Y, N, N, N }, { GL(NV_texture_rectangle), VER(0,0), Y, N, N, N }, + { GL(OES_read_format), VER(0,0), Y, N, N, N }, { GL(SGIS_generate_mipmap), VER(1,4), Y, N, N, N }, { GL(SGIS_multisample), VER(0,0), Y, N, N, N }, { GL(SGIS_texture_border_clamp), VER(1,3), Y, N, N, N }, |