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

Issue 1170553002: Apply coverage in XP base class when using dst reads (Closed)

Created:
5 years, 6 months ago by Chris Dalton
Modified:
5 years, 6 months ago
Reviewers:
egdaniel, bsalomon, reed1
CC:
reviews_skia.org, vbuzinov, Kimmo Kinnunen
Base URL:
https://skia.googlesource.com/skia.git@upload2_reenablebea
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Apply coverage in XP base class when using dst reads Moves the coverage logic into GrGLXferProcessor for XPs that perform dst reads. XPs that don't use a dst read are still responsible to handle coverage on their own. BUG=skia: Committed: https://skia.googlesource.com/skia/+/edbb31f7ddea834b8e55ea66587ea8d33adc53fa

Patch Set 1 #

Total comments: 2

Patch Set 2 : names #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -98 lines) Patch
M include/gpu/GrXferProcessor.h View 4 chunks +23 lines, -16 lines 0 comments Download
M src/effects/SkArithmeticMode_gpu.cpp View 1 2 chunks +8 lines, -16 lines 0 comments Download
M src/gpu/GrXferProcessor.cpp View 3 chunks +33 lines, -3 lines 0 comments Download
M src/gpu/effects/GrCoverageSetOpXP.cpp View 1 2 chunks +1 line, -3 lines 0 comments Download
M src/gpu/effects/GrCustomXfermode.cpp View 1 3 chunks +25 lines, -29 lines 0 comments Download
M src/gpu/effects/GrDisableColorXP.cpp View 1 2 chunks +1 line, -3 lines 0 comments Download
M src/gpu/effects/GrPorterDuffXferProcessor.cpp View 1 7 chunks +13 lines, -22 lines 0 comments Download
M src/gpu/gl/GrGLXferProcessor.h View 1 1 chunk +18 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLXferProcessor.cpp View 1 3 chunks +17 lines, -5 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
Chris Dalton
I split the patch for mixed samples support into two logical changes.
5 years, 6 months ago (2015-06-05 06:35:20 UTC) #2
egdaniel
Just the one minor naming question https://codereview.chromium.org/1170553002/diff/1/src/gpu/gl/GrGLXferProcessor.h File src/gpu/gl/GrGLXferProcessor.h (right): https://codereview.chromium.org/1170553002/diff/1/src/gpu/gl/GrGLXferProcessor.h#newcode67 src/gpu/gl/GrGLXferProcessor.h:67: virtual void onEmitCode(const ...
5 years, 6 months ago (2015-06-05 16:44:01 UTC) #3
Chris Dalton
https://codereview.chromium.org/1170553002/diff/1/src/gpu/gl/GrGLXferProcessor.h File src/gpu/gl/GrGLXferProcessor.h (right): https://codereview.chromium.org/1170553002/diff/1/src/gpu/gl/GrGLXferProcessor.h#newcode67 src/gpu/gl/GrGLXferProcessor.h:67: virtual void onEmitCode(const EmitArgs&) { SkFAIL("onEmitCode not implemented."); } ...
5 years, 6 months ago (2015-06-05 17:41:37 UTC) #4
egdaniel
On 2015/06/05 17:41:37, Chris Dalton wrote: > https://codereview.chromium.org/1170553002/diff/1/src/gpu/gl/GrGLXferProcessor.h > File src/gpu/gl/GrGLXferProcessor.h (right): > > https://codereview.chromium.org/1170553002/diff/1/src/gpu/gl/GrGLXferProcessor.h#newcode67 ...
5 years, 6 months ago (2015-06-05 18:11:00 UTC) #5
Chris Dalton
On 2015/06/05 18:11:00, egdaniel wrote: > On 2015/06/05 17:41:37, Chris Dalton wrote: > > > ...
5 years, 6 months ago (2015-06-05 18:58:58 UTC) #6
egdaniel
On 2015/06/05 18:58:58, Chris Dalton wrote: > On 2015/06/05 18:11:00, egdaniel wrote: > > On ...
5 years, 6 months ago (2015-06-05 19:31:24 UTC) #7
egdaniel
lgtm
5 years, 6 months ago (2015-06-05 23:48:37 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1170553002/20001
5 years, 6 months ago (2015-06-06 01:24:40 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/298)
5 years, 6 months ago (2015-06-06 01:25:53 UTC) #12
reed1
api lgtm
5 years, 6 months ago (2015-06-08 17:34:19 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1170553002/20001
5 years, 6 months ago (2015-06-08 18:30:09 UTC) #16
commit-bot: I haz the power
5 years, 6 months ago (2015-06-08 19:14:50 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/edbb31f7ddea834b8e55ea66587ea8d33adc53fa

Powered by Google App Engine
This is Rietveld 408576698