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

Issue 2057613003: Fix GrDrawContextPriv::stencilRect (Closed)

Created:
4 years, 6 months ago by csmartdalton
Modified:
4 years, 6 months ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Fix GrDrawContextPriv::stencilRect Updates stencilRect to not call getFillRectBatch. This method can return a batch that uses coverage AA, which isn't appropriate for stencil draws. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2057613003 Committed: https://skia.googlesource.com/skia/+/656dbe4c712d2016dcf9af903f088f34ad2bf94d

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : revert #2 #

Patch Set 4 : useHWAA #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -22 lines) Patch
M src/gpu/GrClipMaskManager.cpp View 1 2 3 5 chunks +7 lines, -15 lines 0 comments Download
M src/gpu/GrDrawContext.cpp View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/GrDrawContextPriv.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (5 generated)
csmartdalton
4 years, 6 months ago (2016-06-09 20:46:47 UTC) #4
bsalomon
lgtm
4 years, 6 months ago (2016-06-09 20:49:20 UTC) #5
csmartdalton
I think this take is more in the spirit of GrDrawContext
4 years, 6 months ago (2016-06-09 21:27:12 UTC) #6
bsalomon
https://codereview.chromium.org/2057613003/diff/20001/src/gpu/GrDrawContext.cpp File src/gpu/GrDrawContext.cpp (right): https://codereview.chromium.org/2057613003/diff/20001/src/gpu/GrDrawContext.cpp#newcode414 src/gpu/GrDrawContext.cpp:414: ASSERT_SINGLE_OWNER_PRIV Should we assert or fail if doAA is ...
4 years, 6 months ago (2016-06-10 00:21:13 UTC) #7
csmartdalton
https://codereview.chromium.org/2057613003/diff/20001/src/gpu/GrDrawContext.cpp File src/gpu/GrDrawContext.cpp (right): https://codereview.chromium.org/2057613003/diff/20001/src/gpu/GrDrawContext.cpp#newcode414 src/gpu/GrDrawContext.cpp:414: ASSERT_SINGLE_OWNER_PRIV On 2016/06/10 00:21:13, bsalomon wrote: > Should we ...
4 years, 6 months ago (2016-06-10 02:43:38 UTC) #8
csmartdalton
4 years, 6 months ago (2016-06-10 02:43:39 UTC) #9
bsalomon
lgtm
4 years, 6 months ago (2016-06-10 19:11:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2057613003/60001
4 years, 6 months ago (2016-06-10 19:13:35 UTC) #12
commit-bot: I haz the power
4 years, 6 months ago (2016-06-10 19:33:01 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/656dbe4c712d2016dcf9af903f088f34ad2bf94d

Powered by Google App Engine
This is Rietveld 408576698