Add the lazy decoder from PictureFlags to SkImageDecoder
[platform/upstream/libSkiaSharp.git] / tools / render_pictures_main.cpp
2013-07-16 commit-bot@chromiu... Add the lazy decoder from PictureFlags to SkImageDecoder
2013-06-28 scroggo@google.comReplace SkPicture(SkStream) constructors with a factory.
2013-06-28 scroggo@google.comPrint the file being deserialized before deserializing.
2013-05-31 scroggo@google.comSeparate core and images project.
2013-05-03 scroggo@google.comAdd a new mode to render_pictures.
2013-04-09 scroggo@google.comSkFlags now follows proper dashing convention.
2013-03-21 scroggo@google.comChange the name of SkFlags to SkCommandLineFlags.
2013-03-18 scroggo@google.comImprovements/additions to SkImageCache/SkLazyPixelRef.
2013-03-14 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-03-13 junov@chromium.orgBuild fix: accessing uninitialized class member (not)
2013-03-13 junov@chromium.orgModifying the behavior of render_pictures --validate...
2013-03-12 junov@chromium.orgFixing crash in render_pictures when failing to create...
2013-03-04 scroggo@google.comCreated my own flag parser, based off of gflags.
2013-02-22 scroggo@google.comCreate SkLazyPixelRef which performs lazy decoding.
2013-02-08 scroggo@google.comAdd support for using ANGLE in bench_pictures.
2013-01-28 scroggo@google.comChange the method for timing individual tiles in bench_...
2013-01-17 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-16 edisonn@google.comAdd option to ignore small pixel diffs for --validate...
2013-01-16 edisonn@google.com revert change 7218
2013-01-16 edisonn@google.comAdd option to ignore small pixel diffs for --validate...
2013-01-15 reed@google.comAdd VALIDATE_FAILURE_IS_A_TOOL_FAILURE to specify wheth...
2013-01-11 edisonn@google.comFix typo, report in validate diff teh value of the...
2013-01-07 reed@google.comfix warnings
2012-12-19 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-18 edisonn@google.comFlags for render_pictures: verify, clone and writeWhole...
2012-12-17 scroggo@google.comAllow setting a scaleFactor in bench_pictures (and...
2012-12-13 scroggo@google.comAllow bench_pictures to have its viewport set on the...
2012-11-07 scroggo@google.comAdd a new PictureRenderer that draws the picture then...
2012-11-07 scroggo@google.comAdd an option to render_pictures to rerecord the pictur...
2012-11-02 scroggo@google.comIn bench_pictures --multi, maintain thread local caches.
2012-10-26 borenet@google.comMake output path to render_pictures optional
2012-10-04 scroggo@google.comAdd the ability to provide function pointers to SkPictu...
2012-10-03 scroggo@google.comAllow render_pictures to render using multiple threads.
2012-10-02 caryclark@google.comfix return value for render_pictures
2012-10-02 caryclark@google.combuild iOS with 'make all'
2012-10-01 scroggo@google.comFix some bugs in our picture tools.
2012-09-20 borenet@google.comRemove automatic resizing in *_pictures
2012-09-20 scroggo@google.comIn render_pictures tiled rendering, draw a separate...
2012-09-19 borenet@google.comSkip empty directories and input files not ending in...
2012-09-17 borenet@google.comCheck for invalid SkPictures
2012-09-14 borenet@google.comEnable automatic rescaling in bench_pictures
2012-09-14 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-13 reed@google.comTo avoid running out of memory, we rescale very large...
2012-09-13 robertphillips@goo... Added GPU resource cache stats printing to render_pictures
2012-09-10 borenet@google.comAdd per-picture logging to render_pictures
2012-09-10 borenet@google.comFix render_pictures for skia_static_initializers=0
2012-09-07 scroggo@google.comReport data from bench_pictures in the same fashion...
2012-08-23 keyar@chromium.orgImplemented power of two tiling.
2012-08-21 keyar@chromium.orgImages are written by PictureRenderer and not render_pi...
2012-08-20 keyar@chromium.orgFixed up SK_SUPPORT_GPU flags.
2012-08-20 keyar@chromium.orgAdded the option to enable GPU rendering on render_...
2012-08-20 keyar@chromium.orgDirty commit so Brian can see changes.
2012-08-07 keyar@chromium.orgRefactored the bitmap creation into PictureRenderer.
2012-08-02 keyar@chromium.orgrender_pictures and bench_pictures now use a --mode...
2012-08-01 keyar@chromium.orgMerged bench_pictures and render_pictures rendering...
2012-07-27 keyar@chromium.orgAdded an option to specify the tiling size to render_pi...
2012-07-26 keyar@chromium.orgChanged to a class based method in passing around the...
2012-07-20 keyar@chromium.orgrender_pictures can now do tiling based rendering.
2012-07-16 keyar@chromium.orgAdded pipe as a rendering option for render_pictures.
2012-07-13 senorblanco@chromi... Mac build fix for Keyar. Unreviewed.
2012-07-13 keyar@chromium.orgPreparations for adding options and different render...
2012-07-09 keyar@chromium.orgAllow specific files and multiple inputs for picture...
2012-06-22 twiz@google.comRefactoring in preparation for adding the picture bench...
2012-06-12 junov@chromium.orgAdding the render_pictures test tool