[965] Shuffle state flags to match the order we initialize them in.

This commit is contained in:
Michal Wajdeczko 2008-03-21 13:05:42 -07:00 committed by Eric Anholt
parent 9f6e8e89c8
commit aa8a7ef823

View file

@ -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 {