summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/buffer_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add more tests for MemoryTracker usage.gman@chromium.org2013-01-181-50/+95
* Make more GL stuff auto-generatedgman@chromium.org2012-12-071-1/+1
* Fix SetRange bounds check.gman@chromium.org2012-10-031-0/+9
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-1/+1
* Make buffer not get deleted until the last reference is released.gman@chromium.org2012-04-051-0/+9
* Fix BufferManager's handling of deleted buffers.gman@chromium.org2012-01-191-1/+15
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-271-5/+3
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-271-3/+5
* Optimize TexSubImage2D and BufferSubDatagman@chromium.org2011-06-071-7/+9
* Check offset argument to gpu::gles2::BufferManager::BufferInfo::SetRange is n...apatrick@chromium.org2010-12-021-0/+4
* Adds support for GL_FIXED vertex attributes.gman@chromium.org2010-11-181-0/+18
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-141-1/+1
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+28
* Resubmit CL http://codereview.chromium.org/1992008/gman@google.com2010-05-081-12/+16
* Revert gpu CL which broke the Mac build.shess@chromium.org2010-05-081-16/+12
* This CL adds the option to support buffers that are boundgman@chromium.org2010-05-071-12/+16
* A few more changes for conformance tests.gman@chromium.org2010-05-071-0/+34
* Various fixes for the OpenGL ES 2.0 conformance tests.gman@chromium.org2010-05-061-0/+3
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-18/+22
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-241-2/+1
* Resubmittinggman@chromium.org2010-03-051-2/+81
* Reverting previous CL.gman@chromium.org2010-03-051-81/+2
* Implements index validation for DrawElements.gman@chromium.org2010-03-051-2/+81
* Adds texture tracking.gman@chromium.org2010-02-161-0/+52