summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/texture_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-0/+20
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-20/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-0/+20
* Make texture manager more strict.gman@chromium.org2012-10-081-7/+32
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-13/+15
* Make TextureManager correctly delete default textures.gman@chromium.org2012-06-131-6/+2
* Plum through ANGLE_depth_texturegman@chromium.org2012-06-081-0/+18
* Don't delete textures until they're no longer referenced.gman@chromium.org2012-04-051-1/+26
* Fix TextureManager optimizations.gman@chromium.org2012-01-191-219/+240
* Fix a few issues with texture memory tracking.gman@chromium.org2011-12-231-20/+39
* Revert 114133 - Revert 114059 - Fixed service side implementation of glTexSto...vangelis@chromium.org2011-12-141-9/+9
* Revert 114059 - Fixed service side implementation of glTexStorage2DEXT to onl...vangelis@chromium.org2011-12-131-9/+9
* Fixed service side implementation of glTexStorage2DEXT to only initialize the...vangelis@chromium.org2011-12-121-9/+9
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-061-8/+27
* Added minimal support to command buffer for GL_ARB_texture_rectanglekbr@chromium.org2011-11-231-10/+0
* Allow deleted resources to be usedgman@chromium.org2011-11-111-3/+7
* Defer clearing textures and renderbuffersgman@chromium.org2011-11-021-27/+182
* External stream texture support.sievers@chromium.org2011-09-281-13/+13
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-271-5/+3
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-271-3/+5
* Fix issue with unused mips.gman@chromium.org2011-09-271-4/+32
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-121-1/+0
* Fix 2 Dr. Memory issuesgman@chromium.org2011-08-081-2/+3
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-301-0/+22
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-291-22/+0
* Support GL_OES_EGL_image_externalbulach@chromium.org2011-07-261-2/+49
* Return error after allocating GL resource.gman@chromium.org2011-06-281-6/+2
* Validate glTexParameter parameters.gman@chromium.org2011-05-121-8/+20
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Workground for glGenerateMipmap bug in some drivers.gman@chromium.org2011-03-261-0/+27
* GPU process - parent GL context does not delete the textures it shares with c...apatrick@chromium.org2011-03-181-1/+23
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-141-2/+3
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-301-119/+151
* Fixes for the default texture.gman@chromium.org2010-08-241-0/+18
* A couple of minor fixes for CopyTexImage2Dgman@chromium.org2010-08-041-1/+23
* Adds range checking to glTexSubImage2D, glCompressedTexSubImage2D,gman@chromium.org2010-07-311-0/+64
* Add support for gman@chromium.org2010-07-201-3/+69
* Adds support for OpenGL ES 2.0 extensionsgman@chromium.org2010-07-161-33/+56
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+41
* Adds tracking of number of unrenderable textures sogman@chromium.org2010-06-021-23/+44
* 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-12/+15
* Fixed GPU unit tests on Mac.kbr@google.com2010-03-261-0/+8
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-241-5/+4
* Made glReadPixels handle out of range areas.gman@chromium.org2010-03-191-0/+17
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-4/+36
* Updates many commands to require the client to set the gman@chromium.org2010-02-171-1/+197
* Adds texture tracking.gman@chromium.org2010-02-161-0/+53