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

Issue 1631873002: Add gpu backend for SkPixelXorXfermode (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : update #

Total comments: 15

Patch Set 3 : addressed code review comments #

Patch Set 4 : Update number of XP factories #

Patch Set 5 : And the FPFactory count #

Patch Set 6 : And fix case where the srcColor is null #

Unified diffs Side-by-side diffs Delta from patch set Stats (+392 lines, -6 lines) Patch
M gm/pixelxorxfermode.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M include/effects/SkPixelXorXfermode.h View 1 chunk +10 lines, -1 line 0 comments Download
M src/effects/SkPixelXorXfermode.cpp View 1 2 3 4 5 4 chunks +353 lines, -2 lines 0 comments Download
M src/gpu/GrProcessor.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/glsl/GrGLSLXferProcessor.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/gpu/glsl/GrGLSLXferProcessor.cpp View 1 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (14 generated)
robertphillips
4 years, 11 months ago (2016-01-25 21:19:08 UTC) #4
bsalomon
https://codereview.chromium.org/1631873002/diff/20001/src/effects/SkPixelXorXfermode.cpp File src/effects/SkPixelXorXfermode.cpp (right): https://codereview.chromium.org/1631873002/diff/20001/src/effects/SkPixelXorXfermode.cpp#newcode68 src/effects/SkPixelXorXfermode.cpp:68: fragBuilder->emitFunction(kFloat_GrSLType, Should we have the int version, too? Seems ...
4 years, 11 months ago (2016-01-25 21:52:44 UTC) #5
egdaniel
https://codereview.chromium.org/1631873002/diff/20001/src/effects/SkPixelXorXfermode.cpp File src/effects/SkPixelXorXfermode.cpp (right): https://codereview.chromium.org/1631873002/diff/20001/src/effects/SkPixelXorXfermode.cpp#newcode61 src/effects/SkPixelXorXfermode.cpp:61: GrGLSLShaderVar("f1", kFloat_GrSLType, 0, kHigh_GrSLPrecision), highp? https://codereview.chromium.org/1631873002/diff/20001/src/effects/SkPixelXorXfermode.cpp#newcode64 src/effects/SkPixelXorXfermode.cpp:64: GrGLSLShaderVar("fNum", kFloat_GrSLType, ...
4 years, 11 months ago (2016-01-25 21:54:17 UTC) #6
robertphillips
https://codereview.chromium.org/1631873002/diff/20001/src/effects/SkPixelXorXfermode.cpp File src/effects/SkPixelXorXfermode.cpp (right): https://codereview.chromium.org/1631873002/diff/20001/src/effects/SkPixelXorXfermode.cpp#newcode61 src/effects/SkPixelXorXfermode.cpp:61: GrGLSLShaderVar("f1", kFloat_GrSLType, 0, kHigh_GrSLPrecision), On 2016/01/25 21:54:17, egdaniel wrote: ...
4 years, 11 months ago (2016-01-25 22:51:12 UTC) #7
bsalomon
lgtm https://codereview.chromium.org/1631873002/diff/20001/src/effects/SkPixelXorXfermode.cpp File src/effects/SkPixelXorXfermode.cpp (right): https://codereview.chromium.org/1631873002/diff/20001/src/effects/SkPixelXorXfermode.cpp#newcode190 src/effects/SkPixelXorXfermode.cpp:190: SkColorGetR(pixXor.opColor())/255.0f, On 2016/01/25 22:51:11, robertphillips wrote: > On ...
4 years, 11 months ago (2016-01-26 17:11:24 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1631873002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1631873002/40001
4 years, 11 months ago (2016-01-26 17:52:30 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot/builds/635)
4 years, 11 months ago (2016-01-26 17:57:01 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1631873002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1631873002/60001
4 years, 11 months ago (2016-01-26 18:13:29 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot/builds/637)
4 years, 11 months ago (2016-01-26 18:17:00 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1631873002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1631873002/80001
4 years, 11 months ago (2016-01-26 18:51:15 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-26 19:02:52 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1631873002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1631873002/100001
4 years, 11 months ago (2016-01-26 19:26:42 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-26 19:37:18 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1631873002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1631873002/100001
4 years, 11 months ago (2016-01-26 20:06:39 UTC) #27
commit-bot: I haz the power
4 years, 11 months ago (2016-01-26 20:07:17 UTC) #29
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/727b7d27afd01ab76771ba0b3279208cff728d1a

Powered by Google App Engine
This is Rietveld 408576698