summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/framebuffer_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Delete framebuffers when no longer referenced.gman@chromium.org2012-04-061-0/+4
* Check that attachments are the correct type for the attachment typegman@chromium.org2012-03-191-3/+21
* Fix TextureManager optimizations.gman@chromium.org2012-01-191-28/+20
* Optimize glCheckFramebuffer checks.gman@chromium.org2011-12-201-2/+51
* Allow deleted resources to be usedgman@chromium.org2011-11-111-0/+73
* Defer clearing textures and renderbuffersgman@chromium.org2011-11-021-67/+196
* Make command buffer validate glRenderbufferStorage width and heightgman@chromium.org2011-10-191-1/+2
* External stream texture support.sievers@chromium.org2011-09-281-2/+2
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-271-6/+5
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-271-5/+6
* Reapply Enforce-RGB patch with bugs fixedgman@chromium.org2011-06-201-1/+29
* Revert 89002 - Enforce RGB even on buggy drivers.asargent@chromium.org2011-06-141-29/+1
* Enforce RGB even on buggy drivers.gman@chromium.org2011-06-141-1/+29
* Fix renderbuffer width, height issuesgman@chromium.org2011-03-191-4/+13
* Make CopyTexImage2D and CopyTexSubImage2D fail ifgman@chromium.org2010-12-231-1/+145
* * Check for GL_ANGLE_framebuffer_mutlisamplegman@chromium.org2010-11-091-1/+2
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-141-1/+2
* Clear render buffersgman@chromium.org2010-08-061-1/+103
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+28
* 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/+52