diff options
author | Keith Whitwell <[email protected]> | 2009-11-01 13:11:56 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-01 13:11:56 +0000 |
commit | 39448a9aa061291f4253ee2a1a42e2488e14233c (patch) | |
tree | e4b5bd30fe5d26b8b7bbed2c3799cdd8208ddc6b /src/gallium/drivers/i965/brw_context.h | |
parent | 9b18ca095503eb80f02db55baf9c35aa69ae1cc9 (diff) |
i965g: more files compiling
Diffstat (limited to 'src/gallium/drivers/i965/brw_context.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_context.h b/src/gallium/drivers/i965/brw_context.h index 471855ab63c..3e9315c41f0 100644 --- a/src/gallium/drivers/i965/brw_context.h +++ b/src/gallium/drivers/i965/brw_context.h @@ -169,6 +169,7 @@ struct brw_fragment_shader { struct tgsi_shader_info info; unsigned iz_lookup; + //unsigned wm_lookup; boolean uses_depth:1; boolean has_flow_control:1; |