aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/render_pictures_main.cpp
Commit message (Expand)AuthorAge
* Add a new PictureRenderer that draws the picture then breaks up into tiles.Gravatar scroggo@google.com2012-11-07
* Add an option to render_pictures to rerecord the pictures with PNG encoded bi...Gravatar scroggo@google.com2012-11-07
* In bench_pictures --multi, maintain thread local caches.Gravatar scroggo@google.com2012-11-02
* Make output path to render_pictures optionalGravatar borenet@google.com2012-10-26
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* Allow render_pictures to render using multiple threads.Gravatar scroggo@google.com2012-10-03
* fix return value for render_picturesGravatar caryclark@google.com2012-10-02
* build iOS with 'make all'Gravatar caryclark@google.com2012-10-02
* Fix some bugs in our picture tools.Gravatar scroggo@google.com2012-10-01
* Remove automatic resizing in *_picturesGravatar borenet@google.com2012-09-20
* In render_pictures tiled rendering, draw a separate PNG for each tile.Gravatar scroggo@google.com2012-09-20
* Skip empty directories and input files not ending in .skp in *_picturesGravatar borenet@google.com2012-09-19
* Check for invalid SkPicturesGravatar borenet@google.com2012-09-17
* Enable automatic rescaling in bench_picturesGravatar borenet@google.com2012-09-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-14
* To avoid running out of memory, we rescale very large pictures before weGravatar reed@google.com2012-09-13
* Added GPU resource cache stats printing to render_picturesGravatar robertphillips@google.com2012-09-13
* Add per-picture logging to render_picturesGravatar borenet@google.com2012-09-10
* Fix render_pictures for skia_static_initializers=0Gravatar borenet@google.com2012-09-10
* Report data from bench_pictures in the same fashion as bench.Gravatar scroggo@google.com2012-09-07
* Implemented power of two tiling.Gravatar keyar@chromium.org2012-08-23
* Images are written by PictureRenderer and not render_pictures_main.Gravatar keyar@chromium.org2012-08-21
* Fixed up SK_SUPPORT_GPU flags.Gravatar keyar@chromium.org2012-08-20
* Added the option to enable GPU rendering on render_ and bench_pictures.Gravatar keyar@chromium.org2012-08-20
* Dirty commit so Brian can see changes.Gravatar keyar@chromium.org2012-08-20
* Refactored the bitmap creation into PictureRenderer.Gravatar keyar@chromium.org2012-08-07
* render_pictures and bench_pictures now use a --mode parameter.Gravatar keyar@chromium.org2012-08-02
* Merged bench_pictures and render_pictures rendering methods.Gravatar keyar@chromium.org2012-08-01
* Added an option to specify the tiling size to render_pictures.Gravatar keyar@chromium.org2012-07-27
* Changed to a class based method in passing around the rendering method for re...Gravatar keyar@chromium.org2012-07-26
* render_pictures can now do tiling based rendering.Gravatar keyar@chromium.org2012-07-20
* Added pipe as a rendering option for render_pictures.Gravatar keyar@chromium.org2012-07-16
* Mac build fix for Keyar. Unreviewed.Gravatar senorblanco@chromium.org2012-07-13
* Preparations for adding options and different render types to render_pictures.Gravatar keyar@chromium.org2012-07-13
* Allow specific files and multiple inputs for picture testing tools.Gravatar keyar@chromium.org2012-07-09
* Refactoring in preparation for adding the picture benchmarking program.Gravatar twiz@google.com2012-06-22
* Adding the render_pictures test toolGravatar junov@chromium.org2012-06-12