mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 05:50:25 +01:00
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:
parent
2649ff4d90
commit
44c65d0e4e
1 changed files with 0 additions and 1 deletions
|
|
@ -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 );
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue