summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* use baseclass from factory, to track cleanup in Skiareed2015-12-211-1/+1
* CC Animations: Fix the case when main-thread player changes layer_id.loyso2015-12-214-9/+51
* Switch to standard integer types in cc/.avi2015-12-21499-256/+1156
* cc: Restore GPU suitability check in cached_picture case.senorblanco2015-12-192-4/+23
* cc:: Do LayerIsHidden computation while building property treesjaydasika2015-12-1814-21/+83
* Add support for (de)serializing LayerSelection.nyquist2015-12-184-0/+67
* Mac CoreAnimation: Specify edge anti-aliasingccameron2015-12-183-3/+15
* TaskGraphRunner Group supportericrk2015-12-1814-119/+313
* Add support for (de)serializing LayerSelectionBound.nyquist2015-12-188-10/+138
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...rbyers2015-12-1823-232/+106
* Convert Pass()→std::move() in cc/dcheng2015-12-1811-32/+50
* cc:: Give a valid transform tree index to mask layers.jaydasika2015-12-183-0/+36
* Mac CoreAnimation: Add more CALayer parametersccameron2015-12-181-3/+10
* Revert of TaskGraphRunner Group support (patchset #12 id:360001 of https://co...yutak2015-12-1714-311/+117
* Add support for (de)serializing base Layer propertiesnyquist2015-12-175-13/+644
* cc: Move draw params from SetExternalDrawConstraints to OnDrawboliu2015-12-1726-479/+488
* Unit tests for DisplayItemList::AsValue.wkorman2015-12-171-0/+81
* Don't test rasterize_and_record for non-DrawsContent layerwangxianzhu2015-12-161-0/+3
* cc:: Assign the correct transform id to effect tree nodesjaydasika2015-12-162-5/+34
* Add mechanism to signal DelegatedFrameHost that a surface is about to draw.jbauman2015-12-167-7/+107
* TaskGraphRunner Group supportericrk2015-12-1614-117/+311
* Correct bounds-check off-by-one which crashes when tracingpdr2015-12-161-1/+1
* Adjust metrics in RasterizeAndRecordBenchmark to have the correct pixels_reco...chrishtr2015-12-162-11/+2
* cc: Fix error in smoothness_priority_expiration_notifier for ProxyImplkhushalsagar2015-12-169-3/+126
* Add support for aborting animations from the main threadymalik2015-12-163-6/+51
* cc:: Change plumbing for external_begin_frame_source to the Scheduler.khushalsagar2015-12-1613-106/+85
* drawSprite is deprecated, use SkImage insteadreed2015-12-162-32/+35
* cc: Fix flakiness in LayerTreeHostCopyRequestTestLostOutputSurfacedanakj2015-12-151-41/+46
* Change output surface opacity to match root render pass.jbauman2015-12-157-20/+41
* SkCanvas::drawSprite and SkGrPixelRef are both deprecated.reed2015-12-152-26/+17
* cc: Don't update snapping when we have singular transformsjaydasika2015-12-152-1/+43
* cc: Ignore transform for tile update in resourceless drawboliu2015-12-154-23/+46
* Revert of TaskGraphRunner Group support (patchset #11 id:340001 of https://co...yoichio2015-12-1514-309/+115
* TaskGraphRunner Group supportericrk2015-12-1514-115/+309
* cc: widen threshold for background filter pixeltests on Windows.Stephen White2015-12-141-4/+4
* Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS #ifdef.senorblanco2015-12-142-0/+0
* Factor cc::ScrollStateData out of cc::ScrollState.tdresser2015-12-146-54/+121
* Fix RTree include to use rect.h as actually needed.wkorman2015-12-121-1/+1
* Allow background tab titles to use LCD AA.pkasting2015-12-125-14/+34
* Resize output_rect of aggregated CompositorFrame to enable it to be drawn whe...jbauman2015-12-122-4/+36
* Serialize DisplayListRecordingSource to protos.dtrainor2015-12-1114-23/+194
* cc: Remove visual rects capacity when clearing.vmpstr2015-12-111-1/+3
* Allow one-copy and zero-copy task tile worker pools to use compressed textures.christiank2015-12-1023-106/+232
* cc: Fix recording of GPU rasterization histogram for renderer compositor.khushalsagar2015-12-108-8/+83
* Add support for LayerTreeSettings (de)serializationnyquist2015-12-108-2/+493
* Fix invalid cast in tile_manager_perftest.krasin2015-12-101-6/+5
* cc: Shrink size of display itemenne2015-12-1026-527/+476
* Fix static initializers in cc/raster/texture_compressor_etc1_sse.ccradu.velea2015-12-101-11/+7
* Replace inverse transform with Cross-product computation.petermayo2015-12-103-10/+166
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...engedy2015-12-1023-232/+106