diff options
author | Ian Romanick <[email protected]> | 2014-01-08 08:32:03 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2014-01-20 11:32:00 -0800 |
commit | 5439964270e966aa53a2c1f58969f23555bfa9ad (patch) | |
tree | 1fc7579169053b5c33108d760d9ff51cd2a32a1b /src/glsl/glsl_parser_extras.h | |
parent | 3815264d7d07e8dd216674a32568daa55aeed680 (diff) |
glsl: Add extension infrastructure for ARB_viewport_array
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/glsl_parser_extras.h')
-rw-r--r-- | src/glsl/glsl_parser_extras.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h index 2444a96ce6c..6f60b73b31c 100644 --- a/src/glsl/glsl_parser_extras.h +++ b/src/glsl/glsl_parser_extras.h @@ -352,6 +352,8 @@ struct _mesa_glsl_parse_state { bool ARB_shader_atomic_counters_warn; bool AMD_shader_trinary_minmax_enable; bool AMD_shader_trinary_minmax_warn; + bool ARB_viewport_array_enable; + bool ARB_viewport_array_warn; /*@}*/ /** Extensions supported by the OpenGL implementation. */ |