projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f6e8e8
)
[965] Shuffle state flags to match the order we initialize them in.
author
Michal Wajdeczko
<Michal.Wajdeczko@intel.com>
Fri, 21 Mar 2008 20:05:42 +0000
(13:05 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 21 Mar 2008 21:19:30 +0000
(14:19 -0700)
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 4e6b471fdde4f012c58bd155862887765672c4d3..56021fa2094a07c844dec6daad2a4f534ebbfdf3 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_context.h
+++ b/
src/mesa/drivers/dri/i965/brw_context.h
@@
-146,12
+146,12
@@
struct brw_context;
struct brw_state_flags {
/** State update flags signalled by mesa internals */
GLuint mesa;
- /** State update flags signalled by brw_state_cache.c searches */
- GLuint cache;
/**
* State update flags signalled as the result of brw_tracked_state updates
*/
GLuint brw;
+ /** State update flags signalled by brw_state_cache.c searches */
+ GLuint cache;
};
struct brw_vertex_program {