diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-04-17 21:25:53 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-04-17 21:25:53 +0000 |
commit | bcfe3936a8722f43639ad853649c7f0ea8591cf3 (patch) | |
tree | 209385bdbc9277c6b72f5905e77b278ee3f0ab53 /src/mesa/main/mtypes.h | |
parent | 15eddf38fb2418f2e9703569e66e9f94a614e405 (diff) |
Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r-- | src/mesa/main/mtypes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 8113a243d4..42a8b28c58 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1,4 +1,4 @@ -/* $Id: mtypes.h,v 1.38 2001/03/29 21:16:25 keithw Exp $ */ +/* $Id: mtypes.h,v 1.39 2001/04/17 21:25:53 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1173,6 +1173,8 @@ struct gl_extensions { GLboolean ARB_texture_border_clamp; GLboolean ARB_texture_compression; GLboolean ARB_texture_cube_map; + GLboolean ARB_texture_env_combine; + GLboolean ARB_texture_env_dot3; GLboolean EXT_blend_color; GLboolean EXT_blend_func_separate; GLboolean EXT_blend_logic_op; |