index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
bench_pictures_main.cpp
Commit message (
Expand
)
Author
Age
*
Remove automatic resizing in *_pictures
borenet@google.com
2012-09-20
*
In bench_pictures, use a pool of tiles for multicore drawing.
scroggo@google.com
2012-09-20
*
Skip empty directories and input files not ending in .skp in *_pictures
borenet@google.com
2012-09-19
*
Set DEFAULT_REPEATS to 1
borenet@google.com
2012-09-17
*
Check for invalid SkPictures
borenet@google.com
2012-09-17
*
Enable automatic rescaling in bench_pictures
borenet@google.com
2012-09-14
*
Do not exit on failure to open logFile
borenet@google.com
2012-09-13
*
Add -logPerIter, -timers, and -min to bench_pictures.
scroggo@google.com
2012-09-11
*
Init graphics in bench_pictures.
scroggo@google.com
2012-09-10
*
Report data from bench_pictures in the same fashion as bench.
scroggo@google.com
2012-09-07
*
Perform multi core rendering in bench_pictures.
scroggo@google.com
2012-08-31
*
Implemented power of two tiling.
keyar@chromium.org
2012-08-23
*
Benchmark results will now print to STDOUT if on not-Android.
keyar@chromium.org
2012-08-21
*
Fixed up SK_SUPPORT_GPU flags.
keyar@chromium.org
2012-08-20
*
Added the option to enable GPU rendering on render_ and bench_pictures.
keyar@chromium.org
2012-08-20
*
Changed to Yoda style comparisons where appropriate.
keyar@chromium.org
2012-08-20
*
Have GPU based approach workingish.
keyar@chromium.org
2012-08-20
*
render_pictures and bench_pictures now use a --mode parameter.
keyar@chromium.org
2012-08-02
*
Merged bench_pictures and render_pictures rendering methods.
keyar@chromium.org
2012-08-01
*
Windows compiler complaint cleanup
robertphillips@google.com
2012-07-26
*
bench_pictures now has an option for benchmarking record time.
keyar@chromium.org
2012-07-16
*
Preparations for adding options and different render types to render_pictures.
keyar@chromium.org
2012-07-13
*
Benchmark tiling now better reflects how it is done in Chrome.
keyar@chromium.org
2012-07-13
*
Changed cmsecs to msecs to be consistent with bench.
keyar@chromium.org
2012-07-12
*
Added a benchmark for measuring picture unflattening time.
keyar@chromium.org
2012-07-12
*
Each benchmark that needs a bitmap will now make its own.
keyar@chromium.org
2012-07-10
*
bench_pictures can now take percentages for tiling width and height.Review UR...
keyar@chromium.org
2012-07-10
*
Fixed Windows compiler complaints
robertphillips@google.com
2012-07-10
*
bench_pictures will now output the number of tiles for a tiled benchmark.
keyar@chromium.org
2012-07-10
*
Tiles that extend beyond the picture are now clipped.
keyar@chromium.org
2012-07-09
*
Added a sgpipe benchmark.
keyar@chromium.org
2012-07-09
*
Allow specific files and multiple inputs for picture testing tools.
keyar@chromium.org
2012-07-09
*
land https://codereview.appspot.com/6349043/
reed@google.com
2012-06-27