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

Issue 5261042: Cache currently-bound draw buffer. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by John Bauman
Modified:
13 years, 7 months ago
Reviewers:
dgkoch, nicolas
CC:
angleproject-review_googlegroups.com
Base URL:
https://angleproject.googlecode.com/svn/trunk
Visibility:
Public.

Description

Cache currently-bound draw buffer. Avoids a hash table lookup BUG= TEST=webgl conformance tests Committed: http://code.google.com/p/angleproject/source/detail?r=794

Patch Set 1 #

Total comments: 2

Patch Set 2 : always keep valid pointer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M src/libGLESv2/Context.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/libGLESv2/Context.cpp View 1 3 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 5
John Bauman
13 years, 7 months ago (2011-10-12 20:56:57 UTC) #1
nicolas
http://codereview.appspot.com/5261042/diff/1/src/libGLESv2/Context.cpp File src/libGLESv2/Context.cpp (right): http://codereview.appspot.com/5261042/diff/1/src/libGLESv2/Context.cpp#newcode1034 src/libGLESv2/Context.cpp:1034: mCachedDrawFramebuffer = NULL; Unless there's a realistic scenario where ...
13 years, 7 months ago (2011-10-12 21:24:02 UTC) #2
John Bauman
http://codereview.appspot.com/5261042/diff/1/src/libGLESv2/Context.cpp File src/libGLESv2/Context.cpp (right): http://codereview.appspot.com/5261042/diff/1/src/libGLESv2/Context.cpp#newcode1034 src/libGLESv2/Context.cpp:1034: mCachedDrawFramebuffer = NULL; On 2011/10/12 21:24:02, nicolas wrote: > ...
13 years, 7 months ago (2011-10-12 23:48:56 UTC) #3
nicolas
Looking good.
13 years, 7 months ago (2011-10-13 14:08:06 UTC) #4
dgkoch
13 years, 7 months ago (2011-10-13 18:03:39 UTC) #5
LGTM as well.
Sign in to reply to this message.

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