summaryrefslogtreecommitdiff
path: root/i965/brw_cc.c
diff options
context:
space:
mode:
Diffstat (limited to 'i965/brw_cc.c')
-rw-r--r--i965/brw_cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i965/brw_cc.c b/i965/brw_cc.c
index 8237016..c724218 100644
--- a/i965/brw_cc.c
+++ b/i965/brw_cc.c
@@ -88,7 +88,7 @@ cc_unit_populate_key(struct brw_context *brw, struct brw_cc_unit_key *key)
memset(key, 0, sizeof(*key));
- key->stencil = ctx->Stencil.Enabled;
+ key->stencil = ctx->Stencil._Enabled;
key->stencil_two_side = ctx->Stencil._TestTwoSide;
if (key->stencil) {