summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-22 16:32:08 -0600
committerBrian Paul <brianp@vmware.com>2009-10-22 16:52:59 -0600
commitf9bbbe5803a72eceb8ed6ddc73bb48c8bcdc0179 (patch)
tree58c20fd25322cd718cfcf4f77e6d9ce5ae370b5d
parent2f7abf5c042a1bcf97d77d6dad4a17bda37e0567 (diff)
i965: remove unused brw_context::tmp_fallback field
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index b7d6c7ce7ea..da0e091bfdf 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -454,7 +454,6 @@ struct brw_context
GLuint primitive;
GLboolean emit_state_always;
- GLboolean tmp_fallback;
GLboolean no_batch_wrap;
struct {