浏览代码

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

tags/mesa_7_1_rc1
Michal Wajdeczko 17 年前
父节点
当前提交
aa8a7ef823
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/mesa/drivers/dri/i965/brw_context.h

+ 2
- 2
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 {

正在加载...
取消
保存