summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Fix property tree position updates when rebuilding is skippedajuma2015-04-245-32/+98
* cc: Make SingleThreadProxy ignore commit requests inside Layout().danakj2015-04-243-18/+68
* Fix ApproximatelyEqual for transformsvollick2015-04-242-1/+14
* cc: Remove tile sharing from tilings.vmpstr2015-04-2425-1065/+1188
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-2/+2
* Move send_begin_main_frame_funnel check from Could to ShouldSendBeginMainFramebrianderson2015-04-241-4/+4
* cc: Do not block commit on pending draw for synchronous compositor.sunnyps2015-04-234-33/+95
* Revert of ui: Cache the output of View::OnPaint when the View isn't invalid. ...jdonnelly2015-04-232-6/+0
* cc: Turn ResourceProvider::ValidateResources into DCHECK-only code.danakj2015-04-231-3/+2