mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 18:48:28 +02:00
[965] Shuffle state flags to match the order we initialize them in.
This commit is contained in:
parent
9f6e8e89c8
commit
aa8a7ef823
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue