Bläddra i källkod

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

tags/mesa_7_1_rc1
Michal Wajdeczko 17 år sedan
förälder
incheckning
aa8a7ef823
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      src/mesa/drivers/dri/i965/brw_context.h

+ 2
- 2
src/mesa/drivers/dri/i965/brw_context.h Visa fil

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

Laddar…
Avbryt
Spara