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

Issue 737723003: drawinfo carries bufferinfo (Closed)

Created:
6 years, 1 month ago by joshua.litt
Modified:
6 years, 1 month ago
Reviewers:
joshualitt, bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : cleanup #

Patch Set 3 : more cleanup #

Patch Set 4 : one tiny cleanup #

Patch Set 5 : cleanup #

Patch Set 6 : feedback inc #

Patch Set 7 : feedback inc #

Total comments: 1

Patch Set 8 : feedback #

Patch Set 9 : feedback inc #

Total comments: 1

Patch Set 10 : feedback inc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -105 lines) Patch
M include/gpu/GrGpuResourceRef.h View 1 2 3 4 5 6 7 8 9 2 chunks +20 lines, -10 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 3 4 5 6 7 4 chunks +13 lines, -1 line 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 4 chunks +12 lines, -0 lines 0 comments Download
M src/gpu/GrGpu.h View 1 2 3 chunks +0 lines, -37 lines 0 comments Download
M src/gpu/GrGpu.cpp View 2 chunks +0 lines, -15 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.h View 1 2 chunks +3 lines, -14 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 2 3 4 chunks +24 lines, -26 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (2 generated)
joshualitt
Brian, it'd be nice to have drawinfo hold the buffer refs, but I couldn't figure ...
6 years, 1 month ago (2014-11-18 18:21:41 UTC) #2
bsalomon
what breaks w/ GrGpuTResource holding a const ptr? https://codereview.chromium.org/737723003/diff/1/src/gpu/GrDrawTarget.h File src/gpu/GrDrawTarget.h (right): https://codereview.chromium.org/737723003/diff/1/src/gpu/GrDrawTarget.h#newcode564 src/gpu/GrDrawTarget.h:564: void ...
6 years, 1 month ago (2014-11-18 18:41:25 UTC) #3
bsalomon
what breaks w/ GrGpuTResource holding a const ptr?
6 years, 1 month ago (2014-11-18 18:41:25 UTC) #4
joshualitt
On 2014/11/18 18:41:25, bsalomon wrote: > what breaks w/ GrGpuTResource holding a const ptr? void ...
6 years, 1 month ago (2014-11-18 18:42:51 UTC) #5
bsalomon
On 2014/11/18 18:42:51, joshualitt wrote: > On 2014/11/18 18:41:25, bsalomon wrote: > > what breaks ...
6 years, 1 month ago (2014-11-18 18:49:00 UTC) #6
joshualitt
On 2014/11/18 18:49:00, bsalomon wrote: > On 2014/11/18 18:42:51, joshualitt wrote: > > On 2014/11/18 ...
6 years, 1 month ago (2014-11-18 19:18:51 UTC) #7
bsalomon
On 2014/11/18 19:18:51, joshualitt wrote: > On 2014/11/18 18:49:00, bsalomon wrote: > > On 2014/11/18 ...
6 years, 1 month ago (2014-11-18 19:23:48 UTC) #8
joshualitt
On 2014/11/18 19:23:48, bsalomon wrote: > On 2014/11/18 19:18:51, joshualitt wrote: > > On 2014/11/18 ...
6 years, 1 month ago (2014-11-18 20:00:10 UTC) #9
joshualitt
On 2014/11/18 20:00:10, joshualitt wrote: > On 2014/11/18 19:23:48, bsalomon wrote: > > On 2014/11/18 ...
6 years, 1 month ago (2014-11-18 20:37:19 UTC) #10
bsalomon
https://codereview.chromium.org/737723003/diff/120001/include/gpu/GrGpuResourceRef.h File include/gpu/GrGpuResourceRef.h (right): https://codereview.chromium.org/737723003/diff/120001/include/gpu/GrGpuResourceRef.h#newcode166 include/gpu/GrGpuResourceRef.h:166: void set(T* resource) { Shouldn't this check whether the ...
6 years, 1 month ago (2014-11-18 20:48:31 UTC) #11
joshualitt
On 2014/11/18 20:48:31, bsalomon wrote: > https://codereview.chromium.org/737723003/diff/120001/include/gpu/GrGpuResourceRef.h > File include/gpu/GrGpuResourceRef.h (right): > > https://codereview.chromium.org/737723003/diff/120001/include/gpu/GrGpuResourceRef.h#newcode166 > ...
6 years, 1 month ago (2014-11-18 21:12:48 UTC) #12
joshualitt
feedback incorporated
6 years, 1 month ago (2014-11-18 21:33:18 UTC) #13
bsalomon
https://codereview.chromium.org/737723003/diff/160001/include/gpu/GrGpuResourceRef.h File include/gpu/GrGpuResourceRef.h (right): https://codereview.chromium.org/737723003/diff/160001/include/gpu/GrGpuResourceRef.h#newcode181 include/gpu/GrGpuResourceRef.h:181: if (fResource) { why not just this->release(), since it ...
6 years, 1 month ago (2014-11-18 22:05:27 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/737723003/180001
6 years, 1 month ago (2014-11-18 22:15:28 UTC) #16
commit-bot: I haz the power
6 years, 1 month ago (2014-11-18 22:24:33 UTC) #17
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://skia.googlesource.com/skia/+/7eb8c7b00a5d776bebaf33a8687357df95c1aa43

Powered by Google App Engine
This is Rietveld 408576698