diff options
author | Brian Paul <[email protected]> | 2009-12-30 14:49:49 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-31 08:49:26 -0700 |
commit | 2be0d77a97cbe92f09dd97fb85a3d5372e52ad4c (patch) | |
tree | 69ac62794a4e859e1d883914b6304484aa101bde /src/mesa/main/extensions.c | |
parent | 0fbe828c1d2a7e7d9155a3ef64e91da4ec2b79ee (diff) |
mesa: add flag for GL_NV_conditional_render extension
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 7aec95f0480..1ccbe13d657 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -167,6 +167,7 @@ static const struct { { OFF, "GL_MESA_ycbcr_texture", F(MESA_ycbcr_texture) }, { ON, "GL_MESA_window_pos", F(ARB_window_pos) }, { OFF, "GL_NV_blend_square", F(NV_blend_square) }, + { OFF, "GL_NV_conditional_render", F(NV_conditional_render) }, { OFF, "GL_NV_depth_clamp", F(ARB_depth_clamp) }, { OFF, "GL_NV_fragment_program", F(NV_fragment_program) }, { OFF, "GL_NV_fragment_program_option", F(NV_fragment_program_option) }, |