diff options
author | Keith Whitwell <[email protected]> | 2009-12-21 19:50:05 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-21 19:50:05 +0000 |
commit | 0fc4dd3819af252c028ed43bbd668b4f34104e32 (patch) | |
tree | 72353fecbbc22efbfa49144290c4de66a901d950 /src/gallium/drivers/i965/brw_context.h | |
parent | f72de22439a2d08bb461af60839baf4fbb3e54df (diff) |
i965g: fixes to build after merge of master
Diffstat (limited to 'src/gallium/drivers/i965/brw_context.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965/brw_context.h b/src/gallium/drivers/i965/brw_context.h index 143e068987c..56e78074000 100644 --- a/src/gallium/drivers/i965/brw_context.h +++ b/src/gallium/drivers/i965/brw_context.h @@ -197,7 +197,7 @@ struct brw_fragment_shader { struct brw_immediate_data immediates; unsigned iz_lookup; - //unsigned wm_lookup; + /*unsigned wm_lookup;*/ unsigned uses_depth:1; unsigned has_flow_control:1; @@ -722,7 +722,7 @@ struct brw_context /** Input sizes, calculated from active vertex program. * One bit per fragment program input attribute. */ - //GLbitfield input_size_masks[4]; + /*GLbitfield input_size_masks[4];*/ /** Array of surface default colors (texture border color) */ struct brw_winsys_buffer *sdc_bo[BRW_MAX_TEX_UNIT]; |