diff options
author | Kenneth Graunke <[email protected]> | 2013-03-12 21:12:08 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-04-04 15:38:19 -0700 |
commit | d198546bac26256d92d6d4e1f2b0b12206416881 (patch) | |
tree | 7654d1d92c437fea3180fc084a4e4cc4683674f9 /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 705c8247fa0eb50587b6c19561eb31e4d3a1b876 (diff) |
i965: Delete brw_vs_constval.c and the brw_wm_input_sizes atom.
This was only used to compute proj_attrib_mask, which was removed by the
previous commit. That makes this dead code.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index ea5b62a2436..32ff30efe58 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -1002,11 +1002,6 @@ struct brw_context struct { struct brw_wm_prog_data *prog_data; - /** Input sizes, calculated from active vertex program. - * One bit per fragment program input attribute. - */ - GLbitfield64 input_size_masks[4]; - /** offsets in the batch to sampler default colors (texture border color) */ uint32_t sdc_offset[BRW_MAX_TEX_UNIT]; |