diff options
author | Brian Paul <brianp@vmware.com> | 2009-12-30 14:49:49 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-12-31 08:49:26 -0700 |
commit | 2be0d77a97cbe92f09dd97fb85a3d5372e52ad4c (patch) | |
tree | 69ac62794a4e859e1d883914b6304484aa101bde /src/mesa/main/mtypes.h | |
parent | 0fbe828c1d2a7e7d9155a3ef64e91da4ec2b79ee (diff) |
mesa: add flag for GL_NV_conditional_render extension
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r-- | src/mesa/main/mtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 1a7f87897a..a7f70a1875 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2496,6 +2496,7 @@ struct gl_extensions GLboolean MESA_texture_array; GLboolean MESA_texture_signed_rgba; GLboolean NV_blend_square; + GLboolean NV_conditional_render; GLboolean NV_fragment_program; GLboolean NV_fragment_program_option; GLboolean NV_light_max_exponent; |