summaryrefslogtreecommitdiffstats
path: root/cc/picture.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Move picture cloning to main thread.reveman@chromium.org2013-03-021-5/+22
* Fixing tile grid size used by cc:Picture to make it respect current tile conf...junov@chromium.org2013-02-281-5/+4
* cc: Rasterize cheap tiles immediatelyskyostil@chromium.org2013-02-201-1/+1
* Implementation for cc::Picture::IsCheapInRect().tomhudson@chromium.org2013-02-071-2/+13
* cc: Avoid expensive RenderingStats collection.danakj@chromium.org2013-02-021-5/+9
* [cc] Add stub for IsCheapInRectnduca@chromium.org2013-02-011-0/+4
* cc: Allow sparse impl-side painting tilingsenne@chromium.org2013-01-241-7/+7
* Enabling the TileGrid acceleration structure for cc picture playbackjunov@chromium.org2013-01-171-4/+7
* [cc] Use base::TimeTicks in RenderStatsnduca@chromium.org2013-01-161-2/+1
* Adds the picture width and height to record and raster trace events used by t...vangelis@chromium.org2013-01-091-2/+4
* cc: Fix low-res impl-side painting artifactsenne@chromium.org2013-01-081-1/+8
* cc: Pass flag to Skia to make path clip recording cheaperenne@chromium.org2012-12-181-1/+2
* Implement the logic to kick off image decoding jobs for TileManagerqinmin@chromium.org2012-12-131-0/+35
* cc: Disable use of Skia r-tree for impl-side paintingenne@chromium.org2012-12-121-2/+3
* cc: Fix impl-side painting rasterization at >1 contents scalesenne@chromium.org2012-12-081-1/+1
* Make PicturePile pile.aelias@chromium.org2012-12-041-17/+17
* cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.danakj@chromium.org2012-12-041-6/+7
* [cc] Track the rendering & painting cost of impl-side painting.nduca@chromium.org2012-11-301-0/+2
* Revert 170274 - Track the rendering & painting cost of impl-side painting.tbreisacher@chromium.org2012-11-291-2/+0
* Track the rendering & painting cost of impl-side painting.nduca@chromium.org2012-11-291-0/+2
* cc: Only record to a SkPicture once.reveman@chromium.org2012-11-291-1/+8
* cc: Impl-side painting fixes needed to draw correctly.reveman@google.com2012-11-271-1/+1
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* cc: Make Picture/PicturePile handle recording/rasterenne@chromium.org2012-11-091-1/+67
* cc: Add some impl-side painting stub classes and APIsenne@chromium.org2012-11-081-0/+17