summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/framebuffer_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Set attachment for bound framebuffer in FramebufferTextureLayerqiankun.miao2015-10-301-0/+3
* Re-land: ui: Move GLImage::BindTexImage fallback from GLImage implementations...reveman2015-10-221-37/+0
* Revert of Re-land: ui: Move GLImage::BindTexImage fallback from GLImage imple...vasilii2015-10-201-0/+37
* Re-land: ui: Move GLImage::BindTexImage fallback from GLImage implementations...reveman2015-10-201-37/+0
* Revert of ui: Move GLImage::BindTexImage fallback from GLImage implementation...reveman2015-10-191-0/+37
* ui: Move GLImage::BindTexImage fallback from GLImage implementations to GLES2...reveman2015-10-191-37/+0
* command_buffer: Add support for creating non-WebGL ES 3 contextskkinnunen2015-09-231-5/+3
* Get ReadPixels to work with INT and UNSIGNED_INT format.zmo2015-08-271-2/+8
* Fix crash caused by concurrent access to framebuffer_combo_complete_map_.tobiasjs2015-08-221-14/+12
* [RELAND] Upgrade ReadPixels to ES3 semantic in command buffer.zmo2015-08-071-2/+7
* Revert of Upgrade ReadPixels to ES3 semantic in command buffer. (patchset #5 ...magjed2015-08-071-7/+2
* Upgrade ReadPixels to ES3 semantic in command buffer.zmo2015-08-071-2/+7
* Fine tune ReadBuffer() impl in GPU command buffer.zmo2015-08-051-0/+12
* Fix framebuffer completeness ES3 behavior.zmo2015-07-111-1/+9
* gpu: Workaround Adreno 420 bug with deleting current FBO.vmiura2015-02-181-0/+5
* Generate INVALID_OPERATION if feedback loops exist in CopyTex{Sub}Image2D.zmo2014-10-141-0/+1
* Modified GPU command signature hash to use a binary representation.dyen2014-09-291-0/+1
* Framebuffer clear() needs to consider the situation some draw buffers are dis...zmo@chromium.org2014-06-061-0/+13
* gpu: Mailbox emulation with EGLImagesievers@chromium.org2014-03-141-0/+4
* Support GL_FLOAT and GL_HALF_FLOAT_OES as glReadPixels types when the gl cont...geofflang@chromium.org2013-12-111-0/+4
* gpu: Use std::vector instead of ObserverList.reveman@chromium.org2013-11-011-4/+10
* Re-land: gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-221-1/+27
* Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."reveman@chromium.org2013-10-211-27/+1
* gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-191-1/+27
* Move more framebuffer state out of ContextState and into FramebufferState.kloveless@chromium.org2013-10-021-2/+6
* Moved DoTexImage2D and its validation into the TextureManager.kloveless@chromium.org2013-08-141-0/+9
* Add GL_EXT_multisampled_render_to_texture support to command buffer.bsalomon@google.com2013-07-121-1/+1
* Do not set alpha channel mask if MRT is enabled and some buffers have alpha.zmo@chromium.org2013-06-191-0/+3
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* gpu: Change Produce/ConsumeTexture to allow texture sharingpiman@chromium.org2013-05-291-0/+1
* gpu: Refactor to support cross-channel shared texturespiman@chromium.org2013-05-181-3/+4
* Force GPU switch with CGLSetVirtualScreen only for compositorccameron@chromium.org2013-04-101-0/+5
* Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-141-2/+12
* Refactor GPU code. Framebuffer* info to Framebuffer* framebuffergman@chromium.org2013-03-091-5/+5
* Make GPU headers use more forward declarationsgman@chromium.org2013-02-281-2/+4
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-148/+149
* Fix "attached to fbo" tracking in texturespiman@chromium.org2012-12-131-1/+1
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-121-2/+10
* cache fbo combosgman@chromium.org2012-11-091-0/+12
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-181-1/+4
* Delete framebuffers when no longer referenced.gman@chromium.org2012-04-061-2/+16
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-051-3/+4
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-4/+3
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-3/+4
* Optimize glCheckFramebuffer checks.gman@chromium.org2011-12-201-4/+34
* Allow deleted resources to be usedgman@chromium.org2011-11-111-0/+10
* Defer clearing textures and renderbuffersgman@chromium.org2011-11-021-11/+20
* External stream texture support.sievers@chromium.org2011-09-281-0/+1
* Reapply Enforce-RGB patch with bugs fixedgman@chromium.org2011-06-201-1/+6