summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-10-22 12:16:44 -0700
committerEric Anholt <eric@anholt.net>2011-10-29 12:17:26 -0700
commit44c65d0e4e22bbfaba31de68fc4e48b7decf7c02 (patch)
treee87181bbec6e941cec8c43faddd62deca58b80e8
parent2649ff4d909fb4f1f1f4c06534170e0d3b4bcc73 (diff)
i965: Remove the prepare() hook from state atoms.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Acked-by: Paul Berry <stereotype441@gmail.com>
-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 ff0fafaa85d..3e05e36d34a 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -498,7 +498,6 @@ struct brw_cache {
*/
struct brw_tracked_state {
struct brw_state_flags dirty;
- void (*prepare)( struct brw_context *brw );
void (*emit)( struct brw_context *brw );
};