diff options
author | Eric Anholt <[email protected]> | 2012-02-07 16:03:17 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-02-07 16:03:30 -0800 |
commit | 94866ffbb8c2bb6957a763975da859b123d74b16 (patch) | |
tree | b9b85f4e92beb81995c2699729607789c68e9461 /src/mesa | |
parent | 7b36c68ba6899c7f30fd56b7ef07a78b027771ac (diff) |
i965: Fix HiZ change compiler warning.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/gen6_hiz.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/gen6_hiz.c b/src/mesa/drivers/dri/i965/gen6_hiz.c index 3bbd010be34..4a82d3dcfaf 100644 --- a/src/mesa/drivers/dri/i965/gen6_hiz.c +++ b/src/mesa/drivers/dri/i965/gen6_hiz.c @@ -72,7 +72,6 @@ gen6_hiz_emit_batch_head(struct brw_context *brw) { struct gl_context *ctx = &brw->intel.ctx; struct intel_context *intel = &brw->intel; - struct brw_hiz_state *hiz = &brw->hiz; /* To ensure that the batch contains only the resolve, flush the batch * before beginning and after finishing emitting the resolve packets. |