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

Issue 1454933002: Initial implementation of GPU no filter NinePatch (Closed)

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

Description

Initial implementation of GPU no filter NinePatch TBR=bsalomon@google.com BUG=skia: Committed: https://skia.googlesource.com/skia/+/33a5fce6126dc5d3927a71fdc6c35af6f5893fd5

Patch Set 1 #

Patch Set 2 : tweaks #

Patch Set 3 : tweaks #

Patch Set 4 : tweaks #

Total comments: 10

Patch Set 5 : add ninepatch #

Patch Set 6 : tweaks #

Patch Set 7 : tweaks #

Total comments: 9

Patch Set 8 : tweaks #

Patch Set 9 : feedback inc #

Patch Set 10 : rebase #

Patch Set 11 : tweaks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+353 lines, -66 lines) Patch
M gm/ninepatchstretch.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +12 lines, -11 lines 0 comments Download
M gyp/gpu.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M include/gpu/GrDrawContext.h View 1 2 3 4 5 6 7 8 1 chunk +21 lines, -0 lines 0 comments Download
M src/gpu/GrDrawContext.cpp View 1 2 3 4 5 2 chunks +22 lines, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.h View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 6 7 8 9 5 chunks +62 lines, -23 lines 0 comments Download
M src/gpu/SkGpuDevice_drawTexture.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -32 lines 0 comments Download
M src/gpu/SkGr.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +28 lines, -0 lines 0 comments Download
M src/gpu/SkGrPriv.h View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
A src/gpu/batches/GrNinePatch.h View 3 4 1 chunk +24 lines, -0 lines 0 comments Download
A src/gpu/batches/GrNinePatch.cpp View 1 2 3 4 5 6 7 8 1 chunk +166 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
joshualitt
This is mostly about the GrNinePatch class itself right now, I'm going to clean up ...
5 years, 1 month ago (2015-11-17 22:05:29 UTC) #2
joshualitt
On 2015/11/17 22:05:29, joshualitt wrote: > This is mostly about the GrNinePatch class itself right ...
5 years, 1 month ago (2015-11-17 22:10:58 UTC) #3
bsalomon
I think you might have forgotten to git add files https://codereview.chromium.org/1454933002/diff/60001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/1454933002/diff/60001/src/gpu/SkGpuDevice.cpp#newcode1735 ...
5 years, 1 month ago (2015-11-17 22:26:09 UTC) #4
joshualitt
On 2015/11/17 22:26:09, bsalomon wrote: > I think you might have forgotten to git add ...
5 years, 1 month ago (2015-11-18 14:35:12 UTC) #5
joshualitt
feedback inc https://codereview.chromium.org/1454933002/diff/60001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/1454933002/diff/60001/src/gpu/SkGpuDevice.cpp#newcode1735 src/gpu/SkGpuDevice.cpp:1735: if (!wrap_as_bm(this->context(), image, &bitmap)) { On 2015/11/17 ...
5 years, 1 month ago (2015-11-18 17:46:15 UTC) #6
bsalomon
https://codereview.chromium.org/1454933002/diff/120001/src/gpu/SkGrPriv.h File src/gpu/SkGrPriv.h (right): https://codereview.chromium.org/1454933002/diff/120001/src/gpu/SkGrPriv.h#newcode87 src/gpu/SkGrPriv.h:87: bool SkPaintToGrPaintWithTexture(GrContext* context, Comment explaining what this does? may ...
5 years, 1 month ago (2015-11-18 17:57:36 UTC) #7
robertphillips
https://codereview.chromium.org/1454933002/diff/120001/gm/ninepatchstretch.cpp File gm/ninepatchstretch.cpp (right): https://codereview.chromium.org/1454933002/diff/120001/gm/ninepatchstretch.cpp#newcode104 gm/ninepatchstretch.cpp:104: } '+' ? https://codereview.chromium.org/1454933002/diff/120001/include/gpu/GrDrawContext.h File include/gpu/GrDrawContext.h (right): https://codereview.chromium.org/1454933002/diff/120001/include/gpu/GrDrawContext.h#newcode28 include/gpu/GrDrawContext.h:28: ...
5 years, 1 month ago (2015-11-18 18:12:07 UTC) #8
joshualitt
feedback incorporated https://codereview.chromium.org/1454933002/diff/120001/include/gpu/GrDrawContext.h File include/gpu/GrDrawContext.h (right): https://codereview.chromium.org/1454933002/diff/120001/include/gpu/GrDrawContext.h#newcode28 include/gpu/GrDrawContext.h:28: class GrTextContext; On 2015/11/18 18:12:06, robertphillips wrote: ...
5 years, 1 month ago (2015-11-18 19:07:07 UTC) #9
robertphillips
lgtm
5 years, 1 month ago (2015-11-18 19:09:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1454933002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1454933002/160001
5 years, 1 month ago (2015-11-18 20:48:23 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot/builds/4309) Build-Ubuntu-GCC-Mips-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, ...
5 years, 1 month ago (2015-11-18 20:49:22 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1454933002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1454933002/180001
5 years, 1 month ago (2015-11-18 20:59:12 UTC) #17
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/4020)
5 years, 1 month ago (2015-11-18 21:00:36 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1454933002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1454933002/200001
5 years, 1 month ago (2015-11-18 21:15:11 UTC) #23
commit-bot: I haz the power
5 years, 1 month ago (2015-11-18 21:28:55 UTC) #24
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://skia.googlesource.com/skia/+/33a5fce6126dc5d3927a71fdc6c35af6f5893fd5

Powered by Google App Engine
This is Rietveld 408576698