Ver código fonte

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

tags/mesa_7_1_rc1
Michal Wajdeczko 17 anos atrás
pai
commit
aa8a7ef823
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      src/mesa/drivers/dri/i965/brw_context.h

+ 2
- 2
src/mesa/drivers/dri/i965/brw_context.h Ver arquivo

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

Carregando…
Cancelar
Salvar