projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2649ff4
)
i965: Remove the prepare() hook from state atoms.
author
Eric Anholt
<eric@anholt.net>
Sat, 22 Oct 2011 19:16:44 +0000
(12:16 -0700)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_context.h
b/src/mesa/drivers/dri/i965/brw_context.h
index ff0fafaa85db5484e38dc83dfce4c9f3fabef6e6..3e05e36d34a39b60630b58c2d8db773c274ba322 100644
(file)
--- 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 );
};