diff options
author | Marek Olšák <[email protected]> | 2018-02-14 20:12:51 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-02-23 20:50:15 +0100 |
commit | 605a7f6db51cb946eed508bc9a7adfa753c75e10 (patch) | |
tree | 7921ee566f94e6a1ec40930a90c5cef570d94101 /src/compiler/glsl/glsl_parser_extras.h | |
parent | 14a2c87c41946794a4ea4870a160b70c01225c4f (diff) |
mesa: implement ARB_compatibility
Tested-by: Dieter Nützel <[email protected]>
Reviewed-by: Brian Paul <[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 508befd4606..f88cb783473 100644 --- a/src/compiler/glsl/glsl_parser_extras.h +++ b/src/compiler/glsl/glsl_parser_extras.h @@ -609,6 +609,8 @@ struct _mesa_glsl_parse_state { bool ARB_arrays_of_arrays_warn; bool ARB_bindless_texture_enable; bool ARB_bindless_texture_warn; + bool ARB_compatibility_enable; + bool ARB_compatibility_warn; bool ARB_compute_shader_enable; bool ARB_compute_shader_warn; bool ARB_compute_variable_group_size_enable; |