[Mesa-dev] [PATCH 33/33] i965: Remove the prepare() hook from state atoms.

Eric Anholt eric at anholt.net
Mon Oct 24 14:17:20 PDT 2011


---
 src/mesa/drivers/dri/i965/brw_context.h |    1 -
 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 71bb015..c092438 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 );
 };
 
-- 
1.7.7



More information about the mesa-dev mailing list