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

Issue 699023003: remove separate color from coverage (Closed)

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

Description

remove separate color from coverage BUG=skia: Committed: https://skia.googlesource.com/skia/+/4dd99886420329fcacd72d87f2c46ff2555d0945

Patch Set 1 #

Total comments: 1

Patch Set 2 : feedback inc #

Total comments: 1

Patch Set 3 : feedback inc #

Patch Set 4 : feedback inc #

Total comments: 2

Patch Set 5 : feedback inc #

Patch Set 6 : fix bug #

Patch Set 7 : #

Patch Set 8 : better #

Patch Set 9 : adding test to ignore #

Patch Set 10 : rebase #

Patch Set 11 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -43 lines) Patch
M expectations/gm/ignored-tests.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M src/gpu/GrDrawState.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/GrDrawState.cpp View 1 2 3 4 5 6 7 8 9 5 chunks +8 lines, -8 lines 0 comments Download
M src/gpu/GrOptDrawState.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/GrOptDrawState.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +9 lines, -20 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.cpp View 2 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 18 (4 generated)
joshualitt
6 years, 1 month ago (2014-11-10 16:23:13 UTC) #2
egdaniel
https://codereview.chromium.org/699023003/diff/1/src/gpu/GrDrawState.h File src/gpu/GrDrawState.h (right): https://codereview.chromium.org/699023003/diff/1/src/gpu/GrDrawState.h#newcode254 src/gpu/GrDrawState.h:254: return this->numColorStages() + this->numCoverageStages() + Should we just make ...
6 years, 1 month ago (2014-11-10 16:28:06 UTC) #3
joshualitt
feedback incorporated
6 years, 1 month ago (2014-11-10 16:30:48 UTC) #4
bsalomon
https://codereview.chromium.org/699023003/diff/20001/src/gpu/GrOptDrawState.cpp File src/gpu/GrOptDrawState.cpp (right): https://codereview.chromium.org/699023003/diff/20001/src/gpu/GrOptDrawState.cpp#newcode141 src/gpu/GrOptDrawState.cpp:141: if (!this->isCoverageDrawing() && Can we make GrOptDrawState have something ...
6 years, 1 month ago (2014-11-10 18:50:12 UTC) #5
joshualitt
On 2014/11/10 18:50:12, bsalomon wrote: > https://codereview.chromium.org/699023003/diff/20001/src/gpu/GrOptDrawState.cpp > File src/gpu/GrOptDrawState.cpp (right): > > https://codereview.chromium.org/699023003/diff/20001/src/gpu/GrOptDrawState.cpp#newcode141 > ...
6 years, 1 month ago (2014-11-10 19:23:39 UTC) #6
bsalomon
https://codereview.chromium.org/699023003/diff/50001/src/gpu/GrOptDrawState.cpp File src/gpu/GrOptDrawState.cpp (right): https://codereview.chromium.org/699023003/diff/50001/src/gpu/GrOptDrawState.cpp#newcode145 src/gpu/GrOptDrawState.cpp:145: if (!this->isCoverageDrawing() && (this->numCoverageStages() || !ds.hasSolidCoverage())) { Do we ...
6 years, 1 month ago (2014-11-10 20:13:41 UTC) #7
joshualitt
https://codereview.chromium.org/699023003/diff/50001/src/gpu/GrOptDrawState.cpp File src/gpu/GrOptDrawState.cpp (right): https://codereview.chromium.org/699023003/diff/50001/src/gpu/GrOptDrawState.cpp#newcode145 src/gpu/GrOptDrawState.cpp:145: if (!this->isCoverageDrawing() && (this->numCoverageStages() || !ds.hasSolidCoverage())) { On 2014/11/10 ...
6 years, 1 month ago (2014-11-10 20:17:16 UTC) #8
joshualitt
feedback incorporated
6 years, 1 month ago (2014-11-10 20:32:26 UTC) #9
bsalomon
lgtm
6 years, 1 month ago (2014-11-10 21:07:57 UTC) #10
joshualitt
On 2014/11/10 21:07:57, bsalomon wrote: > lgtm Greg, please take one more look at this ...
6 years, 1 month ago (2014-11-11 14:42:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/699023003/170001
6 years, 1 month ago (2014-11-11 16:25:41 UTC) #13
commit-bot: I haz the power
Failed to apply patch for expectations/gm/ignored-tests.txt: While running git apply --index -3 -p1; error: patch ...
6 years, 1 month ago (2014-11-11 16:25:46 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/699023003/190001
6 years, 1 month ago (2014-11-11 16:43:51 UTC) #17
commit-bot: I haz the power
6 years, 1 month ago (2014-11-11 16:51:34 UTC) #18
Message was sent while issue was closed.
Committed patchset #11 (id:190001) as
https://skia.googlesource.com/skia/+/4dd99886420329fcacd72d87f2c46ff2555d0945

Powered by Google App Engine
This is Rietveld 408576698