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

Issue 1494473005: Add option to draw wireframe batch bounds (Closed)

Created:
5 years ago by bsalomon
Modified:
5 years ago
Reviewers:
joshualitt
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 : minor #

Patch Set 3 : fix no-gpu build #

Total comments: 11

Patch Set 4 : Add comments #

Patch Set 5 : add back newline #

Patch Set 6 : rebase #

Total comments: 1

Patch Set 7 : init vbo id to 0 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -11 lines) Patch
M dm/DMGpuSupport.h View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M dm/DMSrcSink.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M include/gpu/GrContextOptions.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 chunks +13 lines, -0 lines 0 comments Download
M src/gpu/GrGpu.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/GrTest.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/batches/GrBatch.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/gpu/batches/GrClearBatch.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/batches/GrCopySurfaceBatch.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/batches/GrDiscardBatch.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/batches/GrDrawBatch.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/gpu/batches/GrStencilPathBatch.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/GrGLGpu.h View 1 2 3 4 5 6 3 chunks +11 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLGpu.cpp View 1 2 3 4 5 6 7 chunks +169 lines, -5 lines 0 comments Download

Messages

Total messages: 22 (10 generated)
bsalomon
5 years ago (2015-12-02 23:51:47 UTC) #2
joshualitt
requests for comments https://codereview.chromium.org/1494473005/diff/40001/src/gpu/gl/GrGLGpu.cpp File src/gpu/gl/GrGLGpu.cpp (left): https://codereview.chromium.org/1494473005/diff/40001/src/gpu/gl/GrGLGpu.cpp#oldcode3083 src/gpu/gl/GrGLGpu.cpp:3083: I kind of like this space ...
5 years ago (2015-12-03 14:43:52 UTC) #3
bsalomon
https://codereview.chromium.org/1494473005/diff/40001/src/gpu/gl/GrGLGpu.cpp File src/gpu/gl/GrGLGpu.cpp (left): https://codereview.chromium.org/1494473005/diff/40001/src/gpu/gl/GrGLGpu.cpp#oldcode3083 src/gpu/gl/GrGLGpu.cpp:3083: On 2015/12/03 14:43:52, joshualitt wrote: > I kind of ...
5 years ago (2015-12-03 16:25:32 UTC) #4
joshualitt
lgtm https://codereview.chromium.org/1494473005/diff/40001/src/gpu/gl/GrGLGpu.cpp File src/gpu/gl/GrGLGpu.cpp (right): https://codereview.chromium.org/1494473005/diff/40001/src/gpu/gl/GrGLGpu.cpp#newcode3108 src/gpu/gl/GrGLGpu.cpp:3108: void GrGLGpu::createWireRectProgram() { On 2015/12/03 16:25:31, bsalomon wrote: ...
5 years ago (2015-12-03 16:30:15 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494473005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494473005/80001
5 years ago (2015-12-03 16:55:09 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-Mips-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Mips-Debug-Android-Trybot/builds/3814)
5 years ago (2015-12-03 16:55:47 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494473005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494473005/100001
5 years ago (2015-12-03 17:14:48 UTC) #12
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://skia.googlesource.com/skia/+/26489ef21ff5df33b8cb5943fddfd4604e203960
5 years ago (2015-12-03 17:36:51 UTC) #14
scroggo
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/1492633007/ by scroggo@google.com. ...
5 years ago (2015-12-03 18:30:19 UTC) #15
joshualitt
https://codereview.chromium.org/1494473005/diff/100001/src/gpu/gl/GrGLGpu.cpp File src/gpu/gl/GrGLGpu.cpp (right): https://codereview.chromium.org/1494473005/diff/100001/src/gpu/gl/GrGLGpu.cpp#newcode236 src/gpu/gl/GrGLGpu.cpp:236: fWireRectProgram.fProgram = 0; I think we need to init ...
5 years ago (2015-12-03 19:00:04 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494473005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494473005/120001
5 years ago (2015-12-03 19:50:07 UTC) #20
commit-bot: I haz the power
5 years ago (2015-12-03 20:58:09 UTC) #22
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://skia.googlesource.com/skia/+/6dea83f244cfdea52901eef6b31cee60b07a8ea0

Powered by Google App Engine
This is Rietveld 408576698