aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchmain.cpp
Commit message (Expand)AuthorAge
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Add JSON output option to bench.Gravatar commit-bot@chromium.org2013-12-03
* More Windows 64b compilation warning fixesGravatar robertphillips@google.com2013-11-21
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* Reverting r12315 (More Windows 64b compilation warning fixes) due to compilat...Gravatar robertphillips@google.com2013-11-20
* More Windows 64b compilation warning fixesGravatar robertphillips@google.com2013-11-20
* fix bench so that if SK_SUPPORTS_GPU even when not provided as compiler optionGravatar djsollen@google.com2013-11-20
* More clang warning fixes.Gravatar commit-bot@chromium.org2013-10-21
* Third wave of Win64 warning cleanupGravatar robertphillips@google.com2013-10-16
* save/restore the canvas around every bench draw callGravatar commit-bot@chromium.org2013-10-14
* save/restore the canvas around every bench draw callGravatar commit-bot@chromium.org2013-10-11
* fix warnings when running a no gpu buildGravatar djsollen@google.com2013-10-10
* fix mac10.6 buildGravatar djsollen@google.com2013-10-10
* Insert swapbuffers into GPU benchmarks.Gravatar djsollen@google.com2013-10-10
* Bench baseline for mostly 0 image.Gravatar scroggo@google.com2013-09-25
* Allow use of "--config defaults" in bench, like GMGravatar borenet@google.com2013-09-16
* OK windows, please take my infinity.Gravatar mtklein@google.com2013-09-13
* It looks like we're not always running long enough to give the GPU counters t...Gravatar mtklein@google.com2013-09-13
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Add missing dependency to unbreak NOGPU build.Gravatar mtklein@google.com2013-09-10
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Fix bench logging for --repeat 1Gravatar borenet@google.com2013-09-10
* Patch for 10995Gravatar robertphillips@google.com2013-08-29
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* Removing deprecated constructors and setDevice from SkDeferredCanvasGravatar commit-bot@chromium.org2013-08-09
* Committed: http://code.google.com/p/skia/source/detail?r=10372Gravatar commit-bot@chromium.org2013-07-31
* 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