aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/shader_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r--src/compiler/shader_info.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index b2830e032cc..768f0531bc7 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -116,6 +116,12 @@ typedef struct shader_info {
* ARB_shader_image_load_store.
*/
bool early_fragment_tests;
+
+ /**
+ * Defined by INTEL_conservative_rasterization.
+ */
+ bool inner_coverage;
+
bool post_depth_coverage;
/** gl_FragDepth layout for ARB_conservative_depth. */