summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-04-16 15:28:17 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2015-06-23 14:28:09 -0700
commit6e255a3299c9ec5208cb5519b5da2edb0ce2972b (patch)
tree275ba11b5d2e9967d96e0d5b6fac1e484c38997a /src/mesa/drivers/dri/i965/brw_context.h
parent073294d3ef20d0dbeffcc38aff3d69eda624ee75 (diff)
downloadexternal_mesa3d-6e255a3299c9ec5208cb5519b5da2edb0ce2972b.zip
external_mesa3d-6e255a3299c9ec5208cb5519b5da2edb0ce2972b.tar.gz
external_mesa3d-6e255a3299c9ec5208cb5519b5da2edb0ce2972b.tar.bz2
i965: Add compiler options to brw_compiler
This creates the options at screen cration time and then we just copy them into the context at context creation time. We also move is_scalar to the brw_compiler structure. We also end up manually setting some values that the core would have set by default for us. Fortunately, there are only two non-zero shader compiler option defaults that we aren't overriding anyway so this isn't a big deal. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 58119ee..d8fcfff 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -1137,7 +1137,6 @@ struct brw_context
bool has_pln;
bool no_simd8;
bool use_rep_send;
- bool scalar_vs;
/**
* Some versions of Gen hardware don't do centroid interpolation correctly