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

Issue 12676043: InputLayoutCache only hashes input layout keys up to last used element. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by apatrick1
Modified:
10 years, 8 months ago
CC:
angleproject-review_googlegroups.com
Base URL:
http://code.google.com/p/angleproject/@master
Visibility:
Public.

Description

InputLayoutCache only hashes input layout keys up to last used element. R=geofflang@chromium.org Committed: https://code.google.com/p/angleproject/source/detail?r=a612ed8

Patch Set 1 #

Total comments: 1

Patch Set 2 : disable warning 4996 #

Patch Set 3 : bump version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -23 lines) Patch
M src/common/version.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/libEGL/libEGL.vcxproj View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/libGLESv2/libGLESv2.vcxproj View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/libGLESv2/renderer/InputLayoutCache.h View 1 chunk +17 lines, -2 lines 0 comments Download
M src/libGLESv2/renderer/InputLayoutCache.cpp View 1 3 chunks +23 lines, -12 lines 0 comments Download

Messages

Total messages: 6
Geoff Lang
https://codereview.appspot.com/12676043/diff/1/src/libGLESv2/renderer/InputLayoutCache.cpp File src/libGLESv2/renderer/InputLayoutCache.cpp (right): https://codereview.appspot.com/12676043/diff/1/src/libGLESv2/renderer/InputLayoutCache.cpp#newcode212 src/libGLESv2/renderer/InputLayoutCache.cpp:212: return std::equal(a.begin(), a.end(), stdext::checked_array_iterator<const char*>(b.begin(), b.elementCount)); We have some ...
10 years, 8 months ago (2013-08-08 19:48:20 UTC) #1
apatrick1
What do you think about disabling that warning? It might catch some bugs but if ...
10 years, 8 months ago (2013-08-12 23:02:37 UTC) #2
shannonwoods1
On 2013/08/12 23:02:37, apatrick1 wrote: > What do you think about disabling that warning? It ...
10 years, 8 months ago (2013-08-13 20:46:38 UTC) #3
apatrick1
Patch set #2 should build on mingw.
10 years, 8 months ago (2013-08-15 00:02:37 UTC) #4
Geoff Lang
On 2013/08/15 00:02:37, apatrick1 wrote: > Patch set #2 should build on mingw. LGTM
10 years, 8 months ago (2013-08-15 00:15:58 UTC) #5
apatrick1
10 years, 8 months ago (2013-08-15 19:43:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as ra612ed8 (presubmit successful).
Sign in to reply to this message.

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