summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/renderbuffer_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possibleskyostil@chromium.org2013-09-201-6/+35
* Revert 224117 "gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT..."thakis@chromium.org2013-09-191-31/+6
* gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possibleskyostil@chromium.org2013-09-191-6/+31
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-16/+19
* gpu: Change Produce/ConsumeTexture to allow texture sharingpiman@chromium.org2013-05-291-4/+3
* Refactor GPU code. Renderbuffer* info to Renderbuffer* renderbuffergman@chromium.org2013-03-101-50/+50
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-26/+26
* Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImplgman@chromium.org2013-01-231-5/+7
* Add more tests for MemoryTracker usage.gman@chromium.org2013-01-181-53/+115
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-121-2/+2
* Make more GL stuff auto-generatedgman@chromium.org2012-12-071-1/+1
* cache fbo combosgman@chromium.org2012-11-091-0/+60
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-1/+1
* Delete renderbuffers when no longer referencedgman@chromium.org2012-04-061-0/+13
* Fix RenderbufferManager to handle deleted objectsgman@chromium.org2012-01-191-1/+22
* Add renderbuffer memory tracinggman@chromium.org2011-12-231-1/+3
* Defer clearing textures and renderbuffersgman@chromium.org2011-11-021-4/+15
* Make command buffer validate glRenderbufferStorage width and heightgman@chromium.org2011-10-191-2/+5
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-271-6/+3
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-271-3/+6
* Make CopyTexImage2D and CopyTexSubImage2D fail ifgman@chromium.org2010-12-231-8/+33
* * Check for GL_ANGLE_framebuffer_mutlisamplegman@chromium.org2010-11-091-1/+10
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-141-1/+2
* Clear render buffersgman@chromium.org2010-08-061-0/+3
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+27
* 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-9/+10
* Fixed GPU unit tests on Mac.kbr@google.com2010-03-261-1/+0
* Adds renderbuffer and framebuffer tracking so we cangman@chromium.org2010-03-251-0/+53