aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Script to help cycle skia-autogenGravatar borenet@google.com2012-08-27
* Rebaseline for r5280.Gravatar bungeman@google.com2012-08-24
* Created to fix http://code.google.com/p/skia/issues/detail?id=817 : UpdateDox...Gravatar rmistry@google.com2012-08-24
* Updated options for test_picturs.py to match new option in render_pictures.Gravatar keyar@chromium.org2012-08-23
* Implemented power of two tiling.Gravatar keyar@chromium.org2012-08-23
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Changed how tiles are copied to the master canvas.Gravatar keyar@chromium.org2012-08-23
* Fix bug in tools/sanitize_source_files.pyGravatar rmistry@google.com2012-08-23
* The script does the following:Gravatar rmistry@google.com2012-08-22