DescriptionARM Skia NEON patches - 20 - New improved BitmapProcState code
BitmapProcState: new factorised code
This one basically factorises the clamp and repeat transformations with
some performance improvements. It has the benefit of being faster, much
easier to maintain (nearly three times less code for more work
done :-)), and more complete (all persp transformations weren't optimised
in the previous version).
It also introduces the use of can_truncate_to_fixed_for_decal where
useful.
The effect on benchmarks ranges from a 5% penalty to a 25% gain on a
Cortex-A9 and from a 5% penalty to a 100% gain on a Cortex-A15.
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
BUG=
Committed: http://code.google.com/p/skia/source/detail?r=13218
Patch Set 1 #Patch Set 2 : Revised version without most of the accuracy improvements #Patch Set 3 : Rebase #Patch Set 4 : Add mismatching GMs to ignored-tests.txt #Patch Set 5 : Rebase #Patch Set 6 : Rebase #Patch Set 7 : Rebase to remove conflicts on ignored-tests.txt #
Messages
Total messages: 22 (0 generated)
|