summaryrefslogtreecommitdiffstats
path: root/docs/submittingpatches.html
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2016-12-21 04:55:34 +0100
committerRoland Scheidegger <[email protected]>2017-01-05 23:59:38 +0100
commitbc86e829a5c87714a7f3798fe9096c75692e5157 (patch)
tree1b283557b103dc44557f3c69f21b62177529ef4f /docs/submittingpatches.html
parenta03a2ac6fd3005218eeddeae89e60115fbedde85 (diff)
gallivm: optimize lp_build_unpack_arith_rgba_aos slightly
This code uses a vector shift which has to be emulated on x86 unless there's AVX2. Luckily in some cases we can actually avoid the shift altogether, so do that. Also make sure we hit the fast lp_build_conv() path when applicable, albeit that's quite the hack... That said, this path is taken for AoS sampling for small unorm (smaller than rgba8) formats, and it is completely hopeless even with those changes, with or without AVX. (Probably should have some code similar to the one in the llvmpipe fs backend code, using bit replication to extend to rgba8888 - rounding is not quite 100% accurate but if it's good enough there it should be here as well.) Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'docs/submittingpatches.html')
0 files changed, 0 insertions, 0 deletions