diff options
author | Roland Scheidegger <[email protected]> | 2013-01-12 17:07:37 -0800 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2013-01-18 09:14:52 -0800 |
commit | 8c84a82383fe56bc1a8977ce42de36f71ffc108e (patch) | |
tree | 478af6cf8f83cb0855825c8d4413de2ef572e3bb /src/gallium/drivers/i915/i915_batchbuffer.h | |
parent | ca39c0f94a4e3cc25b6cc9507fb729b85140733a (diff) |
llvmpipe: fix using wrong format with MRT in blend code
We were passing in the rt index however this was always 0 for non-independent
blend case. (The format was only actually used to decide if the color mask
covered all channels so this went unnoticed and was discovered by accident.)
Additionally, there was a second problem because we do fixups in the key based
on color buffer format we cannot use non-independent blend anyway as the fixed
up values would never get used.
So always turn non-independent blending into independent.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/drivers/i915/i915_batchbuffer.h')
0 files changed, 0 insertions, 0 deletions