summaryrefslogtreecommitdiff
path: root/src/mesa/main/extensions.c
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-08-31 16:43:39 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-08-31 16:43:39 -0700
commitefff7aa980e78dc3ee1782308f0c9f3861c9992a (patch)
tree7878f67d8ec6b87ba0d0c9fd65ebd52b4ab817b6 /src/mesa/main/extensions.c
parent935e4c56e5b10a0a702d95f78e9f4e6660c452dc (diff)
NV fp: Add tracking for NV_fragment_program_option
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r--src/mesa/main/extensions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 195fdde346..903da99ed0 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -162,6 +162,7 @@ static const struct {
{ ON, "GL_MESA_window_pos", F(ARB_window_pos) },
{ OFF, "GL_NV_blend_square", F(NV_blend_square) },
{ OFF, "GL_NV_fragment_program", F(NV_fragment_program) },
+ { OFF, "GL_NV_fragment_program_option", F(NV_fragment_program_option) },
{ 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) },