From: Eric Anholt Date: Sat, 22 Oct 2011 19:16:44 +0000 (-0700) Subject: i965: Remove the prepare() hook from state atoms. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44c65d0e4e22bbfaba31de68fc4e48b7decf7c02;p=mesa.git i965: Remove the prepare() hook from state atoms. Reviewed-by: Kenneth Graunke Acked-by: Paul Berry --- 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 ); };