summaryrefslogtreecommitdiffstats
path: root/cc/layers
Commit message (Expand)AuthorAgeFilesLines
* cc: Clean up LayerTreeHostImplTest init and add check for lost contextdanakj@chromium.org2013-11-281-0/+2
* Revert "cc: Allow activating to something other than high-res"vmpstr@chromium.org2013-11-283-231/+14
* cc: Reserve list sizes in RenderPass ctorenne@chromium.org2013-11-281-1/+1
* cc: Allow activating to something other than high-resenne@chromium.org2013-11-263-14/+231
* The blink part of this implementation is uploaded at https://codereview.chrom...rosca@adobe.com2013-11-2610-41/+195
* Reland: CC: Adjust tiling creation triggers during pinch-zoom.epenner@chromium.org2013-11-255-37/+147
* cc: Early out in PictureLayer::Update more oftenenne@chromium.org2013-11-252-3/+10
* cc: Allow layers to have tilings even if twin doesn'tenne@chromium.org2013-11-223-9/+103
* Revert "CC: Adjust pinch-zoom to not increase memory/raster-work."epenner@chromium.org2013-11-215-124/+36
* CC: Handle the case where high-res is the previous-low-res tiling.epenner@chromium.org2013-11-211-2/+2
* We used to create tilings only when exceeding a certain scaleepenner@chromium.org2013-11-205-36/+124
* Don't PushProperties every commit for animating layersajuma@chromium.org2013-11-184-4/+10
* cc: Plumbing for impl thread micro benchmarksvmpstr@chromium.org2013-11-184-1/+17
* cc: Push TextureLayerImpl::blend_background_color property.alokp@chromium.org2013-11-181-0/+1
* cc: Mark render surfaces that ignore outside occlusion.alokp@chromium.org2013-11-174-16/+14
* Prevent cc:TextureLayer from calling AcquireLayerTexture when using mailboxesjunov@chromium.org2013-11-141-2/+3
* Remove GSC usage from ExynosVideoDecodeAccelerator.sheu@chromium.org2013-11-141-8/+8
* Add animated bounds to AsValue data for a LayerImplvollick@chromium.org2013-11-131-0/+9
* Revert 232881 "cc: Fix hit-testing in zero-opacity layers."skyostil@google.com2013-11-121-8/+1
* cc: Make PictureLayerImpl::AsValue emit unrecorded regionenne@chromium.org2013-11-121-1/+5
* Disable TextureLayerNoExtraCommitForMailboxTest because of crashes.phajdan.jr@chromium.org2013-11-121-1/+2
* cc: Included recorded region in PictureLayerImpl::AsValueenne@chromium.org2013-11-081-0/+1
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-10/+0
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-073-3/+3
* Introduce separate client and init path for single-threaded ccjamesr@chromium.org2013-11-076-39/+26
* Remove WGC3D::isContextLost references from ccjamesr@chromium.org2013-11-063-86/+40
* Switch from (deprecated) setIsOpaque to setAlphaType.tfarina@chromium.org2013-11-061-3/+5
* Simplify rate limiting since it's main thread shared context onlyjamesr@chromium.org2013-11-052-13/+13
* cc: Fix hit-testing in zero-opacity layers.sadrul@chromium.org2013-11-051-1/+8
* Remove cc::LayerAnimationController:SuspendAnimationsajuma@chromium.org2013-11-022-7/+0
* Fix DelegatedFrameResourceCollectionTest.Threadpiman@chromium.org2013-11-011-4/+5
* cc: Reduce command buffer flushes related to creating texture ids.reveman@chromium.org2013-11-011-1/+1
* Check for null tilings when computing GPUMemoryUsageInBytesnduca@chromium.org2013-10-311-0/+2
* Move test-only stuff from cc/debug/ to cc/testjamesr@chromium.org2013-10-314-4/+4
* Disable flaky DelegatedFrameResourceCollectionTest.Threadpiman@chromium.org2013-10-301-1/+2
* Fix DelegatedFrameResourceCollection thread safetypiman@chromium.org2013-10-303-15/+172
* cc: Include wheel/touch event handling in the JSON output for the layer tree.sadrul@chromium.org2013-10-291-0/+7
* cc: Fix DCHECK in PictureLayer::PushPropertiesToboliu@chromium.org2013-10-282-3/+9
* cc: Modify RenderPass::transform_to_root_target in DRLayerImpl.danakj@chromium.org2013-10-272-17/+60
* cc: Add opacity to UIResourceBitmap and UIResourceLayerpowei@chromium.org2013-10-262-4/+32
* Implement new overlay scrollbar specsdavemoore@chromium.org2013-10-252-3/+8
* cc: Use HighResNow as timebase if it is fast and reliablebrianderson@chromium.org2013-10-251-24/+25
* cc: Drop PictureLayerImpl tilings if not DrawsContentboliu@chromium.org2013-10-252-0/+21
* cc: Fix CHECK failure in PictureLayerImpl::UpdateTilePrioritiesboliu@chromium.org2013-10-242-1/+17
* cc: Fix the DCHECK in PictureLayer::PushPropertiesTokaanb@chromium.org2013-10-241-4/+2
* Remove the extra, unneeded commits that TextureLayer::Update does.kloveless@chromium.org2013-10-243-4/+131
* Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).dominikg@chromium.org2013-10-233-5/+5
* Remove superfluous WebLayerImpl::resumeAnimations()steveblock@chromium.org2013-10-232-6/+0
* cc: PictureLayerImpl with empty bounds should not have tilesboliu@chromium.org2013-10-232-0/+81
* Add delegated rendering support for software renderer.jbauman@chromium.org2013-10-226-8/+10