summaryrefslogtreecommitdiffstats
path: root/cc/playback
Commit message (Expand)AuthorAgeFilesLines
* Use sk_sp-based picture recording APIsfmalita2016-03-227-40/+30
* Store recording invalidations in DisplayListRecordingSource, save them via Up...chrishtr2016-03-182-0/+19
* cc: Refactor SkipImageCanvas and create it during playback.vmpstr2016-03-145-12/+88
* cc: Fix CompositingDisplayItem::AsValueInto to only append one item.jbroman2016-03-141-6/+8
* DrawImage updatesericrk2016-03-095-52/+37
* cc: ImageDecodes: Remove a TODO.vmpstr2016-03-041-2/+0
* cc: ImageDecodes: Move ImageHijackCanvas to a separate file.vmpstr2016-03-043-167/+218
* cc: Disable image hijack canvas when we don't have images in the map.vmpstr2016-03-031-6/+11
* cc: Separate ImageDecodeController into software and gpu parts.vmpstr2016-03-032-4/+1
* Revert checkerboarding image/no-image metrics.vollick2016-03-016-20/+0
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-292-5/+5
* Dump DisplayListRasterSource memoryericrk2016-02-232-4/+59
* Add framework for (de)serialization of images in SkPicturenyquist2016-02-1223-61/+165
* Use SkTLazy for ScopedDecodedImageLock's optional paintfmalita2016-02-031-8/+7
* Enable DCHECK for item/rect count match in cc DisplayItemList.wkorman2016-02-021-3/+4
* cc: Fix a use-after-free in discardable image map.vmpstr2016-02-013-39/+50
* Remove scoped_ptr<SkCanvas> from cc/tomhudson2016-02-012-5/+6
* cc: Skip drawing 0-sized images.vmpstr2016-02-011-0/+6
* cc: Fix nullptr dereference when capturing skps.vmpstr2016-01-272-3/+10
* cc: Add image decode control in the compositor.vmpstr2016-01-199-36/+434
* cc: Do solid color analysis before scheduling tiles.sohan.jyoti2016-01-133-74/+74
* Always antialias clips in ClipDisplayItem.chrishtr2016-01-131-3/+5
* CreateLightingFilter is moving to SkColorMatrixFilterreed2016-01-121-1/+2
* Check display_list_ in HasDiscardableImagesInRectvollick2016-01-091-1/+1
* Make cc::DrawingDisplayItem hold a const SkPicture.jbroman2016-01-082-5/+5
* cc: Use std::forward for forwarding arguments.vmpstr2016-01-081-3/+4
* Measure how often we checkerboard tiles without/with-some image contentvollick2016-01-076-0/+20
* Add paint testing mode subsequence_caching_disabledwangxianzhu2016-01-052-0/+4
* Serialize PictureLayer properties.dtrainor2016-01-042-3/+24
* Switch to standard integer types in cc/.avi2015-12-2127-1/+60
* cc: Restore GPU suitability check in cached_picture case.senorblanco2015-12-192-4/+23
* Unit tests for DisplayItemList::AsValue.wkorman2015-12-171-0/+81
* Correct bounds-check off-by-one which crashes when tracingpdr2015-12-161-1/+1
* Allow background tab titles to use LCD AA.pkasting2015-12-123-11/+29
* Serialize DisplayListRecordingSource to protos.dtrainor2015-12-115-20/+108
* cc: Remove visual rects capacity when clearing.vmpstr2015-12-111-1/+3
* cc: Shrink size of display itemenne2015-12-1020-438/+430
* Use Rect rather than RectF in cc's RTree.wkorman2015-12-043-23/+24
* Remove the clip parameter from ContentLayerClient.chrishtr2015-12-031-2/+1
* cc: Fix serialization of display item listsenne2015-12-032-8/+6
* cc: Use contiguous container for display listenne2015-12-012-20/+21
* Further plumb visual rect into cc:DisplayItemList.wkorman2015-11-2520-84/+170
* Add support for converting cc::Region to and from protobuf.nyquist2015-11-241-3/+3
* Turn off computation of the interest rect in cc in synchronized paint mode.chrishtr2015-11-244-221/+26
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-184-6/+6
* Remove unnecessary use of scoped_refptr for display item list.wkorman2015-11-183-3/+3
* Add gfx::Size::GetCheckedArea and use it where appropriate.vmpstr2015-11-041-7/+2
* cc: Store the cullRect in trace with Begin/EndArray().danakj2015-11-021-5/+9
* Remove usage of SK_SAVE_LAYER_BOUNDS_ARE_FILTERED.senorblanco2015-10-291-7/+0
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-281-3/+3