summaryrefslogtreecommitdiffstats
path: root/cc/playback
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add protobuf serialization to DisplayItemListdtrainor2015-10-2822-13/+684
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-271-2/+2
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-271-2/+2
* cc: Remove unused display item bounds calculation.vmpstr2015-10-2317-201/+0
* cc: Save only the scale for discardable images.vmpstr2015-10-2110-38/+67
* cc: Remove the base RasterSourcehendrikw2015-10-1910-311/+196
* cc: Rename PositionImage to DrawImage and remove rect.vmpstr2015-10-1412-217/+183
* cc: Make discardable image metadata generation work with no caching.vmpstr2015-10-141-4/+4
* cc: Remove unused constructor on DisplayListRasterSource.danakj2015-10-142-12/+0
* cc: remove recording source base classhendrikw2015-10-065-83/+44
* cc: Use explicit checked math instead of GetArea for timing.vmpstr2015-09-301-2/+8
* cc: Simplify the discardable image map using an rtree.vmpstr2015-09-299-452/+184
* cc: Add bounds calculation for display items.vmpstr2015-09-2617-0/+201
* cc/skia: Move gather images code to cc::DiscardableImageMap.vmpstr2015-09-258-50/+168
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-252-12/+14
* Rename GatherDiscardableImages to better reflect functionalityvmpstr2015-09-2513-60/+75
* cc: Remove Picture.vmpstr2015-09-248-688/+53
* cc: Remove PicturePile and PicturePileImpl.vmpstr2015-09-249-3733/+297
* [Reland] Cache gpu suitability in DisplayItemList, remove SetUnsuitable...For...pdr2015-09-227-41/+26
* Revert of Cache gpu suitability in DisplayItemList, remove SetUnsuitable...Fo...pdr2015-09-227-25/+41
* Cache gpu suitability in DisplayItemList, remove SetUnsuitable...ForTestingpdr2015-09-217-41/+25
* Switch DisplayItemListTest from SkBitmapSource to SkImageSourcefmalita2015-09-181-8/+11
* [tracing] Don't use dot-based path expansion in TracedValueprimiano2015-09-181-4/+5