aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Reuse one canvas for every tile in bench_pictures (in single threaded mode).Gravatar scroggo@google.com2012-09-18
* Set DEFAULT_REPEATS to 1Gravatar borenet@google.com2012-09-17
* Check for invalid SkPicturesGravatar borenet@google.com2012-09-17
* Scale even smaller in bench_pictures to get things greenGravatar borenet@google.com2012-09-14
* 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
* Do not exit on failure to open logFileGravatar borenet@google.com2012-09-13
* 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 -logPerIter, -timers, and -min to bench_pictures.Gravatar scroggo@google.com2012-09-11
* Baseline DirectWrite.Gravatar bungeman@google.com2012-09-11
* Init graphics in bench_pictures.Gravatar scroggo@google.com2012-09-10
* Fix ordering of initializer list to fix compiler complaints.Gravatar rileya@google.com2012-09-10
* 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
* download_baselines: allow user to select which builder's images to downloadGravatar epoger@google.com2012-09-07
* Report data from bench_pictures in the same fashion as bench.Gravatar scroggo@google.com2012-09-07
* Fixed Windows compiler complaints (esp. in debugger)Gravatar robertphillips@google.com2012-09-06
* Shut up some Mac (xcode 3) warningsGravatar bsalomon@google.com2012-09-05
* Fix windows build of tools.Gravatar scroggo@google.com2012-08-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-08-31
* Rename my DeferredPipeController to not conflict with the other.Gravatar scroggo@google.com2012-08-31
* Perform multi core rendering in bench_pictures.Gravatar scroggo@google.com2012-08-31
* add --dump-ops option to pinspect, which will invoke SkDumpCanvas on the pict...Gravatar reed@google.com2012-08-31
* Adding checkboxes to skdiff output so a user can select a subset of images to...Gravatar jkleinert@google.com2012-08-30
* Fix uninitialized values in bench_pictures' tiled renderer.Gravatar rileya@google.com2012-08-29
* Change picture record benchmark to include begin/end record in timings and ma...Gravatar rileya@google.com2012-08-28
* Move gm baselines from trunk/gm to gm-expectedGravatar borenet@google.com2012-08-28
* Added second "truncated" cpu/wall timer to benchGravatar robertphillips@google.com2012-08-28