Descriptionmake S4444_opaque_D32_nofilter_DX faster with SSE2 support
On an Atom based netbook, before this patch:
[skia.git]$ ./out/Release/bench -config 8888 -repeat 100 -match repeatTile_4444
skia bench: alpha=0xFF antialias=1 filter=0 rotate=0 scale=0 clip=0 dither=default strokeWidth=none scalar=float system=UNIX
running bench [640 480] repeatTile_4444 8888: cmsecs = 113.83
With this patch:
[skia.git]$ ./out/Release/bench -config 8888 -repeat 100 -match repeatTile_4444
skia bench: alpha=0xFF antialias=1 filter=0 rotate=0 scale=0 clip=0 dither=default strokeWidth=none scalar=float system=UNIX
running bench [640 480] repeatTile_4444 8888: cmsecs = 82.71
So this is about 27% performance boost.
I've also tested with gm tool and the result stays intact.
BUG=
TEST=
Patch Set 1 #
Total comments: 4
Patch Set 2 : comment fixes #
Total comments: 7
Patch Set 3 : add the blank line #
MessagesTotal messages: 7
|
||||||||||||||||||||||||||||||||||||||||||||||