summaryrefslogtreecommitdiffstats
path: root/skia/ext/benchmarking_canvas.cc
Commit message (Expand)AuthorAgeFilesLines
* roll skia DEPS to 13776fmalita@chromium.org2014-03-131-7/+8
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-051-4/+1
* Skia is moving to have SkCanvas' clip* methods be non-virtual and call onClip...robertphillips@google.com2014-03-051-24/+25
* Revert 254567 "don't create SkDevice directly, use SkBitmap or (..."timurrrr@chromium.org2014-03-041-1/+4
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-031-4/+1
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-3/+3
* Roll Skia DEPS to r10765robertphillips@google.com2013-08-161-2/+3
* [skia_benchmarking_extension] fix off-by-one timing reporting.fmalita@chromium.org2013-08-061-1/+2
* [SkiaBenchmarkingExtension] Add draw command timing info.fmalita@chromium.org2013-07-301-0/+237