DescriptionMake command buffer free transfer buffer when switching tabs
Note: another CL will attempt to free the command buffer as well.
Also note: I didn't want to change the function signature of
GLES2Implementation as that would have been a much larger change.
So, the startup code in renderer_gl_context.cc still creates
the initial transfer buffer and info about that is passed into
GLES2Implementation. A cleaner approach would probably have
been to let GLES2Implemetation allocate the initial buffer but
that's a much larger change.
TEST=unit tests and ran Chrome testing a few pages and stepping in debugger.
BUG=103989
R=apatrick@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112393
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : fixed destructor issue #Patch Set 4 : rebase #Patch Set 5 : rebase #
Messages
Total messages: 9 (0 generated)
|