| Commit message (Expand) | Author | Age |
* | Factor code to rotate a canvas about a point. | bungeman | 2016-07-12 |
* | Remove const from `const int loops`. | mtklein | 2015-10-01 |
* | Fix for nexus 5 crashing in GL benches | joshualitt | 2015-09-30 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Fix up -Winconsistent-missing-override | mtklein | 2015-07-13 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | SkPaint::FilterLevel -> SkFilterQuality | reed | 2015-03-16 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Revert "Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:12... | mtklein | 2014-10-23 |
* | Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of ... | mtklein | 2014-10-23 |
* | create shaderproc for nofilter-opaque-dx | reed | 2014-10-23 |
* | remove alphatype from colortable | reed | 2014-09-29 |
* | add rowbytes option to allocPixels | reed | 2014-06-28 |
* | Remove Sk prefix from some bench classes. | tfarina | 2014-06-19 |
* | hide SkBitmap::setConfig | reed | 2014-06-09 |
* | Simplify benchmark internal API. | commit-bot@chromium.org | 2013-12-03 |
* | store SkAlphaType inside SkBitmap, on road to support unpremul | reed@google.com | 2013-10-21 |
* | save/restore the canvas around every bench draw call | commit-bot@chromium.org | 2013-10-11 |
* | Temporarily disable FilterBitmapBenches while I fix it. | mtklein@google.com | 2013-10-10 |
* | Revert "Revert "change SkColorTable to be immutable"" | reed@google.com | 2013-10-10 |
* | Refactoring: get rid of the SkBenchmark void* parameter. | mtklein@google.com | 2013-09-13 |
* | Major bench refactoring. | mtklein@google.com | 2013-09-10 |
* | Change old PRG to be SkLCGRandom; change new one to SkRandom | commit-bot@chromium.org | 2013-09-09 |
* | Switch out random number generator for tests, benches, samples. | commit-bot@chromium.org | 2013-09-06 |
* | stop using bitmap-filter flags outside of paint itself, as a step towards rea... | reed@google.com | 2013-07-22 |
* | New bitmap filter checkin; this time with less build breakage | humper@google.com | 2013-07-09 |
* | Revert "More general image filter interface; tested implementation of standal... | humper@google.com | 2013-07-09 |
* | More general image filter interface; tested implementation of standalone | humper@google.com | 2013-07-09 |
* | remove dst/rendertarget support for kARGB_4444_Config | reed@google.com | 2013-06-21 |
* | cast enum to float to fix (really bad) warning | reed@google.com | 2013-05-29 |
* | extend SkBenchmark to allow a bench to return a durationScale, which allows i... | reed@google.com | 2013-05-29 |
* | use DEF_BENCH | reed@google.com | 2013-05-28 |
* | Partial reapply of r5364 minus the non-neon code path. | djsollen@google.com | 2013-04-09 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) | robertphillips@google.com | 2012-09-04 |
* | Update ARM and NEON optimizations for S32A_Opaque_BlitRow32. | djsollen@google.com | 2012-08-31 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | land http://codereview.appspot.com/6353063/ by Lei | reed@google.com | 2012-07-24 |
* | Add (8) more benchmarks to capture performance of a pair of blit optimization | tomhudson@google.com | 2012-05-15 |
* | In debug builds, only run each benchmark 1 time (test for assertion-breakage, | tomhudson@google.com | 2011-10-28 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Adding the notion of a volatile bitmap to SkBitmap. | junov@google.com | 2011-06-30 |
* | add opaque -vs- alpha bitmap cases | reed@android.com | 2009-10-19 |
* | add decode bench | reed@android.com | 2009-09-02 |
* | add BitmapBench | reed@android.com | 2009-01-26 |