diff options
author | Ian Romanick <[email protected]> | 2016-06-20 16:35:32 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2016-07-19 12:19:28 -0700 |
commit | 15c4ae461dba101e12924fc8e3e9099b3e700bab (patch) | |
tree | 16198d4cff499b3f07c29746efd266b582e8d0fa /src/compiler/glsl/glsl_parser_extras.h | |
parent | 91482ef226de7686350202cfbdfda4358d9cea86 (diff) |
MESA_shader_integer_functions: Boiler plate extension tracking
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/compiler/glsl/glsl_parser_extras.h')
-rw-r--r-- | src/compiler/glsl/glsl_parser_extras.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/glsl/glsl_parser_extras.h b/src/compiler/glsl/glsl_parser_extras.h index 669b3d1b201..9548e62532f 100644 --- a/src/compiler/glsl/glsl_parser_extras.h +++ b/src/compiler/glsl/glsl_parser_extras.h @@ -681,6 +681,8 @@ struct _mesa_glsl_parse_state { bool EXT_texture_array_warn; bool EXT_texture_buffer_enable; bool EXT_texture_buffer_warn; + bool MESA_shader_integer_functions_enable; + bool MESA_shader_integer_functions_warn; /*@}*/ /** Extensions supported by the OpenGL implementation. */ |