i965: Remove the prepare() hook from state atoms.
authorEric Anholt <eric@anholt.net>
Sat, 22 Oct 2011 19:16:44 +0000 (12:16 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 29 Oct 2011 19:17:26 +0000 (12:17 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_context.h

index ff0fafaa85db5484e38dc83dfce4c9f3fabef6e6..3e05e36d34a39b60630b58c2d8db773c274ba322 100644 (file)
@@ -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 );
 };