summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_texture.h
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2013-01-12 17:07:37 -0800
committerRoland Scheidegger <[email protected]>2013-01-18 09:14:52 -0800
commit8c84a82383fe56bc1a8977ce42de36f71ffc108e (patch)
tree478af6cf8f83cb0855825c8d4413de2ef572e3bb /src/gallium/drivers/llvmpipe/lp_texture.h
parentca39c0f94a4e3cc25b6cc9507fb729b85140733a (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/llvmpipe/lp_texture.h')
0 files changed, 0 insertions, 0 deletions