summaryrefslogtreecommitdiffstats
path: root/cc/layers/texture_layer.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove WGC3D::isContextLost references from ccjamesr@chromium.org2013-11-061-4/+0
* Simplify rate limiting since it's main thread shared context onlyjamesr@chromium.org2013-11-051-4/+4
* Remove the extra, unneeded commits that TextureLayer::Update does.kloveless@chromium.org2013-10-241-4/+23
* Remove PerformClipping(),CanClipSelf() and the related logic in LTHCommon.jun.a.jiang@intel.com2013-10-051-4/+0
* cc: Move TextureMailbox::ReleaseCallback to SingleReleaseCallback.danakj@chromium.org2013-09-171-16/+32
* Force SetNeedsPushProperties after an update in TextureLayer, because some pr...piman@chromium.org2013-09-131-0/+1
* cc: Block commit on activate by setting a flag on LayerTreeHost.danakj@chromium.org2013-08-301-9/+19
* Revert 220418 "cc: Block commit on activate by setting a flag on..."danakj@chromium.org2013-08-301-16/+9
* cc: Block commit on activate by setting a flag on LayerTreeHost.danakj@chromium.org2013-08-291-9/+16
* cc: Use BlockedTaskRunner to immediately run callbacks on the main thread.danakj@chromium.org2013-08-291-13/+8
* aura: Fix raciness in context loss and recreation.danakj@chromium.org2013-08-221-1/+1
* cc: Push valid property values when CalcDrawProps skips layer.danakj@chromium.org2013-08-031-1/+1
* cc: Remove Layer::needs_display_enne@chromium.org2013-08-011-2/+0
* Consider background-color opacity for TextureLayer opaque region.alokp@chromium.org2013-07-311-0/+10
* Revert 212008 "cc: Remove TextureLayer::SetTextureId and Texture..."aberent@google.com2013-07-181-25/+23
* cc: Remove TextureLayer::SetTextureId and TextureLayer::WillModifyTexturepiman@chromium.org2013-07-171-23/+25
* Blend TextureLayer background-color at draw time.alokp@chromium.org2013-07-121-0/+9
* Fix TextureLayer cleanuppiman@chromium.org2013-07-121-8/+13
* Cleanup unused WebExternalTextureLayer APIs and resulting dead code.piman@chromium.org2013-07-111-1/+1
* cc: Make it possible to reset TextureLayer after context lossskyostil@chromium.org2013-07-101-5/+4
* Allow WebExternalTextureLayers to receive a bitmap along with a mailboxjbauman@chromium.org2013-07-101-1/+2
* cc: Make Layer::Update return a boolenne@chromium.org2013-07-081-2/+11
* TextureLayer: don't expect a context for mailboxes.piman@chromium.org2013-07-031-6/+3
* cc: Remove RenderingStats passed to Layer::Update()egraether@chromium.org2013-06-291-2/+1
* cc: Remove cc::Thread and cc::ThreadImpl.danakj@chromium.org2013-06-201-1/+0
* Reland r206537 - cc: Don't return mailboxes if the TextureLayer is removed fr...piman@chromium.org2013-06-181-40/+96
* Revert "cc: Don't return mailboxes if the TextureLayer is removed from the tr...senorblanco@chromium.org2013-06-151-38/+18
* cc: Don't return mailboxes if the TextureLayer is removed from the tree.piman@chromium.org2013-06-151-18/+38
* [Aura] Added Support for rendering software compositor frames as cc::TextureL...skaslev@chromium.org2013-06-081-18/+24
* Update refernces to Blink's Platform API (cc)abarth@chromium.org2013-05-291-1/+1
* Add optimization to TextureLayerdtrainor@chromium.org2013-04-191-0/+11
* This patch implements the necessary plumbing to allow WebExternalTextureLayer...alexst@chromium.org2013-04-121-4/+14
* cc: Delete resources when ResourceProvider shuts down.danakj@chromium.org2013-04-111-7/+11
* cc: Fix build issues for adding ‘chromium_code’: 1 to cc.gyp and cc_tests...danakj@chromium.org2013-03-291-1/+1
* Revert 191400 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."rsleevi@chromium.org2013-03-291-1/+1
* cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gypdanakj@chromium.org2013-03-291-1/+1
* Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."danakj@chromium.org2013-03-291-1/+1
* cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gypdanakj@chromium.org2013-03-291-1/+1
* TextureLayer: clear texture id when clearing client.piman@chromium.org2013-03-291-0/+5
* Revert 191086 "cc: Switch RenderingStats collection in Layer::Up..."danakj@chromium.org2013-03-281-1/+2
* cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInst...egraether@chromium.org2013-03-281-2/+1
* Revert 190817 "cc: Switch RenderingStats collection in Layer::Up..."hashimoto@chromium.org2013-03-271-1/+2
* cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInst...egraether@chromium.org2013-03-271-2/+1
* cc: Chromify TextureLayerClientenne@chromium.org2013-03-191-5/+5
* Part 10 of cc/ directory shuffles: layersjamesr@chromium.org2013-03-181-0/+204