NV fp: Add tracking for NV_fragment_program_option
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 31 Aug 2009 23:43:39 +0000 (16:43 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 31 Aug 2009 23:43:39 +0000 (16:43 -0700)
src/mesa/main/extensions.c
src/mesa/main/mtypes.h

index 195fdde34685fc07a33205c9ce53003ddc03db32..903da99ed0c4b51e254cf184d7b4b9210642a927 100644 (file)
@@ -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) },
index 53dc6360ea1a0658c9934c6f2c2c37cb99fac726..a99a25597f45145829c3087299cbfb4a800162c4 100644 (file)
@@ -2553,6 +2553,7 @@ struct gl_extensions
    GLboolean MESA_texture_signed_rgba;
    GLboolean NV_blend_square;
    GLboolean NV_fragment_program;
+   GLboolean NV_fragment_program_option;
    GLboolean NV_light_max_exponent;
    GLboolean NV_point_sprite;
    GLboolean NV_texgen_reflection;