summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/framebuffer_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possibleskyostil@chromium.org2013-09-201-22/+13
* Revert 224117 "gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT..."thakis@chromium.org2013-09-191-13/+22
* gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possibleskyostil@chromium.org2013-09-191-22/+13
* Add GL_EXT_multisampled_render_to_texture support to command buffer.bsalomon@google.com2013-07-121-7/+10
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-45/+99
* gpu: Refactor to support cross-channel shared texturespiman@chromium.org2013-05-181-6/+6
* Clean up of GLES2 Command Decoder by moving some of the error state into a se...kloveless@chromium.org2013-04-181-5/+5
* Force GPU switch with CGLSetVirtualScreen only for compositorccameron@chromium.org2013-04-101-0/+30
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-141-2/+3
* Refactor GPU code. Renderbuffer* info to Renderbuffer* renderbuffergman@chromium.org2013-03-101-37/+37
* Refactor GPU code. Framebuffer* info to Framebuffer* framebuffergman@chromium.org2013-03-091-180/+196
* Refactor a bunch of Texture related GPU codegman@chromium.org2013-03-091-33/+41
* Make GPU headers use more forward declarationsgman@chromium.org2013-02-281-1/+2
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-58/+58
* Linux/ChromeOS Chromium style checker cleanup, gpu/ edition.rsleevi@chromium.org2013-02-061-2/+2
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-121-1/+1
* Make more GL stuff auto-generatedgman@chromium.org2012-12-071-1/+1
* cache fbo combosgman@chromium.org2012-11-091-0/+80
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-4/+6
* 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