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
*
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
*
Split GrGLContextInfo into GrGLContext & GrGLContextInfo
robertphillips@google.com
2013-02-28
*
Fix signed/unsigned comparison warnings in benchmain.cpp
bsalomon@google.com
2013-02-22
*
Fix GPU-less build of bench.
bsalomon@google.com
2013-02-22
*
Make GPU versions of benchs use the same canvas size as raster.
bsalomon@google.com
2013-02-22
*
Enhance GL error checking for non-Ganesh GL calls
robertphillips@google.com
2013-02-07
*
Remove legacy names no longer referenced in Chrome and WebKit.
bsalomon@google.com
2013-02-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that u...
junov@chromium.org
2013-01-16
*
Re-enable inst counting in debug builds.
bsalomon@google.com
2013-01-15
*
Add clear after each image save, so that GPU images won't end up progressivel...
jvanverth@google.com
2013-01-09
[next]