aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_context.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-06-20 11:53:27 -0700
committerKenneth Graunke <[email protected]>2013-06-28 13:35:23 -0700
commit27eedca3e0b9ed47545b8cea8229e3d0a732a103 (patch)
tree067c3b372c4c89356682dc2761aee3c35730bbb5 /src/mesa/drivers/dri/i915/intel_context.h
parent279f0bce47be8f11d2ba2561179af166fe6c37bf (diff)
i915: Remove separate stencil code.
This was formerly-shared code for supporting gen5+. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i915/intel_context.h')
-rw-r--r--src/mesa/drivers/dri/i915/intel_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_context.h b/src/mesa/drivers/dri/i915/intel_context.h
index c7449f44087..1c8c87ddb33 100644
--- a/src/mesa/drivers/dri/i915/intel_context.h
+++ b/src/mesa/drivers/dri/i915/intel_context.h
@@ -221,8 +221,6 @@ struct intel_context
bool is_baytrail;
bool is_g4x;
bool is_945;
- bool has_separate_stencil;
- bool must_use_separate_stencil;
bool has_llc;
bool has_swizzling;