aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchmain.cpp
Commit message (Expand)AuthorAge
* This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426.Gravatar bsalomon@google.com2013-07-25
* R=borenet@google.com, bungeman@google.com, robertphillips@google.comGravatar commit-bot@chromium.org2013-07-25
* refactor duplication (shouldSkip and skip_name) into a utility functionGravatar sglez@google.com2013-07-24
* Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441Gravatar epoger@google.com2013-07-23
* refactor duplication (shouldSkip and skip_name) into a utility functionGravatar sglez@google.com2013-07-23
* Fixes microbench format change caused by r9417.Gravatar bensong@google.com2013-06-12
* Don't crash if device creation fails in bench.Gravatar commit-bot@chromium.org2013-06-03
* extend SkBenchmark to allow a bench to return a durationScale, which allows i...Gravatar reed@google.com2013-05-29
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-29
* Changing SkDeferredCanvas to use factories for creationGravatar junov@chromium.org2013-05-28
* add wildcard test name matching to gm and bench.Gravatar caryclark@google.com2013-05-10
* Add Xfermode bench. Also clear before rendering in bench (rather than after).Gravatar commit-bot@chromium.org2013-04-01
* Add MSAA configs to bench.Gravatar bsalomon@google.com2013-03-19
* Run non-rendering benches in their own config.Gravatar bsalomon@google.com2013-03-15
* Fix sign/unsigned warnings in benchmain.cpp and gmmain.cppGravatar bsalomon@google.com2013-03-11
* Add --gpucache size to bench.Gravatar bsalomon@google.com2013-03-11
* Fixing some warnings on LinuxGravatar sugoi@google.com2013-03-07
* Created my own flag parser, based off of gflags.Gravatar scroggo@google.com2013-03-04
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Fix signed/unsigned comparison warnings in benchmain.cppGravatar bsalomon@google.com2013-02-22
* Fix GPU-less build of bench.Gravatar bsalomon@google.com2013-02-22
* Make GPU versions of benchs use the same canvas size as raster.Gravatar bsalomon@google.com2013-02-22
* Enhance GL error checking for non-Ganesh GL callsGravatar robertphillips@google.com2013-02-07
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that u...Gravatar junov@chromium.org2013-01-16
* Re-enable inst counting in debug builds.Gravatar bsalomon@google.com2013-01-15
* Add clear after each image save, so that GPU images won't end up progressivel...Gravatar jvanverth@google.com2013-01-09
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* Improve NaCl supportGravatar borenet@google.com2012-11-01
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* build iOS with 'make all'Gravatar caryclark@google.com2012-10-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-21
* Adding a silent playback option to SkGPipeReadGravatar junov@chromium.org2012-09-20
* Let SkBenchmark classes specify that they do no rendering.Gravatar tomhudson@google.com2012-09-13
* Added GPU resource cache stats printing to bench & removed some noise from in...Gravatar robertphillips@google.com2012-09-13
* Use double dashes for bench options to be consistent.Gravatar scroggo@google.com2012-09-12
* Report data from bench_pictures in the same fashion as bench.Gravatar scroggo@google.com2012-09-07
* Sanitizing source files in Skia_Nightly_House_KeepingGravatar skia.committer@gmail.com2012-08-30
* Added second "truncated" cpu/wall timer to benchGravatar robertphillips@google.com2012-08-28
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Added -min option to benchGravatar robertphillips@google.com2012-08-23
* revert r5100 experimentGravatar bsalomon@google.com2012-08-14
* Temporary change to bench on android to run limited set of test in order to s...Gravatar bsalomon@google.com2012-08-14
* Clean up most clang warnings outside animator/Gravatar tomhudson@google.com2012-08-14
* Add inst counting to bench and count SkPathsGravatar bsalomon@google.com2012-08-14
* Stop bench from leakingGravatar bsalomon@google.com2012-08-13
* Adds a bunch of benchmarks around creating, transforming, testing path equality,Gravatar bsalomon@google.com2012-08-13
* Fixing NoGPU build of benchGravatar junov@chromium.org2012-08-07
* Add -logFile option to BenchGravatar borenet@google.com2012-08-07