diff options
author | Kenneth Graunke <[email protected]> | 2012-12-05 19:30:26 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-01-31 17:50:08 -0800 |
commit | 2fce1e3c6982ddb53cc60b84af64594c49e9e869 (patch) | |
tree | b4af3cf9ae0b0c82d05b6e683026ee862572fcdc /src/mesa/drivers/dri/i965/brw_state_upload.c | |
parent | 460e0df3308f896741c884cac427c13a0e187354 (diff) |
i965: Update BLEND_STATE for Broadwell.
v2: Allow logic ops on all surface types. The UNORM restriction was
lifted with Haswell and I simply hadn't noticed. Also, add missing
BRW_NEW_STATE_BASE_ADDRESS dirty bit. Both caught by Eric Anholt.
v3: Fix swapped per-RT DWord pairs. Eliminates bizarre hacks.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state_upload.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state_upload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c index fac14b7eaf0..044a30a9510 100644 --- a/src/mesa/drivers/dri/i965/brw_state_upload.c +++ b/src/mesa/drivers/dri/i965/brw_state_upload.c @@ -266,7 +266,7 @@ static const struct brw_tracked_state *gen8_atoms[] = &gen7_push_constant_space, &gen7_urb, - &gen6_blend_state, + &gen8_blend_state, &gen6_color_calc_state, &gen6_vs_push_constants, /* Before vs_state */ |