i965: Remove the prepare() hook from state atoms.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Acked-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
@@ -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 );
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user