summaryrefslogtreecommitdiffstats
path: root/src/glsl/glsl_parser_extras.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2013-04-09 16:01:38 -0700
committerMatt Turner <[email protected]>2013-05-06 10:17:12 -0700
commitf99f78e49a10b92e236ee0909eb806d353e1f2e6 (patch)
treec39a6e7e662d48d3ebea0c52020c52ef1fb8d429 /src/glsl/glsl_parser_extras.h
parent914d797797b5b835eeaffb56f04a2ca3f2e120b6 (diff)
mesa: Add infrastructure for ARB_gpu_shader5.
Reviewed-by: Chris Forbes <[email protected]>
Diffstat (limited to 'src/glsl/glsl_parser_extras.h')
-rw-r--r--src/glsl/glsl_parser_extras.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h
index 95891b595f8..c77dda84ef6 100644
--- a/src/glsl/glsl_parser_extras.h
+++ b/src/glsl/glsl_parser_extras.h
@@ -284,6 +284,8 @@ struct _mesa_glsl_parse_state {
bool ARB_texture_multisample_warn;
bool ARB_texture_query_lod_enable;
bool ARB_texture_query_lod_warn;
+ bool ARB_gpu_shader5_enable;
+ bool ARB_gpu_shader5_warn;
/*@}*/
/** Extensions supported by the OpenGL implementation. */