aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Expand)AuthorAge
...
* 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
* skdiff: recurse over subdirectories, unless --norecurse option is givenGravatar epoger@google.com2012-08-16
* Addressed Windows compiler complaintsGravatar robertphillips@google.com2012-08-15
* Clean up most clang warnings outside animator/Gravatar tomhudson@google.com2012-08-14
* skdiff: clean up isPathAbsolute check for WindowsGravatar epoger@google.com2012-08-08
* Refactored the bitmap creation into PictureRenderer.Gravatar keyar@chromium.org2012-08-07
* render_pictures and bench_pictures now use a --mode parameter.Gravatar keyar@chromium.org2012-08-02
* Merged bench_pictures and render_pictures rendering methods.Gravatar keyar@chromium.org2012-08-01
* Fix skdiff when using windows path that begins with a drive letterGravatar bsalomon@google.com2012-07-30
* Added an option to specify the tiling size to render_pictures.Gravatar keyar@chromium.org2012-07-27
* Update list of platforms to rebaselineGravatar epoger@google.com2012-07-27
* Windows compiler complaint cleanupGravatar robertphillips@google.com2012-07-26
* Changed to a class based method in passing around the rendering method for re...Gravatar keyar@chromium.org2012-07-26
* render_pictures can now do tiling based rendering.Gravatar keyar@chromium.org2012-07-20
* skdiff output: indicate which result types would cause failureGravatar epoger@google.com2012-07-19
* Update download_baselines.pyGravatar borenet@google.com2012-07-18
* Update docs and trunk dirs if they exist overriding any local merge conflicts.Gravatar rmistry@google.com2012-07-17
* bench_pictures now has an option for benchmarking record time.Gravatar keyar@chromium.org2012-07-16
* skdiff: cap return value at 255 to avoid automatic 'wrapping' (%256) of retur...Gravatar epoger@google.com2012-07-16
* Added pipe as a rendering option for render_pictures.Gravatar keyar@chromium.org2012-07-16
* skdiff: replace --failonmismatches with repeatable --failonresult optionGravatar epoger@google.com2012-07-13