summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-03-05 15:24:17 -0800
committerEric Anholt <[email protected]>2012-03-20 15:27:46 -0700
commit67d3ff760a33f3f98b89d3a6422bb85c199a9963 (patch)
tree9722650afeceea14a773d35f1900e45110b2ba47 /src/mesa/drivers/dri/intel/intel_context.h
parentcdcfd5d1d60179e60e3a0a47dda71bfe91083105 (diff)
intel: Drop the INTEL_STRICT_CONFORMANCE environment variable.
If you want to test the graphics driver, you want to test it under the conditions that users will see, not some set of additional fallbacks. If you want to test swrast, run the swrast driver (or no_rast=true) instead. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_context.h')
-rw-r--r--src/mesa/drivers/dri/intel/intel_context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h
index ef024b10e96..041a4fcd4e9 100644
--- a/src/mesa/drivers/dri/intel/intel_context.h
+++ b/src/mesa/drivers/dri/intel/intel_context.h
@@ -289,12 +289,6 @@ struct intel_context
bool always_flush_batch;
bool always_flush_cache;
- /* 0 - nonconformant, best performance;
- * 1 - fallback to sw for known conformance bugs
- * 2 - always fallback to sw
- */
- GLuint conformance_mode;
-
/* State for intelvb.c and inteltris.c.
*/
GLuint RenderIndex;