summaryrefslogtreecommitdiffstats
path: root/cc/picture_pile_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Add raster debug colors to aid in debugging paint problems.reveman@chromium.org2013-02-181-0/+20
* cc: Add cheapness predictor success histogramvmpstr@chromium.org2013-02-061-0/+24
* cc: Pass totalPixelsRasterized instead of RenderingStats to picture pile rastervmpstr@chromium.org2013-02-051-6/+5
* Add picture pile raster times histogramvmpstr@chromium.org2013-02-041-7/+0
* cc: Avoid expensive RenderingStats collection.danakj@chromium.org2013-02-021-4/+8
* cc: Add a command line flag to slow down rastering.danakj@chromium.org2013-01-251-2/+11
* cc: Allow sparse impl-side painting tilingsenne@chromium.org2013-01-241-32/+66
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-231-0/+5
* cc: Add picture pile base classenne@chromium.org2013-01-171-10/+7
* [cc] Use base::TimeTicks in RenderStatsnduca@chromium.org2013-01-161-2/+1
* cc: Improve raster performance of PicturePileImplenne@chromium.org2013-01-091-7/+12
* Implement a method to access the non-composited content root layer picture pile.leandrogracia@chromium.org2013-01-091-0/+25
* cc: Fix low-res impl-side painting artifactsenne@chromium.org2013-01-081-12/+20
* Implement the logic to kick off image decoding jobs for TileManagerqinmin@chromium.org2012-12-131-0/+10
* cc: Fix impl-side painting rasterization at >1 contents scalesenne@chromium.org2012-12-081-5/+12
* Re-land: cc: Reduce picture cloning by creating at most one clone per raster ...reveman@google.com2012-12-051-0/+13
* Revert 171267 - it adds a global std::string initializerdmazzoni@chromium.org2012-12-051-13/+0
* cc: Reduce picture cloning by creating at most one clone per raster thread.reveman@chromium.org2012-12-051-0/+13
* cc: Apply contents scales to impl-side painting rasterizationenne@chromium.org2012-12-051-2/+6
* Make PicturePile pile.aelias@chromium.org2012-12-041-6/+7
* [cc] Track the rendering & painting cost of impl-side painting.nduca@chromium.org2012-11-301-1/+12
* Revert 170274 - Track the rendering & painting cost of impl-side painting.tbreisacher@chromium.org2012-11-291-12/+1
* Track the rendering & painting cost of impl-side painting.nduca@chromium.org2012-11-291-1/+12
* cc: Add ref counted PicturePileImpl class and give each Tile instance a ref.reveman@chromium.org2012-11-291-0/+46