summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_compiler.h
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2016-11-25 14:23:01 +0000
committerLionel Landwerlin <[email protected]>2016-12-07 11:02:19 +0000
commite9f17e9fb06a4389588f47be8c766b07e8d8b89f (patch)
treec25b1cf4a17b5547f560951acd325019ecd0e33c /src/mesa/drivers/dri/i965/brw_compiler.h
parent039d836d6ea5621ede88ff3504be841a6dd865c6 (diff)
i965: enable INTEL_conservative_rasterization on Gen9+
Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Chris Forbes <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_compiler.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_compiler.h b/src/mesa/drivers/dri/i965/brw_compiler.h
index 410641f5d94..a97f874c753 100644
--- a/src/mesa/drivers/dri/i965/brw_compiler.h
+++ b/src/mesa/drivers/dri/i965/brw_compiler.h
@@ -398,6 +398,7 @@ struct brw_wm_prog_data {
bool early_fragment_tests;
bool post_depth_coverage;
+ bool inner_coverage;
bool dispatch_8;
bool dispatch_16;
bool dual_src_blend;