summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2005-04-14 10:25:49 +0000
committerMichal Krol <mjkrol@gmail.org>2005-04-14 10:25:49 +0000
commit2a37053fd5591eeb21db33aa8f6ee444da1eee7a (patch)
tree88e681375131456203ca17ffd547fce372b17615 /src/mesa/main/mtypes.h
parent1e8fc5ffea10f01ae7dffefbe4d44c39e39aab43 (diff)
ARB_shading_language_100 bit;
Fragment shader derivative hint
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 399cc22f05..4be5c28fdf 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -706,7 +706,8 @@ struct gl_hint_attrib
GLenum Fog;
GLenum ClipVolumeClipping; /**< GL_EXT_clip_volume_hint */
GLenum TextureCompression; /**< GL_ARB_texture_compression */
- GLenum GenerateMipmap; /**< GL_SGIS_generate_mipmap */
+ GLenum GenerateMipmap; /**< GL_SGIS_generate_mipmap */
+ GLenum FragmentShaderDerivative; /**< GL_ARB_fragment_shader */
};
@@ -2125,7 +2126,8 @@ struct gl_extensions
GLboolean ARB_multitexture;
GLboolean ARB_occlusion_query;
GLboolean ARB_point_sprite;
- GLboolean ARB_shader_objects;
+ GLboolean ARB_shader_objects;
+ GLboolean ARB_shading_language_100;
GLboolean ARB_shadow;
GLboolean ARB_texture_border_clamp;
GLboolean ARB_texture_compression;