aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Images are written by PictureRenderer and not render_pictures_main.Gravatar keyar@chromium.org2012-08-21
* Benchmark results will now print to STDOUT if on not-Android.Gravatar keyar@chromium.org2012-08-21
* Removed the TileInfo struct used in TiledPictureRenderer.Gravatar keyar@chromium.org2012-08-20
* Added copyright notice to PictureRenderer.cppGravatar keyar@chromium.org2012-08-20
* test_pictures.py will now look for render_pictures.exe and skdiff.exeGravatar keyar@chromium.org2012-08-20
* flush() and glFinish() are now in the timed area of rendering.Gravatar keyar@chromium.org2012-08-20
* Fixed up SK_SUPPORT_GPU flags.Gravatar keyar@chromium.org2012-08-20
* Deleted timer for record and unflatten benchmarks.Gravatar keyar@chromium.org2012-08-20
* Added some assertions.Gravatar keyar@chromium.org2012-08-20
* Added the option to enable GPU rendering on render_ and bench_pictures.Gravatar keyar@chromium.org2012-08-20
* Remove fBitmap delete. Tile bitmaps are no longer kept around.Gravatar keyar@chromium.org2012-08-20
* The tiles are properly reset.Gravatar keyar@chromium.org2012-08-20
* TiledPictureRenderer now has tiles accelerated when appropiate.Gravatar keyar@chromium.org2012-08-20
* Changed new and delete to SkNEW* and SkDELETE as appropriate.Gravatar keyar@chromium.org2012-08-20
* resetState is called between every benchmark run.Gravatar keyar@chromium.org2012-08-20
* State reset and gpu timers added.Gravatar keyar@chromium.org2012-08-20
* Changed to Yoda style comparisons where appropriate.Gravatar keyar@chromium.org2012-08-20
* Have GPU based approach workingish.Gravatar keyar@chromium.org2012-08-20
* Minor whitespace change.Gravatar keyar@chromium.org2012-08-20
* The GrContext and the GrFactoryContext are now kept around.Gravatar keyar@chromium.org2012-08-20
* Dirty commit so Brian can see changes.Gravatar keyar@chromium.org2012-08-20