summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/renderbuffer_manager.h
Commit message (Expand)AuthorAgeFilesLines
* 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