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

Issue 272503009: store map ptr in GrGeometryBuffer base class (Closed)

Created:
6 years, 7 months ago by bsalomon
Modified:
6 years, 7 months ago
Reviewers:
robertphillips
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

store map ptr in GrGeometryBuffer base class Committed: http://code.google.com/p/skia/source/detail?r=14652

Patch Set 1 #

Patch Set 2 : changed? #

Total comments: 6

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -51 lines) Patch
M src/gpu/GrGeometryBuffer.h View 1 2 2 chunks +33 lines, -11 lines 0 comments Download
M src/gpu/gl/GrGLBufferImpl.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLIndexBuffer.h View 1 1 chunk +4 lines, -8 lines 0 comments Download
M src/gpu/gl/GrGLIndexBuffer.cpp View 1 2 chunks +3 lines, -11 lines 0 comments Download
M src/gpu/gl/GrGLVertexBuffer.h View 1 1 chunk +4 lines, -8 lines 0 comments Download
M src/gpu/gl/GrGLVertexBuffer.cpp View 1 2 2 chunks +3 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
bsalomon
Makes the isMapped() and mappedPtr() functions completely non-virtual. Converts the others to the foo(), virtual ...
6 years, 7 months ago (2014-05-08 15:08:45 UTC) #1
robertphillips
lgtm + questions https://codereview.chromium.org/272503009/diff/20001/src/gpu/GrGeometryBuffer.h File src/gpu/GrGeometryBuffer.h (right): https://codereview.chromium.org/272503009/diff/20001/src/gpu/GrGeometryBuffer.h#newcode60 src/gpu/GrGeometryBuffer.h:60: void unmap() { == -> != ...
6 years, 7 months ago (2014-05-08 15:25:46 UTC) #2
bsalomon
https://codereview.chromium.org/272503009/diff/20001/src/gpu/GrGeometryBuffer.h File src/gpu/GrGeometryBuffer.h (right): https://codereview.chromium.org/272503009/diff/20001/src/gpu/GrGeometryBuffer.h#newcode60 src/gpu/GrGeometryBuffer.h:60: void unmap() { On 2014/05/08 15:25:46, robertphillips wrote: > ...
6 years, 7 months ago (2014-05-08 17:02:48 UTC) #3
bsalomon
The CQ bit was checked by bsalomon@google.com
6 years, 7 months ago (2014-05-08 17:02:51 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/272503009/40001
6 years, 7 months ago (2014-05-08 17:04:06 UTC) #5
commit-bot: I haz the power
6 years, 7 months ago (2014-05-08 18:13:27 UTC) #6
Message was sent while issue was closed.
Change committed as 14652

Powered by Google App Engine
This is Rietveld 408576698