aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Expand)AuthorAge
* change SkDrawFilter::filter to return a bool, where false means don't-drawGravatar reed@google.com2012-11-26
* Fix a memory leak in skdiff that happens when theGravatar scroggo@google.com2012-11-19
* Update filter tool to allow input directory.Gravatar djsollen@google.com2012-11-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-12
* Add a self-test for gm, similar to our self-test for skdiff.Gravatar epoger@google.com2012-11-12
* Update filter tool to handle PNG encoded SkBitmapsGravatar robertphillips@google.com2012-11-12
* Add Git support to the simple rebaseline tool. Do SVN commands only in an sv...Gravatar senorblanco@chromium.org2012-11-07
* 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
* Add low blur and AAClip options to picture bench.Gravatar caryclark@google.com2012-11-07
* include SkPaint.hGravatar reed@google.com2012-11-06
* leading character accidentally deleted on mergeGravatar caryclark@google.com2012-11-06
* add draw filter option to picture_benchGravatar caryclark@google.com2012-11-06
* Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb...Gravatar junov@chromium.org2012-11-06
* Fix the PictureRecord step of BenchPictures.Gravatar djsollen@google.com2012-11-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-06
* Make bench_pictures output a meaningful config name.Gravatar scroggo@google.com2012-11-02
* In bench_pictures --multi, maintain thread local caches.Gravatar scroggo@google.com2012-11-02
* Fixing crash in render_pictures. Uninitialized member in PictureRendererGravatar junov@chromium.org2012-11-02
* Adding rtree support to the bench_pictures utilityGravatar junov@chromium.org2012-11-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-02
* Support render_pdfs in iOS too (add tool_main()).Gravatar edisonn@google.com2012-11-01
* Add utility to convert skp files to pdf files. Code compatible with render_p...Gravatar edisonn@google.com2012-11-01
* Simple rebaseline tool: Add support for ANGLE, DirectWrite builders.Gravatar senorblanco@chromium.org2012-10-30
* First stab at a simple rebaseline script.Gravatar senorblanco@chromium.org2012-10-29
* Make output path to render_pictures optionalGravatar borenet@google.com2012-10-26
* Correctly set width & height in filtered SkPicturesGravatar robertphillips@google.com2012-10-25
* Make filter tool actually filter the read in SkPictureGravatar robertphillips@google.com2012-10-24
* Added ability to extract SkBitmaps to filter toolGravatar robertphillips@google.com2012-10-19
* Fix a warning.Gravatar scroggo@google.com2012-10-11
* Build Skia as a static libraryGravatar borenet@google.com2012-10-10
* Add an SKP to PDF rendered. test_pdfs.py will be hooked up in buildbot testin...Gravatar edisonn@google.com2012-10-10
* Refactor test_pictures so we can add test_pdfs without code duplication. Gravatar edisonn@google.com2012-10-10
* fix filter for iosGravatar caryclark@google.com2012-10-09
* Remove unnecessary function declaration.Gravatar tfarina@chromium.org2012-10-08
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* Created filter command line toolGravatar robertphillips@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
* Pinspect and bench_pictures are crashing when invoked with no arguments.Gravatar fmalita@google.com2012-09-27
* Fix update-doxygen (again)Gravatar borenet@google.com2012-09-26
* Fix update-doxygen, which fails when skia-autogen is resetGravatar borenet@google.com2012-09-26
* Remove unused includes from skhello tool.Gravatar tfarina@chromium.org2012-09-25
* Fix a warning in PictureBenchmark.Gravatar scroggo@google.com2012-09-25
* 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
* In bench_pictures, use a pool of tiles for multicore drawing.Gravatar scroggo@google.com2012-09-20
* Skip empty directories and input files not ending in .skp in *_picturesGravatar borenet@google.com2012-09-19