summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChad Versace <[email protected]>2017-06-22 14:42:47 -0700
committerChad Versace <[email protected]>2017-06-22 14:44:06 -0700
commit55f335bd303da8fff90ccc8d7e43aac70d4b80b5 (patch)
treeda322c73c33c9aca7d21ba69fb63b50e788c4762 /src
parentde7ed0ba55225c391b439a129c4fc5f57359416f (diff)
i965: Fix -Wunused-variable in gen8_write_pma_stall_bits()
Trivial fix. 'ctx' was unused.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/gen8_depth_state.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/gen8_depth_state.c b/src/mesa/drivers/dri/i965/gen8_depth_state.c
index 29f16b7960b..52c6dd0787d 100644
--- a/src/mesa/drivers/dri/i965/gen8_depth_state.c
+++ b/src/mesa/drivers/dri/i965/gen8_depth_state.c
@@ -324,8 +324,6 @@ pma_fix_enable(const struct brw_context *brw)
void
gen8_write_pma_stall_bits(struct brw_context *brw, uint32_t pma_stall_bits)
{
- struct gl_context *ctx = &brw->ctx;
-
/* If we haven't actually changed the value, bail now to avoid unnecessary
* pipeline stalls and register writes.
*/