diff options
author | José Fonseca <[email protected]> | 2010-02-13 15:10:24 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-13 15:44:37 +0000 |
commit | 744994a9c6b972a737e432cf1b699f232e2c5bfd (patch) | |
tree | c84f7ba2000a3abf2082ccfe5bf8d61ac45cbd2a /src/mesa | |
parent | a583c3ab476078332679f96d2ca7fe8aab4c8d2d (diff) |
mesa: Export GL_EXT_texture_cube_map.
Still used by some applications.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index e1320224a80..6ac95957e6b 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -133,6 +133,7 @@ static const struct { { ON, "GL_EXT_texture", F(EXT_texture) }, { ON, "GL_EXT_texture3D", F(EXT_texture3D) }, { OFF, "GL_EXT_texture_compression_s3tc", F(EXT_texture_compression_s3tc) }, + { OFF, "GL_EXT_texture_cube_map", F(ARB_texture_cube_map) }, { ON, "GL_EXT_texture_edge_clamp", F(SGIS_texture_edge_clamp) }, { OFF, "GL_EXT_texture_env_add", F(EXT_texture_env_add) }, { OFF, "GL_EXT_texture_env_combine", F(EXT_texture_env_combine) }, |