summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/renderbuffer_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImplgman@chromium.org2013-01-231-0/+4
* Track managed memory usage in the command buffer.ccameron@chromium.org2012-12-131-9/+3
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-121-3/+3
* cache fbo combosgman@chromium.org2012-11-091-0/+3
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-1/+8
* Expose video memory usage estimation (textures, renderbuffers, buffers) in co...zmo@chromium.org2012-06-141-0/+4
* Delete renderbuffers when no longer referencedgman@chromium.org2012-04-061-2/+13
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-051-2/+4
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-4/+2
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-2/+4
* Fix RenderbufferManager to handle deleted objectsgman@chromium.org2012-01-191-3/+9
* Track shared memory used by GPU processgman@chromium.org2012-01-041-3/+3
* Add renderbuffer memory tracinggman@chromium.org2011-12-231-0/+6
* Defer clearing textures and renderbuffersgman@chromium.org2011-11-021-14/+26
* Make command buffer validate glRenderbufferStorage width and heightgman@chromium.org2011-10-191-1/+6
* Switch most usages of std::map to base::hash_table in GPU service.gman@chromium.org2011-05-131-3/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Fix glIsFoo() functions for non-bound objects in command buffer.enne@chromium.org2011-01-051-1/+13
* Make CopyTexImage2D and CopyTexSubImage2D fail ifgman@chromium.org2010-12-231-2/+28
* * Check for GL_ANGLE_framebuffer_mutlisamplegman@chromium.org2010-11-091-1/+7
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-131-1/+1
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-3/+0
* Clear render buffersgman@chromium.org2010-08-061-0/+1
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+4
* Map RGBA4/RGB5_A1 to RGBA and RGB565 to RGB in RenderbufferStorage.zmo@google.com2010-06-181-1/+13
* Revert 47329 - Map RGBA4/RGB5_A1 to RGBA and RGB565 to RGB in RenderbufferSto...rvargas@google.com2010-05-141-13/+1
* Map RGBA4/RGB5_A1 to RGBA and RGB565 to RGB in RenderbufferStorage.zmo@google.com2010-05-141-1/+13
* 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-10/+10
* Adds renderbuffer and framebuffer tracking so we cangman@chromium.org2010-03-251-0/+90