aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/render_pictures_main.cpp
Commit message (Expand)AuthorAge
* Add support to dump font cache texture for debug purposesGravatar commit-bot@chromium.org2013-10-02
* Start from scratch on a faster SkFlatDictionary.Gravatar commit-bot@chromium.org2013-07-24
* Revert "Start from scratch on a faster SkFlatDictionary."Gravatar mtklein@google.com2013-07-24
* Start from scratch on a faster SkFlatDictionary.Gravatar commit-bot@chromium.org2013-07-24
* Add the lazy decoder from PictureFlags to SkImageDecoderGravatar commit-bot@chromium.org2013-07-16
* Replace SkPicture(SkStream) constructors with a factory.Gravatar scroggo@google.com2013-06-28
* Print the file being deserialized before deserializing.Gravatar scroggo@google.com2013-06-28
* Separate core and images project.Gravatar scroggo@google.com2013-05-31
* Add a new mode to render_pictures.Gravatar scroggo@google.com2013-05-03
* SkFlags now follows proper dashing convention.Gravatar scroggo@google.com2013-04-09
* Change the name of SkFlags to SkCommandLineFlags.Gravatar scroggo@google.com2013-03-21
* Improvements/additions to SkImageCache/SkLazyPixelRef.Gravatar scroggo@google.com2013-03-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-14
* Build fix: accessing uninitialized class member (not)Gravatar junov@chromium.org2013-03-13
* Modifying the behavior of render_pictures --validate to test the effect of bbh.Gravatar junov@chromium.org2013-03-13
* Fixing crash in render_pictures when failing to create referenceBitmap for --...Gravatar junov@chromium.org2013-03-12
* Created my own flag parser, based off of gflags.Gravatar scroggo@google.com2013-03-04
* Create SkLazyPixelRef which performs lazy decoding.Gravatar scroggo@google.com2013-02-22
* Add support for using ANGLE in bench_pictures.Gravatar scroggo@google.com2013-02-08
* Change the method for timing individual tiles in bench_pictures.Gravatar scroggo@google.com2013-01-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-17
* Add option to ignore small pixel diffs for --validate. By default, rightGravatar edisonn@google.com2013-01-16
* revert change 7218Gravatar edisonn@google.com2013-01-16
* Add option to ignore small pixel diffs for --validate. By default, right now ...Gravatar edisonn@google.com2013-01-16
* Add VALIDATE_FAILURE_IS_A_TOOL_FAILURE to specify whether a failure in valida...Gravatar reed@google.com2013-01-15
* Fix typo, report in validate diff teh value of the pixel, not the address of ...Gravatar edisonn@google.com2013-01-11
* fix warningsGravatar reed@google.com2013-01-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-19
* Flags for render_pictures: verify, clone and writeWholeImage:Gravatar edisonn@google.com2012-12-18
* Allow setting a scaleFactor in bench_pictures (and render_pictures).Gravatar scroggo@google.com2012-12-17
* Allow bench_pictures to have its viewport set on the command line.Gravatar scroggo@google.com2012-12-13
* 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