aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BitmapBench.cpp
Commit message (Expand)AuthorAge
* Test performance of 565 bitmap scalingGravatar Yuqian Li2017-12-06
* remove unneeded code for index8 imagseGravatar Mike Reed2017-07-03
* hide lockpixels api behind flagGravatar Mike Reed2017-04-17
* Revert[4] "clean up (partially) colortable api""""Gravatar Mike Reed2017-04-03
* Revert "Revert[2] "clean up (partially) colortable api"""Gravatar Mike Reed2017-04-01
* Revert[2] "clean up (partially) colortable api""Gravatar Mike Reed2017-04-01
* Revert "clean up (partially) colortable api"Gravatar Mike Klein2017-03-31
* clean up (partially) colortable apiGravatar Mike Reed2017-03-31
* hide trivial helpers on canvasGravatar Mike Reed2017-02-22
* Factor code to rotate a canvas about a point.Gravatar bungeman2016-07-12
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Fix for nexus 5 crashing in GL benchesGravatar joshualitt2015-09-30
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Fix up -Winconsistent-missing-overrideGravatar mtklein2015-07-13
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Revert "Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:12...Gravatar mtklein2014-10-23
* Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of ...Gravatar mtklein2014-10-23
* create shaderproc for nofilter-opaque-dxGravatar reed2014-10-23
* remove alphatype from colortableGravatar reed2014-09-29
* add rowbytes option to allocPixelsGravatar reed2014-06-28
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* hide SkBitmap::setConfigGravatar reed2014-06-09
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* store SkAlphaType inside SkBitmap, on road to support unpremulGravatar reed@google.com2013-10-21
* save/restore the canvas around every bench draw callGravatar commit-bot@chromium.org2013-10-11
* Temporarily disable FilterBitmapBenches while I fix it.Gravatar mtklein@google.com2013-10-10
* Revert "Revert "change SkColorTable to be immutable""Gravatar reed@google.com2013-10-10
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* stop using bitmap-filter flags outside of paint itself, as a step towards rea...Gravatar reed@google.com2013-07-22
* New bitmap filter checkin; this time with less build breakageGravatar humper@google.com2013-07-09
* Revert "More general image filter interface; tested implementation of standal...Gravatar humper@google.com2013-07-09
* More general image filter interface; tested implementation of standaloneGravatar humper@google.com2013-07-09
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* cast enum to float to fix (really bad) warningGravatar reed@google.com2013-05-29
* extend SkBenchmark to allow a bench to return a durationScale, which allows i...Gravatar reed@google.com2013-05-29
* use DEF_BENCHGravatar reed@google.com2013-05-28
* Partial reapply of r5364 minus the non-neon code path.Gravatar djsollen@google.com2013-04-09
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32)Gravatar robertphillips@google.com2012-09-04
* Update ARM and NEON optimizations for S32A_Opaque_BlitRow32.Gravatar djsollen@google.com2012-08-31
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* land http://codereview.appspot.com/6353063/ by LeiGravatar reed@google.com2012-07-24
* Add (8) more benchmarks to capture performance of a pair of blit optimizationGravatar tomhudson@google.com2012-05-15
* In debug builds, only run each benchmark 1 time (test for assertion-breakage,Gravatar tomhudson@google.com2011-10-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28