summaryrefslogtreecommitdiffstats
path: root/skia/ext/benchmarking_canvas.cc
Commit message (Expand)AuthorAgeFilesLines
* NewRasterPMColor is deprecated, use NewRasterN32Premulreed2014-12-181-1/+1
* NewRasterN32 is deprecatedreed2014-12-091-3/+4
* Remove SkCanvas::drawBitmapMatrix overrides.fmalita2014-12-081-7/+0
* Standardize usage of virtual/override/final in skia/dcheng2014-10-221-51/+73
* Replace OVERRIDE with its C++11 counterparts in src/skiar.nagaraj2014-10-091-24/+24
* use new onDrawPicture variant, as the previous is now deprecated and is no lo...reed@chromium.org2014-08-101-2/+3
* Switch to the new SkCanvas::willSave() API.fmalita@chromium.org2014-06-191-2/+2
* Switch Chromium to new Skia SkCanvas::drawPicture methodrobertphillips@google.com2014-06-051-5/+5
* Roll Skia DEPS to 14324 from 14292bsalomon@google.com2014-04-231-27/+27
* 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