summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/texture_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Plumb maximum rectangle texture size into TextureManager.sandersd2014-12-171-0/+4
* gpu: Rewrite MailboxSynchronizersievers2014-10-241-1/+2
* Enabled EXT_sRGB WebGL extension support in the command buffer.bajones2014-10-131-0/+2
* Optimized Texture::Update() function.dyen2014-10-101-1/+43
* Modified GPU command signature hash to use a binary representation.dyen2014-09-291-0/+2
* Fix parameter type for glGenTextures.heejin.r.chung@samsung.com2014-06-231-3/+3
* Fix slow TextureManager::StopTracking()vmiura@chromium.org2014-04-231-4/+16
* Revert 265469 "Fix slow TextureManager::StopTracking()"sky@chromium.org2014-04-231-16/+4
* Fix slow TextureManager::StopTracking()vmiura@chromium.org2014-04-231-4/+16
* Remove default textures in (!bind_generates_resource) context groups.vmiura@chromium.org2014-04-081-1/+4
* gpu: Mailbox emulation with EGLImagesievers@chromium.org2014-03-141-0/+4
* WebGL TexParameterf and GetTexParameterf needs to handle float param correctlyzmo@chromium.org2014-03-091-4/+9
* Workaround Linux AMD driver bug where TEXTURE_MAX_ANISOTROPY init value is in...zmo@chromium.org2014-03-051-0/+6
* Implement support for rendering to 32-bit float textures on ES3oetuaho@nvidia.com2014-02-141-3/+8
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-271-40/+1
* gpu: Remove set_testing_force_is_anglesievers@chromium.org2013-11-141-7/+6
* Re-land: gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-221-0/+17
* Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."reveman@chromium.org2013-10-211-17/+0
* gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-191-0/+17
* Allow rendering from non-stream GL_TEXTURE_EXTERNAL_OESsheu@chromium.org2013-09-261-2/+4
* Moved DoTexImage2D and its validation into the TextureManager.kloveless@chromium.org2013-08-141-0/+81
* Fix stream textures + mailboxespiman@chromium.org2013-07-021-1/+25
* Add mailbox manager testpiman@chromium.org2013-06-151-0/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Replace context parenting by sharing through mailboxespiman@chromium.org2013-06-051-8/+1
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-6/+6
* GPU: Make AsyncPixelTransferState per context rather than per context group.backer@chromium.org2013-05-311-24/+26
* gpu: Change Produce/ConsumeTexture to allow texture sharingpiman@chromium.org2013-05-291-12/+17
* gpu: Refactor to support cross-channel shared texturespiman@chromium.org2013-05-181-54/+142
* Mark zero dimension textures as unrenderablegman@chromium.org2013-05-171-8/+12
* GPU: Move some GPU process specific code from ui/gl to gpu/command_buffer/ser...backer@chromium.org2013-05-091-5/+5
* Clean up of GLES2 Command Decoder by moving some of the error state into a se...kloveless@chromium.org2013-04-181-1/+2
* Android: Fix up video to work with mailboxes.sievers@chromium.org2013-04-171-1/+1
* Make GL_TEXTURE_EXTERNAL_OES texture immutable.gman@chromium.org2013-04-031-18/+19
* TextureImageTransportSurface: Reuse TextureDefinitionsievers@chromium.org2013-03-241-1/+1
* gpu: Clean up pending async transfers.epenner@chromium.org2013-03-131-15/+10
* Refactor a bunch of Texture related GPU codegman@chromium.org2013-03-091-21/+25
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-314/+315
* Add GL State Restoring Functionsgman@chromium.org2013-02-261-1/+1
* Disambiguate texture target/face in TextureManagersheu@chromium.org2013-01-171-4/+4
* gpu: Add async pixel transfers.epenner@chromium.org2012-12-171-0/+36
* Add to the GL_CHROMIUM_gpu_memory_manager extension accameron@chromium.org2012-12-141-6/+6
* Track managed memory usage in the command buffer.ccameron@chromium.org2012-12-131-9/+13
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-121-2/+3
* Validate TexParameter for GL_TEXTURE_MAX_ANISOTROPY_EXTgman@chromium.org2012-12-061-3/+4
* cache fbo combosgman@chromium.org2012-11-091-0/+12
* 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
* Allow immutable textures into mailboxespiman@chromium.org2012-09-251-1/+0