Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1308)

Issue 6356062: Fix SkBlendLCD16Opaque_SSE2 for non ARGB platforms. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by bungeman
Modified:
11 years, 11 months ago
Reviewers:
TomH, Stephen White, reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix both opaque and non-opaque. #

Total comments: 1

Patch Set 3 : More Skia like names. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -20 lines) Patch
M src/opts/SkBlitRow_opts_SSE2.cpp View 1 2 2 chunks +46 lines, -20 lines 0 comments Download

Messages

Total messages: 9
bungeman
Fixes the D32_16_SSE2 blit on Mac. On Mac we default to ABGR for SkPMColor, but ...
12 years ago (2012-07-03 22:19:15 UTC) #1
Stephen White
LGTM http://codereview.appspot.com/6356062/diff/1/src/opts/SkBlitRow_opts_SSE2.cpp File src/opts/SkBlitRow_opts_SSE2.cpp (right): http://codereview.appspot.com/6356062/diff/1/src/opts/SkBlitRow_opts_SSE2.cpp#newcode578 src/opts/SkBlitRow_opts_SSE2.cpp:578: __m128i r = _mm_and_si128(_mm_slli_epi32(mask, SK_D32_16_OPAQUE_R_SHIFT), I don't have ...
12 years ago (2012-07-03 22:42:24 UTC) #2
bungeman
This may be a bit cleaner, and fixes both the opaque and non-opaque code.
11 years, 11 months ago (2012-07-09 15:08:53 UTC) #3
reed1
Do we have any existing gm's that can record/verify the new results? http://codereview.appspot.com/6356062/diff/5001/src/opts/SkBlitRow_opts_SSE2.cpp File src/opts/SkBlitRow_opts_SSE2.cpp ...
11 years, 11 months ago (2012-07-09 15:17:05 UTC) #4
TomH
LGTM
11 years, 11 months ago (2012-07-09 15:40:15 UTC) #5
bungeman
Now using more Skia-like names modeled after those in SkColorPriv. There are no current GMs, ...
11 years, 11 months ago (2012-07-09 17:21:28 UTC) #6
reed1
lgtm
11 years, 11 months ago (2012-07-09 17:32:17 UTC) #7
Stephen White
LGTM (postcommitally)
11 years, 11 months ago (2012-07-09 18:14:05 UTC) #8
bungeman
11 years, 11 months ago (2012-07-09 19:02:53 UTC) #9
Committed revision 4481.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b