aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/RepeatTileBench.cpp
Commit message (Expand)AuthorAge
* 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
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of http...Gravatar reed2016-03-14
* Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https...Gravatar reed2016-03-14
* Finish conversion to sk_sp<SkShader>Gravatar reed2016-03-14
* 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
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* remove alphatype from colortableGravatar reed2014-09-29
* 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
* 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
* When skia run bench cases to test performance, it will run constructors for a...Gravatar commit-bot@chromium.org2013-08-01
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* add opaque/alpha variantsGravatar reed@google.com2012-10-16
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* 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
* add decode benchGravatar reed@android.com2009-09-02
* add benchmark for repeat-tile bitmapsGravatar reed@android.com2009-08-12