aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SkBenchmark.h
Commit message (Expand)AuthorAge
* DM: also run benches once.Gravatar commit-bot@chromium.org2014-02-26
* Allow GMs to be used as benchmarks. Make convex_poly_clip opt in.Gravatar commit-bot@chromium.org2014-02-03
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* Bench baseline for mostly 0 image.Gravatar scroggo@google.com2013-09-25
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Rewrite SkTRegistry to take any trivially-copyable type.Gravatar mtklein@google.com2013-09-04
* extend SkBenchmark to allow a bench to return a durationScale, which allows i...Gravatar reed@google.com2013-05-29
* need this for prev. clGravatar reed@google.com2012-11-15
* add bench for hairlinesGravatar reed@google.com2012-10-25
* add DEF_BENCH marco to make it easy to register new benchesGravatar reed@google.com2012-10-16
* Let SkBenchmark classes specify that they do no rendering.Gravatar tomhudson@google.com2012-09-13
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Adds a bunch of benchmarks around creating, transforming, testing path equality,Gravatar bsalomon@google.com2012-08-13
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* 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
* Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0.""Gravatar agl@chromium.org2010-04-27
* Revert "Use hairline when line width <= 1.0, instead of < 1.0."Gravatar agl@chromium.org2010-04-26
* Use hairline when line width <= 1.0, instead of < 1.0.Gravatar anatoly@google.com2010-04-12
* add FPSBenchGravatar reed@android.com2010-02-22
* add -forceDither option to bench (it is tristate)Gravatar reed@android.com2009-10-19
* add decode benchGravatar reed@android.com2009-09-02
* add -forceFilter to bench toolGravatar reed@android.com2009-08-04
* add BitmapBenchGravatar reed@android.com2009-01-26
* remove duplicate SkTRegistry definitionGravatar reed@android.com2009-01-22
* add options to bench: -repeat N -forceOpaque -forceBlend -forceAA -forceBWGravatar reed@android.com2009-01-19
* add benchmark frameworkGravatar reed@android.com2009-01-05