summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2017-11-18 06:23:35 +0100
committerRoland Scheidegger <[email protected]>2017-11-21 04:06:29 +0100
commitb5957cee920cd7a62e4e726538dbbe44c12e33ab (patch)
tree18f8df358fe595c18b033f83d0e896aebeaa651e /SConstruct
parent464c2d80834e4ccf7f28fb62b82a2fa13e6445fb (diff)
llvmpipe: fix snorm blending
The blend math gets a bit funky due to inverse blend factors being in range [0,2] rather than [-1,1], our normalized math can't really cover this. src_alpha_saturate blend factor has a similar problem too. (Note that piglit fbo-blending-formats test is mostly useless for anything but unorm formats, since not just all src/dst values are between [0,1], but the tests are crafted in a way that the results are between [0,1] too.) v2: some formatting fixes, and fix a fairly obscure (to debug) issue with alpha-only formats (not related to snorm at all), where blend optimization would think it could simplify the blend equation if the blend factors were complementary, however was using the completely unrelated rgb blend factors instead of the alpha ones... Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'SConstruct')
0 files changed, 0 insertions, 0 deletions