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
*
SkFlags now follows proper dashing convention.
scroggo@google.com
2013-04-09
*
Change the name of SkFlags to SkCommandLineFlags.
scroggo@google.com
2013-03-21
*
Improvements/additions to SkImageCache/SkLazyPixelRef.
scroggo@google.com
2013-03-18
*
Provide an option in bench_pictures to count pixel ram.
scroggo@google.com
2013-03-04
*
Add a way to monitor cache hits and misses for deferred decoding.
scroggo@google.com
2013-03-04
*
Created my own flag parser, based off of gflags.
scroggo@google.com
2013-03-04
*
Create SkLazyPixelRef which performs lazy decoding.
scroggo@google.com
2013-02-22
*
Add support for using ANGLE in bench_pictures.
scroggo@google.com
2013-02-08
*
Patch for r7304. Add string in bench_pictures_main's gFilterTypes for oval fi...
jvanverth@google.com
2013-01-22
*
Re-enable inst counting in debug builds.
bsalomon@google.com
2013-01-15
*
fix warnings
reed@google.com
2013-01-07
*
remove experimental setAsABlur, as it forces the instance to be mutable, and was
reed@google.com
2012-12-18
*
Allow setting a scaleFactor in bench_pictures (and render_pictures).
scroggo@google.com
2012-12-17
*
Provide an option to bench drawing individual tiles in bench_pictures.
scroggo@google.com
2012-12-13
*
Allow bench_pictures to have its viewport set on the command line.
scroggo@google.com
2012-12-13
*
add '--mode clone' option to bench_pictures
reed@google.com
2012-12-10
*
add SkPictureUtils::GatherPixelRefs()
reed@google.com
2012-11-29
*
Add a new PictureRenderer that draws the picture then breaks up into tiles.
scroggo@google.com
2012-11-07
*
Add low blur and AAClip options to picture bench.
caryclark@google.com
2012-11-07
*
add draw filter option to picture_bench
caryclark@google.com
2012-11-06
*
Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb...
junov@chromium.org
2012-11-06
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-06
*
In bench_pictures --multi, maintain thread local caches.
scroggo@google.com
2012-11-02
*
Adding rtree support to the bench_pictures utility
junov@chromium.org
2012-11-02
*
Add the ability to provide function pointers to SkPicture serialization
scroggo@google.com
2012-10-04
*
fix return value for render_pictures
caryclark@google.com
2012-10-02
*
build iOS with 'make all'
caryclark@google.com
2012-10-02
*
Pinspect and bench_pictures are crashing when invoked with no arguments.
fmalita@google.com
2012-09-27
*
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
[next]