summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Use a ListContainer for DisplayItemList to reduce allocations.danakj2015-05-0729-152/+335
* media: Let VideoFrame carry more than one native texture.dcastagna2015-05-072-9/+7
* Revert of cc: Adding DidFinishImplFrame to LTHI. (patchset #10 id:180001 of h...ksakamoto2015-05-0714-122/+45
* cc: Adding DidFinishImplFrame to LTHI.mithro2015-05-0714-45/+122
* Add some more scoped_ptr functions in values.hestade2015-05-072-3/+2
* cc: Make HasImplThread() function work in AfterTest().mithro2015-05-072-1/+26
* Reland of "cc: Remove Tile refcounting and RefCountedManaged.vmpstr2015-05-0715-135/+68
* Revert "cc: Remove Tile refcounting and RefCountedManaged."bruening2015-05-0615-68/+135
* cc: Make the fps meter lie lesshendrikw2015-05-061-1/+1
* Fixes sync point processing for overlayshalliwell2015-05-062-7/+126
* cc: Remove Tile refcounting and RefCountedManaged.vmpstr2015-05-0615-135/+68
* Make property trees not depend on PreCalculateMetaInformation treewalkjaydasika2015-05-067-19/+282
* [surfaces] rename content_to_target_transform to target_transformjbauman2015-05-062-25/+23
* cc: Fix draw transforms for descendants of fixed-position layersajuma2015-05-066-26/+148
* cc: Remove pairs from the raster and eviction queueshendrikw2015-05-0613-692/+203
* Remove use of deprecated GrContext functions.bsalomon2015-05-052-24/+15
* ui: Disable the use_cached_picture option in DisplayListRecordingSourcedanakj2015-05-056-18/+29
* cc: Drop skip_shared_out_of_order_tiles field from TilingSetEvictionQueue.e.hakkinen2015-05-055-70/+33
* cc: Rename picture layer tiling method to reflect its new functionality.e.hakkinen2015-05-055-9/+9
* cc: Removing base::TimeTicks argument to DrawLayers as it isn't used.mithro2015-05-058-91/+88
* Don't adjust deadline for children BeginFramesbrianderson2015-05-052-44/+65
* Animation start scale should be considered for the raster scalebehara.ms2015-05-0513-198/+459
* Fix fling boostingjdduke2015-05-052-1/+30
* cc: Send BeginFrame to VideoFrameController when added.sunnyps2015-05-053-1/+45
* Move the Ganesh GPU rasterization veto into LayerTreeHostImpl.senorblanco2015-05-058-61/+107
* cc: Make SingleThreadProxy::CompositeImmediately match scheduler path.mithro2015-05-041-10/+17
* Fix assert in GetOverlayRect when transforming video with Ozone overlayhalliwell2015-05-044-12/+14
* cc: Crash when trying to call a SingleReleaseCallback twice.danakj2015-05-044-14/+11
* cc: Remove PictureLayerTilingClient::GetTree in favor of ctor variable.vmpstr2015-05-0416-136/+88
* cc: Remove SolidColorTilesAnalyzed histogram.vmpstr2015-05-011-5/+0
* cc: Only run impl deadline early on forced activation.mithro2015-05-011-3/+2
* Connect the new video rendering path to the compositor.dalecurtis2015-05-012-7/+34
* cc: Get BeginFrameArgs for BeginMainFrame while inside an impl frame.mithro2015-05-012-7/+17
* cc: Track SkPicture memory usage of the active tree using UMA.jbroman2015-04-305-23/+97
* cc: Fix up several variable/function names to match cc stylevmpstr2015-04-302-25/+23
* Pass gfx structs by const ref(gfx::Vector2D/F)a.berwal2015-04-304-9/+9
* Pass gfx structs by const ref (gfx::PointF)a.berwal2015-04-302-4/+4
* cc: Make LTHI::LayerTreeSettings constenne2015-04-291-1/+1
* cc: Remove tile sharing from tilings.vmpstr2015-04-2925-1064/+1281
* Allow cc::STP::SetNeedsAnimate to request another commit from a commitbrianderson2015-04-293-3/+13
* cc: Remove save/restore from DrawingDisplayItem::Raster.jbroman2015-04-291-2/+2
* Reserve space in the resource ID set.jbauman2015-04-282-0/+22
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-288-16/+20
* cc: Small spelling fixes in scheduler_state_machine.ccmithro2015-04-281-2/+2
* Reconcile property tree and CDP layer skipping logicvollick2015-04-272-56/+341
* Revert of cc: Remove tile sharing from tilings. (patchset #20 id:380001 of ht...vmpstr2015-04-2725-1188/+1065
* Remove SK_SUPPORT_LEGACY_COLOR32_MATHfmalita2015-04-261-4/+7
* ui: Cache the output of View::OnPaint when the View isn't invalid.danakj2015-04-252-0/+6
* cc: Initialize test code tree variable in fake tiling client.vmpstr2015-04-251-6/+7
* cc: Some more cleanup and removing TODOs for validating resources.danakj2015-04-2414-66/+57