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

Issue 680543002: Add some more volatile paths. (Closed)

Created:
6 years, 1 month ago by jvanverth1
Modified:
6 years, 1 month ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Add some more volatile paths. Some clip paths were not marked as volatile, and ending up in the distance field path renderer when they shouldn't. BUG=skia:3066 Committed: https://skia.googlesource.com/skia/+/0deb2d9c5d62f8c16fa6049902f9346af735b496

Patch Set 1 #

Patch Set 2 : Rebase to ToT #

Total comments: 3

Patch Set 3 : Set volatility in clipstack I/O #

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

Messages

Total messages: 9 (2 generated)
jvanverth1
The ones in SkCanvas probably aren't needed, but I added them to be consistent.
6 years, 1 month ago (2014-10-24 17:22:25 UTC) #2
bsalomon
https://codereview.chromium.org/680543002/diff/20001/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/680543002/diff/20001/src/core/SkCanvas.cpp#newcode1551 src/core/SkCanvas.cpp:1551: path.setIsVolatile(true); If this is coming out of the clipstack ...
6 years, 1 month ago (2014-10-24 17:29:18 UTC) #3
jvanverth1
https://codereview.chromium.org/680543002/diff/20001/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (right): https://codereview.chromium.org/680543002/diff/20001/src/gpu/GrClipMaskManager.cpp#newcode100 src/gpu/GrClipMaskManager.cpp:100: path.setIsVolatile(true); On 2014/10/24 17:29:18, bsalomon wrote: > Is it ...
6 years, 1 month ago (2014-10-24 17:36:30 UTC) #4
jvanverth1
On 2014/10/24 17:36:30, jvanverth1 wrote: > https://codereview.chromium.org/680543002/diff/20001/src/gpu/GrClipMaskManager.cpp > File src/gpu/GrClipMaskManager.cpp (right): > > https://codereview.chromium.org/680543002/diff/20001/src/gpu/GrClipMaskManager.cpp#newcode100 > ...
6 years, 1 month ago (2014-10-24 18:21:55 UTC) #5
bsalomon
lgtm
6 years, 1 month ago (2014-10-24 18:27:36 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/680543002/40001
6 years, 1 month ago (2014-10-24 18:29:58 UTC) #8
commit-bot: I haz the power
6 years, 1 month ago (2014-10-24 19:41:39 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 0deb2d9c5d62f8c16fa6049902f9346af735b496

Powered by Google App Engine
This is Rietveld 408576698