A few small cleanups based on code review.

This commit is contained in:
Scott Mansell
2015-01-23 04:38:36 +13:00
parent e88c02dece
commit daf760b202
3 changed files with 12 additions and 9 deletions

View File

@ -64,7 +64,10 @@ struct pixel_shader_uid_data
u32 forced_early_z : 1;
u32 early_ztest : 1;
u32 bounding_box : 1;
// TODO: 31 bits of padding is a waste. Can we free up some bits elseware?
u32 zfreeze : 1;
u32 pad : 31;
u32 texMtxInfo_n_projection : 8; // 8x1 bit
u32 tevindref_bi0 : 3;