diff options
author | Marek Olšák <[email protected]> | 2018-08-06 01:25:51 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-08-24 00:36:18 -0400 |
commit | 1cf3631b9c73a9cbb36eb544bc36329c27400aeb (patch) | |
tree | 7ad609aa5d461bc4c74fe92075e789fdd9934889 /src/compiler/glsl | |
parent | 8d8222461f9d7f497d657c2c0eff70820986429b (diff) |
mesa: expose ARB_post_depth_coverage in the Compatibility profile
It only contains GLSL changes.
v2: allow the layout qualifier on GLSL <= 1.30
Diffstat (limited to 'src/compiler/glsl')
-rw-r--r-- | src/compiler/glsl/glsl_lexer.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/glsl/glsl_lexer.ll b/src/compiler/glsl/glsl_lexer.ll index 87b64e09c16..1cd11d5c7c7 100644 --- a/src/compiler/glsl/glsl_lexer.ll +++ b/src/compiler/glsl/glsl_lexer.ll @@ -497,6 +497,7 @@ layout { || yyextra->ARB_conservative_depth_enable || yyextra->ARB_explicit_attrib_location_enable || yyextra->ARB_explicit_uniform_location_enable + || yyextra->ARB_post_depth_coverage_enable || yyextra->has_separate_shader_objects() || yyextra->ARB_uniform_buffer_object_enable || yyextra->ARB_fragment_coord_conventions_enable |