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

Issue 1471293003: Create a static instances of SrcOver XferProcessor (Closed)

Created:
5 years ago by egdaniel
Modified:
5 years ago
Reviewers:
bsalomon, joshua.litt
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Create a static instances of SrcOver XferProcessor BUG=skia: Committed: https://skia.googlesource.com/skia/+/56cf6dcb6572f1d355af041c1ebf157b2b3d0165

Patch Set 1 #

Patch Set 2 : nit #

Total comments: 2

Patch Set 3 : Rename readsCoverage to ignoresCoverage #

Patch Set 4 : rebase #

Patch Set 5 : Fix Build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -52 lines) Patch
M include/gpu/GrXferProcessor.h View 1 2 3 5 chunks +2 lines, -11 lines 0 comments Download
M src/effects/SkArithmeticMode_gpu.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrPipeline.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/GrPipeline.cpp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrProgramDesc.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/GrXferProcessor.cpp View 1 2 3 5 chunks +2 lines, -10 lines 0 comments Download
M src/gpu/effects/GrCoverageSetOpXP.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrCustomXfermode.cpp View 1 2 3 4 chunks +3 lines, -4 lines 0 comments Download
M src/gpu/effects/GrDisableColorXP.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/effects/GrPorterDuffXferProcessor.cpp View 1 2 3 9 chunks +29 lines, -14 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.cpp View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M src/gpu/glsl/GrGLSLXferProcessor.cpp View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
egdaniel
Here's a change to create a static SrcOver XP. The big change is that knowing ...
5 years ago (2015-11-24 17:22:31 UTC) #2
joshualitt
On 2015/11/24 17:22:31, egdaniel wrote: > Here's a change to create a static SrcOver XP. ...
5 years ago (2015-11-30 15:51:49 UTC) #3
bsalomon
https://codereview.chromium.org/1471293003/diff/20001/src/gpu/GrPipeline.h File src/gpu/GrPipeline.h (right): https://codereview.chromium.org/1471293003/diff/20001/src/gpu/GrPipeline.h#newcode184 src/gpu/GrPipeline.h:184: bool fReadsCoverage; // Will this program use coverage? Given ...
5 years ago (2015-11-30 15:56:53 UTC) #4
egdaniel
https://codereview.chromium.org/1471293003/diff/20001/src/gpu/GrPipeline.h File src/gpu/GrPipeline.h (right): https://codereview.chromium.org/1471293003/diff/20001/src/gpu/GrPipeline.h#newcode184 src/gpu/GrPipeline.h:184: bool fReadsCoverage; // Will this program use coverage? On ...
5 years ago (2015-11-30 16:29:14 UTC) #5
bsalomon
lgtm
5 years ago (2015-11-30 16:51:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1471293003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1471293003/60001
5 years ago (2015-11-30 17:54:04 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/4504) Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, ...
5 years ago (2015-11-30 17:56:22 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1471293003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1471293003/80001
5 years ago (2015-11-30 18:01:10 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://skia.googlesource.com/skia/+/56cf6dcb6572f1d355af041c1ebf157b2b3d0165
5 years ago (2015-11-30 18:16:01 UTC) #16
scroggo
5 years ago (2015-12-01 12:42:46 UTC) #17
Message was sent while issue was closed.
On 2015/11/30 18:16:01, commit-bot: I haz the power wrote:
> Committed patchset #5 (id:80001) as
> https://skia.googlesource.com/skia/+/56cf6dcb6572f1d355af041c1ebf157b2b3d0165

Could this have provided a speed up? https://perf.skia.org/cl/1007

Powered by Google App Engine
This is Rietveld 408576698