aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_context.c
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2013-06-21 15:22:27 -0700
committerKenneth Graunke <[email protected]>2013-06-28 13:35:26 -0700
commit1a5dca38e945e576b3c043af8f6fa0b999607c6f (patch)
tree1a1130a2be8bd3ef37bc110943d54565856817b9 /src/mesa/drivers/dri/i965/intel_context.c
parent2cc5724db220aaae87d9b30a2e46ed8003c1d74b (diff)
i965: Remove use_early_z option.
This was only used by i965+. v2: Also remove the option from the driconf list. (change by anholt) Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_context.c')
-rw-r--r--src/mesa/drivers/dri/i965/intel_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_context.c b/src/mesa/drivers/dri/i965/intel_context.c
index 27f6b9b69ba..f500c083f59 100644
--- a/src/mesa/drivers/dri/i965/intel_context.c
+++ b/src/mesa/drivers/dri/i965/intel_context.c
@@ -635,8 +635,6 @@ intelInitContext(struct intel_context *intel,
intel_fbo_init(intel);
- intel->use_early_z = driQueryOptionb(&intel->optionCache, "early_z");
-
if (!driQueryOptionb(&intel->optionCache, "hiz")) {
intel->has_hiz = false;
/* On gen6, you can only do separate stencil with HIZ. */