diff options
author | Ian Romanick <[email protected]> | 2003-05-30 21:37:14 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2003-05-30 21:37:14 +0000 |
commit | 882caa18c6c551cbe60f205795b00a6a5361a986 (patch) | |
tree | fd8226be22109e848b87d2d7e9df909b2db16026 /src/mesa/main/extensions.c | |
parent | b2a4aecd806fc7b492534e329d029e002ff07d79 (diff) |
Added support for NV_light_max_exponent.
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 2f5bc7588f3..ad06bf7687b 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -116,6 +116,7 @@ static struct { { OFF, "GL_MESA_ycbcr_texture", F(MESA_ycbcr_texture) }, { ON, "GL_MESA_window_pos", F(MESA_window_pos) }, { OFF, "GL_NV_blend_square", F(NV_blend_square) }, + { ON, "GL_NV_light_max_exponent", F(NV_light_max_exponent) }, { OFF, "GL_NV_point_sprite", F(NV_point_sprite) }, { OFF, "GL_NV_texture_rectangle", F(NV_texture_rectangle) }, { ON, "GL_NV_texgen_reflection", F(NV_texgen_reflection) }, @@ -197,6 +198,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx) "GL_MESA_resize_buffers", "GL_MESA_ycbcr_texture", "GL_NV_blend_square", + "GL_NV_light_max_exponent", "GL_NV_point_sprite", "GL_NV_texture_rectangle", "GL_NV_texgen_reflection", |