mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
NV fp: Add tracking for NV_fragment_program_option
This commit is contained in:
parent
935e4c56e5
commit
efff7aa980
2 changed files with 2 additions and 0 deletions
|
|
@ -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) },
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue