diff options
author | Brian Paul <[email protected]> | 2009-01-28 10:27:33 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-01-28 10:27:33 -0700 |
commit | 4a89e51c5f88b57040b361b62e80a57c8248ba4b (patch) | |
tree | 266e23beb244c0c0301457b545b7dab71a592522 /src/mesa/main/extensions.c | |
parent | be1a76f88f4c3482e61e0a048a0b28b6b628f223 (diff) |
mesa: set/get new state for GL_EXT_texture_swizzle
Diffstat (limited to 'src/mesa/main/extensions.c')
-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 0b4cbec6481..053f3697d70 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -127,6 +127,7 @@ static const struct { { ON, "GL_EXT_texture_object", F(EXT_texture_object) }, { OFF, "GL_EXT_texture_rectangle", F(NV_texture_rectangle) }, { OFF, "GL_EXT_texture_sRGB", F(EXT_texture_sRGB) }, + { OFF, "GL_EXT_texture_swizzle", F(EXT_texture_swizzle) }, { OFF, "GL_EXT_timer_query", F(EXT_timer_query) }, { ON, "GL_EXT_vertex_array", F(EXT_vertex_array) }, { OFF, "GL_EXT_vertex_array_bgra", F(EXT_vertex_array_bgra) }, |