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

Issue 1914883002: Refactor drawContext/RenderTarget creation (Closed)

Created:
4 years, 7 months ago by robertphillips
Modified:
4 years, 7 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

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : update to ToT #

Patch Set 4 : update to ToT #

Patch Set 5 : update to ToT #

Patch Set 6 : clean up #

Patch Set 7 : Fix linux param reordering bug #

Total comments: 2

Patch Set 8 : Fix variable name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -199 lines) Patch
M include/gpu/GrContext.h View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
M src/core/SkImageFilter.cpp View 1 2 3 4 5 6 2 chunks +4 lines, -13 lines 0 comments Download
M src/effects/SkAlphaThresholdFilter.cpp View 1 2 3 4 2 chunks +7 lines, -15 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 2 3 4 3 chunks +4 lines, -13 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 1 2 3 4 2 chunks +5 lines, -13 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 2 3 4 3 chunks +15 lines, -26 lines 0 comments Download
M src/effects/SkXfermodeImageFilter.cpp View 1 2 3 4 4 chunks +6 lines, -14 lines 0 comments Download
M src/gpu/GrBlurUtils.cpp View 1 2 3 4 4 chunks +28 lines, -31 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 5 6 7 1 chunk +31 lines, -0 lines 0 comments Download
M src/image/SkImage_Gpu.cpp View 1 2 3 4 5 2 chunks +14 lines, -19 lines 0 comments Download
M tests/ClearTest.cpp View 1 2 3 4 11 chunks +13 lines, -27 lines 0 comments Download
M tests/ClipBoundsTest.cpp View 1 2 3 4 2 chunks +3 lines, -15 lines 0 comments Download
M tests/PrimitiveProcessorTest.cpp View 1 2 3 4 2 chunks +4 lines, -13 lines 0 comments Download

Messages

Total messages: 31 (16 generated)
robertphillips
The most interesting changes are in GrContext.h/.cpp. The remaining changes are just applications.
4 years, 7 months ago (2016-04-27 19:03:23 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1914883002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1914883002/100001
4 years, 7 months ago (2016-04-27 19:03:41 UTC) #6
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/3217)
4 years, 7 months ago (2016-04-27 19:06:51 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/1914883002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1914883002/120001
4 years, 7 months ago (2016-04-27 19:33:58 UTC) #10
bsalomon
lgtm w/ question https://codereview.chromium.org/1914883002/diff/120001/src/gpu/GrContext.cpp File src/gpu/GrContext.cpp (right): https://codereview.chromium.org/1914883002/diff/120001/src/gpu/GrContext.cpp#newcode631 src/gpu/GrContext.cpp:631: sk_sp<GrTexture> maskTexture; Why is this called ...
4 years, 7 months ago (2016-04-27 19:42:10 UTC) #11
robertphillips
https://codereview.chromium.org/1914883002/diff/120001/src/gpu/GrContext.cpp File src/gpu/GrContext.cpp (right): https://codereview.chromium.org/1914883002/diff/120001/src/gpu/GrContext.cpp#newcode631 src/gpu/GrContext.cpp:631: sk_sp<GrTexture> maskTexture; On 2016/04/27 19:42:10, bsalomon wrote: > Why ...
4 years, 7 months ago (2016-04-27 19:59:10 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/1914883002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1914883002/140001
4 years, 7 months ago (2016-04-27 19:59:28 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-27 20:30:23 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1914883002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1914883002/140001
4 years, 7 months ago (2016-04-27 20:33:03 UTC) #19
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://skia.googlesource.com/skia/+/2f1c42e8448bbbadeb3df1c626faa90aa33f8907
4 years, 7 months ago (2016-04-27 20:34:05 UTC) #21
robertphillips
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/1929833004/ by robertphillips@google.com. ...
4 years, 7 months ago (2016-04-28 13:21:40 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1914883002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1914883002/140001
4 years, 7 months ago (2016-04-28 16:46:56 UTC) #25
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-28 16:47:48 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1914883002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1914883002/140001
4 years, 7 months ago (2016-04-28 16:54:17 UTC) #29
commit-bot: I haz the power
4 years, 7 months ago (2016-04-28 16:55:18 UTC) #31
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://skia.googlesource.com/skia/+/d4c741e3d0e0fa633399691c47f76b6c7841ee83

Powered by Google App Engine
This is Rietveld 408576698