index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
benchmain.cpp
Commit message (
Expand
)
Author
Age
*
Add default resource path for skia test cases in gm and bench tools.
tfarina@chromium.org
2013-12-31
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Add JSON output option to bench.
commit-bot@chromium.org
2013-12-03
*
More Windows 64b compilation warning fixes
robertphillips@google.com
2013-11-21
*
Implement a benchmark for GrResourceCache
commit-bot@chromium.org
2013-11-21
*
Reverting r12315 (More Windows 64b compilation warning fixes) due to compilat...
robertphillips@google.com
2013-11-20
*
More Windows 64b compilation warning fixes
robertphillips@google.com
2013-11-20
*
fix bench so that if SK_SUPPORTS_GPU even when not provided as compiler option
djsollen@google.com
2013-11-20
*
More clang warning fixes.
commit-bot@chromium.org
2013-10-21
*
Third wave of Win64 warning cleanup
robertphillips@google.com
2013-10-16
*
save/restore the canvas around every bench draw call
commit-bot@chromium.org
2013-10-14
*
save/restore the canvas around every bench draw call
commit-bot@chromium.org
2013-10-11
*
fix warnings when running a no gpu build
djsollen@google.com
2013-10-10
*
fix mac10.6 build
djsollen@google.com
2013-10-10
*
Insert swapbuffers into GPU benchmarks.
djsollen@google.com
2013-10-10
*
Bench baseline for mostly 0 image.
scroggo@google.com
2013-09-25
*
Allow use of "--config defaults" in bench, like GM
borenet@google.com
2013-09-16
*
OK windows, please take my infinity.
mtklein@google.com
2013-09-13
*
It looks like we're not always running long enough to give the GPU counters t...
mtklein@google.com
2013-09-13
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Add missing dependency to unbreak NOGPU build.
mtklein@google.com
2013-09-10
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Fix bench logging for --repeat 1
borenet@google.com
2013-09-10
*
Patch for 10995
robertphillips@google.com
2013-08-29
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
Removing deprecated constructors and setDevice from SkDeferredCanvas
commit-bot@chromium.org
2013-08-09
*
Committed: http://code.google.com/p/skia/source/detail?r=10372
commit-bot@chromium.org
2013-07-31
*
This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426.
bsalomon@google.com
2013-07-25
*
R=borenet@google.com, bungeman@google.com, robertphillips@google.com
commit-bot@chromium.org
2013-07-25
*
refactor duplication (shouldSkip and skip_name) into a utility function
sglez@google.com
2013-07-24
*
Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441
epoger@google.com
2013-07-23
*
refactor duplication (shouldSkip and skip_name) into a utility function
sglez@google.com
2013-07-23
*
Fixes microbench format change caused by r9417.
bensong@google.com
2013-06-12
*
Don't crash if device creation fails in bench.
commit-bot@chromium.org
2013-06-03
*
extend SkBenchmark to allow a bench to return a durationScale, which allows i...
reed@google.com
2013-05-29
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-29
*
Changing SkDeferredCanvas to use factories for creation
junov@chromium.org
2013-05-28
*
add wildcard test name matching to gm and bench.
caryclark@google.com
2013-05-10
*
Add Xfermode bench. Also clear before rendering in bench (rather than after).
commit-bot@chromium.org
2013-04-01
*
Add MSAA configs to bench.
bsalomon@google.com
2013-03-19
*
Run non-rendering benches in their own config.
bsalomon@google.com
2013-03-15
*
Fix sign/unsigned warnings in benchmain.cpp and gmmain.cpp
bsalomon@google.com
2013-03-11
*
Add --gpucache size to bench.
bsalomon@google.com
2013-03-11
*
Fixing some warnings on Linux
sugoi@google.com
2013-03-07
*
Created my own flag parser, based off of gflags.
scroggo@google.com
2013-03-04
[next]