summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/texture_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land: gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-221-0/+60
* Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."reveman@chromium.org2013-10-211-60/+0
* gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-191-0/+60
* Allow rendering from non-stream GL_TEXTURE_EXTERNAL_OESsheu@chromium.org2013-09-261-3/+21
* FeatureInfo: Remove allowed_extensions and init workarounds earlysievers@chromium.org2013-09-051-9/+9
* Add GL_EXT_multisampled_render_to_texture support to command buffer.bsalomon@google.com2013-07-121-2/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-4/+8
* Replace context parenting by sharing through mailboxespiman@chromium.org2013-06-051-23/+0
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-305/+847
* gpu: Change Produce/ConsumeTexture to allow texture sharingpiman@chromium.org2013-05-291-79/+86
* Make unrenderable check not consider never bound textures.gman@chromium.org2013-05-211-4/+11
* gpu: Refactor to support cross-channel shared texturespiman@chromium.org2013-05-181-426/+693
* Mark zero dimension textures as unrenderablegman@chromium.org2013-05-171-3/+16
* Clean up of GLES2 Command Decoder by moving some of the error state into a se...kloveless@chromium.org2013-04-181-10/+16
* Android: Fix up video to work with mailboxes.sievers@chromium.org2013-04-171-5/+26
* Make GL_TEXTURE_EXTERNAL_OES texture immutable.gman@chromium.org2013-04-031-59/+94
* TextureImageTransportSurface: Reuse TextureDefinitionsievers@chromium.org2013-03-241-0/+226
* Refactor a bunch of Texture related GPU codegman@chromium.org2013-03-091-438/+458
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-56/+59
* Linux/ChromeOS Chromium style checker cleanup, gpu/ edition.rsleevi@chromium.org2013-02-061-3/+3
* Make MemoryTypeTracker::UpdateMemRepresented privategman@chromium.org2013-01-181-2/+4
* Add tests for TextureManager and MemoryTrackergman@chromium.org2013-01-151-321/+392
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-121-6/+6
* Make more GL stuff auto-generatedgman@chromium.org2012-12-071-1/+1
* Validate TexParameter for GL_TEXTURE_MAX_ANISOTROPY_EXTgman@chromium.org2012-12-061-9/+21
* cache fbo combosgman@chromium.org2012-11-091-0/+115
* 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