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

Issue 18670043: Fixed a bug where the vertex data manager was not caching the current value attributes properly. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by Geoff Lang
Modified:
10 years, 6 months ago
CC:
angleproject-review_googlegroups.com
Base URL:
https://code.google.com/p/angleproject/@es3proto
Visibility:
Public.

Description

Fixed a bug where the vertex data manager was not caching the current value attributes properly. ANGLEBUG=489

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M src/libGLESv2/VertexAttribute.h View 1 chunk +10 lines, -0 lines 2 comments Download
M src/libGLESv2/renderer/VertexDataManager.cpp View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 3
Geoff Lang
PTAL (es3proto branch)
10 years, 6 months ago (2013-10-28 20:33:21 UTC) #1
Jamie Madill
https://codereview.appspot.com/18670043/diff/1/src/libGLESv2/VertexAttribute.h File src/libGLESv2/VertexAttribute.h (right): https://codereview.appspot.com/18670043/diff/1/src/libGLESv2/VertexAttribute.h#newcode145 src/libGLESv2/VertexAttribute.h:145: return Type == other.Type && memcmp(FloatValues, other.FloatValues, sizeof(float) * ...
10 years, 6 months ago (2013-10-30 15:36:48 UTC) #2
Shannon Woods
10 years, 6 months ago (2013-10-30 21:45:27 UTC) #3
https://codereview.appspot.com/18670043/diff/1/src/libGLESv2/VertexAttribute.h
File src/libGLESv2/VertexAttribute.h (right):

https://codereview.appspot.com/18670043/diff/1/src/libGLESv2/VertexAttribute....
src/libGLESv2/VertexAttribute.h:145: return Type == other.Type &&
memcmp(FloatValues, other.FloatValues, sizeof(float) * 4) == 0;
On 2013/10/30 15:36:48, Jamie Madill wrote:
> brackets around this, otherwise LGTM!

Yesplz on the brackets. And LGTM too.
Sign in to reply to this message.

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