Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(693)

Issue 7365047: Use CPU arrays for dynamic indices/vertices on ARM GPUs. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by bsalomon
Modified:
11 years, 4 months ago
Reviewers:
robertphillips
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Use CPU arrays for dynamic indices/vertices on ARM GPUs. Committed: https://code.google.com/p/skia/source/detail?r=7810

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -2 lines) Patch
M include/gpu/gl/GrGLConfig.h View 2 chunks +8 lines, -0 lines 2 comments Download
M include/gpu/gl/GrGLConfig_chrome.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCaps.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 3 chunks +6 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLUtil.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/GrGLUtil.cpp View 1 chunk +3 lines, -0 lines 2 comments Download
M src/gpu/gl/GrGpuGL.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3
bsalomon
11 years, 4 months ago (2013-02-21 15:50:28 UTC) #1
robertphillips
lgtm + nits https://codereview.appspot.com/7365047/diff/1/include/gpu/gl/GrGLConfig.h File include/gpu/gl/GrGLConfig.h (right): https://codereview.appspot.com/7365047/diff/1/include/gpu/gl/GrGLConfig.h#newcode101 include/gpu/gl/GrGLConfig.h:101: * from VBOs. Chromium's command buffer ...
11 years, 4 months ago (2013-02-21 15:57:34 UTC) #2
bsalomon
11 years, 4 months ago (2013-02-21 16:34:39 UTC) #3
Message was sent while issue was closed.
https://codereview.appspot.com/7365047/diff/1/include/gpu/gl/GrGLConfig.h
File include/gpu/gl/GrGLConfig.h (right):

https://codereview.appspot.com/7365047/diff/1/include/gpu/gl/GrGLConfig.h#new...
include/gpu/gl/GrGLConfig.h:101: * from VBOs. Chromium's command buffer doesn't
allow glVertexAttrib with
On 2013/02/21 15:57:34, robertphillips wrote:
> ARRAY

Done.

https://codereview.appspot.com/7365047/diff/1/src/gpu/gl/GrGLUtil.cpp
File src/gpu/gl/GrGLUtil.cpp (right):

https://codereview.appspot.com/7365047/diff/1/src/gpu/gl/GrGLUtil.cpp#newcode173
src/gpu/gl/GrGLUtil.cpp:173: }
On 2013/02/21 15:57:34, robertphillips wrote:
> a comment at a location of your choosing?

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b