Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Issue 1091173003: apply xfermode after imagefilter when we create a tmp layer (Closed)

Created:
5 years, 8 months ago by reed1
Modified:
5 years, 8 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

apply xfermode after imagefilter when we create a tmp layer BUG=skia:3741 Committed: https://skia.googlesource.com/skia/+/5c476fb2776639bdbf0e974dd38d1c5d4c4ff1aa

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -9 lines) Patch
M src/core/SkCanvas.cpp View 1 5 chunks +25 lines, -9 lines 1 comment Download

Messages

Total messages: 13 (3 generated)
reed1
will write some GMs...
5 years, 8 months ago (2015-04-20 12:34:27 UTC) #2
reed1
This adds a GM that shows the problem... https://codereview.chromium.org/1088773004/# This CL seems to draw this ...
5 years, 8 months ago (2015-04-20 14:02:58 UTC) #3
Stephen White
LGTM https://codereview.chromium.org/1091173003/diff/1/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/1091173003/diff/1/src/core/SkCanvas.cpp#newcode322 src/core/SkCanvas.cpp:322: * is applied right before the restore, and ...
5 years, 8 months ago (2015-04-20 14:36:46 UTC) #5
reed1
ptal https://codereview.chromium.org/1091173003/diff/1/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/1091173003/diff/1/src/core/SkCanvas.cpp#newcode322 src/core/SkCanvas.cpp:322: * is applied right before the restore, and ...
5 years, 8 months ago (2015-04-20 14:49:19 UTC) #6
Stephen White
Still LGTM. https://codereview.chromium.org/1091173003/diff/20001/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/1091173003/diff/20001/src/core/SkCanvas.cpp#newcode323 src/core/SkCanvas.cpp:323: * return (fPaint). We then draw the ...
5 years, 8 months ago (2015-04-20 14:55:45 UTC) #7
reed1
I should be the same, and it *should* be faster, but for the most part ...
5 years, 8 months ago (2015-04-20 14:57:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1091173003/20001
5 years, 8 months ago (2015-04-20 14:58:11 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/5c476fb2776639bdbf0e974dd38d1c5d4c4ff1aa
5 years, 8 months ago (2015-04-20 15:04:26 UTC) #11
tomhudson
This changed the output of imagefilters_xfermodes GM, and there's now a very subtle difference between ...
5 years, 8 months ago (2015-04-20 15:42:45 UTC) #12
reed1
5 years, 8 months ago (2015-04-20 15:44:33 UTC) #13
Message was sent while issue was closed.
Indeed, that was the point of the (earlier) GM, to show a bug and its
(hopefully) fix.

Please don't triage anything yet. I will take care of it after consulting with
the gpu side.

Powered by Google App Engine
This is Rietveld 408576698