diff options
author | Brian Paul <[email protected]> | 2009-01-23 17:29:26 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-01-23 17:29:26 -0700 |
commit | f5d3027c0a03e26fe90efc067766c996dea05948 (patch) | |
tree | 0df8d171e33b2860bee40585bbb957ff4d8c00e9 /src/mesa/main/extensions.c | |
parent | ad338c14c2aca87199da7ec1ae08ceb5062a9954 (diff) |
mesa: initial changes for GL_NV_texture_env_combine4
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 43c9d4a7885..42de5645475 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -155,6 +155,7 @@ static const struct { { OFF, "GL_NV_fragment_program", F(NV_fragment_program) }, { ON, "GL_NV_light_max_exponent", F(NV_light_max_exponent) }, { OFF, "GL_NV_point_sprite", F(NV_point_sprite) }, + { OFF, "GL_NV_texture_env_combine4", F(NV_texture_env_combine4) }, { OFF, "GL_NV_texture_rectangle", F(NV_texture_rectangle) }, { ON, "GL_NV_texgen_reflection", F(NV_texgen_reflection) }, { OFF, "GL_NV_vertex_program", F(NV_vertex_program) }, |