1. 6bc8cf8 Fix windows build of tools. by scroggo@google.com · 12 years ago
  2. 11f8692 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  3. 8e073ba Rename my DeferredPipeController to not conflict with the other. by scroggo@google.com · 12 years ago
  4. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
  5. b1d47e2 add --dump-ops option to pinspect, which will invoke SkDumpCanvas on the picture(s) by reed@google.com · 12 years ago
  6. ed01f12 Adding checkboxes to skdiff output so a user can select a subset of images to rebaseline. by jkleinert@google.com · 12 years ago
  7. b947b91 Fix uninitialized values in bench_pictures' tiled renderer. by rileya@google.com · 12 years ago
  8. edfbff6 Change picture record benchmark to include begin/end record in timings and make the source picture draw itself into record canvas, so it records the draws instead of directly copying the picture. by rileya@google.com · 12 years ago
  9. 3578eb7 Move gm baselines from trunk/gm to gm-expected by borenet@google.com · 12 years ago
  10. 91ee3a1 Added second "truncated" cpu/wall timer to bench by robertphillips@google.com · 12 years ago
  11. 405ebbc Script to help cycle skia-autogen by borenet@google.com · 12 years ago
  12. 6e59e49 Rebaseline for r5280. by bungeman@google.com · 12 years ago
  13. 0032407 Created to fix http://code.google.com/p/skia/issues/detail?id=817 : UpdateDoxygen step does not fail when Doxygen step fails. by rmistry@google.com · 12 years ago
  14. e599ab7 Updated options for test_picturs.py to match new option in render_pictures. by keyar@chromium.org · 12 years ago
  15. f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
  16. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  17. ea82695 Changed how tiles are copied to the master canvas. by keyar@chromium.org · 12 years ago
  18. 3de7b21 Fix bug in tools/sanitize_source_files.py by rmistry@google.com · 12 years ago
  19. b1faddf The script does the following: by rmistry@google.com · 12 years ago
  20. 9299ede Images are written by PictureRenderer and not render_pictures_main. by keyar@chromium.org · 12 years ago
  21. db9a5fb Benchmark results will now print to STDOUT if on not-Android. by keyar@chromium.org · 12 years ago
  22. da652c2 Removed the TileInfo struct used in TiledPictureRenderer. by keyar@chromium.org · 12 years ago
  23. b3fb7c1 Added copyright notice to PictureRenderer.cpp by keyar@chromium.org · 12 years ago
  24. f0fed9f test_pictures.py will now look for render_pictures.exe and skdiff.exe by keyar@chromium.org · 12 years ago
  25. 28136b3 flush() and glFinish() are now in the timed area of rendering. by keyar@chromium.org · 12 years ago
  26. a40c20d Fixed up SK_SUPPORT_GPU flags. by keyar@chromium.org · 12 years ago
  27. 378c97f Deleted timer for record and unflatten benchmarks. by keyar@chromium.org · 12 years ago
  28. bffacc0 Added some assertions. by keyar@chromium.org · 12 years ago
  29. c81686c Added the option to enable GPU rendering on render_ and bench_pictures. by keyar@chromium.org · 12 years ago
  30. 6cb110b Remove fBitmap delete. Tile bitmaps are no longer kept around. by keyar@chromium.org · 12 years ago
  31. 275be53 The tiles are properly reset. by keyar@chromium.org · 12 years ago
  32. a474ce3 TiledPictureRenderer now has tiles accelerated when appropiate. by keyar@chromium.org · 12 years ago
  33. 941844b Changed new and delete to SkNEW* and SkDELETE as appropriate. by keyar@chromium.org · 12 years ago
  34. f8a513f resetState is called between every benchmark run. by keyar@chromium.org · 12 years ago
  35. 77a5522 State reset and gpu timers added. by keyar@chromium.org · 12 years ago
  36. 78a35c5 Changed to Yoda style comparisons where appropriate. by keyar@chromium.org · 12 years ago
  37. fe6391a Have GPU based approach workingish. by keyar@chromium.org · 12 years ago
  38. 02dfb12 Minor whitespace change. by keyar@chromium.org · 12 years ago
  39. 0612564 The GrContext and the GrFactoryContext are now kept around. by keyar@chromium.org · 12 years ago
  40. 4ea96c5 Dirty commit so Brian can see changes. by keyar@chromium.org · 12 years ago
  41. 71329d8 skdiff: recurse over subdirectories, unless --norecurse option is given by epoger@google.com · 12 years ago
  42. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
  43. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
  44. 21ecba8 skdiff: clean up isPathAbsolute check for Windows by epoger@google.com · 12 years ago
  45. 9d696c0 Refactored the bitmap creation into PictureRenderer. by keyar@chromium.org · 12 years ago
  46. 795cd47 render_pictures and bench_pictures now use a --mode parameter. by keyar@chromium.org · 12 years ago
  47. 163b567 Merged bench_pictures and render_pictures rendering methods. by keyar@chromium.org · 12 years ago
  48. f1478f8 Fix skdiff when using windows path that begins with a drive letter by bsalomon@google.com · 12 years ago
  49. cc6e5ef Added an option to specify the tiling size to render_pictures. by keyar@chromium.org · 12 years ago
  50. 4a6ba46 Update list of platforms to rebaseline by epoger@google.com · 12 years ago
  51. fc91dc7 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  52. 451bb9f Changed to a class based method in passing around the rendering method for render_pictures. by keyar@chromium.org · 12 years ago
  53. 472b379 render_pictures can now do tiling based rendering. by keyar@chromium.org · 12 years ago
  54. 3af4ff4 skdiff output: indicate which result types would cause failure by epoger@google.com · 12 years ago
  55. 855cd7a Update download_baselines.py by borenet@google.com · 12 years ago
  56. a8a977a Update docs and trunk dirs if they exist overriding any local merge conflicts. by rmistry@google.com · 12 years ago
  57. 21e3ed2 bench_pictures now has an option for benchmarking record time. by keyar@chromium.org · 12 years ago
  58. 2865988 skdiff: cap return value at 255 to avoid automatic 'wrapping' (%256) of return value by epoger@google.com · 12 years ago
  59. a2333d9 Added pipe as a rendering option for render_pictures. by keyar@chromium.org · 12 years ago
  60. dfbf24e skdiff: replace --failonmismatches with repeatable --failonresult option by epoger@google.com · 12 years ago
  61. 3cbbb54 Mac build fix for Keyar. Unreviewed. by senorblanco@chromium.org · 12 years ago
  62. 1cbd47c Preparations for adding options and different render types to render_pictures. by keyar@chromium.org · 12 years ago
  63. 3e8483e Benchmark tiling now better reflects how it is done in Chrome. by keyar@chromium.org · 12 years ago
  64. c665832 update-doxygen.sh: update local copy of workspace rather than checking it out fresh every time by epoger@google.com · 12 years ago
  65. b5e30ab Changed cmsecs to msecs to be consistent with bench. by keyar@chromium.org · 12 years ago
  66. 4916971 Added a benchmark for measuring picture unflattening time. by keyar@chromium.org · 12 years ago
  67. 70044cc rename NO_ERROR to kNoError, because Windows defines a NO_ERROR macro elsewhere by epoger@google.com · 12 years ago
  68. 46a4596 skdiff: add --failonmismatches and --listfilename options, plus cleanup by epoger@google.com · 12 years ago
  69. a4091ba Each benchmark that needs a bitmap will now make its own. by keyar@chromium.org · 12 years ago
  70. 0665f25 bench_pictures can now take percentages for tiling width and height.Review URL: https://codereview.appspot.com/6354074 by keyar@chromium.org · 12 years ago
  71. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  72. 2724ae0 bench_pictures will now output the number of tiles for a tiled benchmark. by keyar@chromium.org · 12 years ago
  73. a631819 skdiff now has the option to not print out the directories it is using. by keyar@chromium.org · 12 years ago
  74. bcf0c52 * Adding arguments to specify the working directory and whether the script should try to commit at the end. by rmistry@google.com · 12 years ago
  75. 70b4222 Tiles that extend beyond the picture are now clipped. by keyar@chromium.org · 12 years ago
  76. cf6c44c Added a sgpipe benchmark. by keyar@chromium.org · 12 years ago
  77. d1dc920 Allow specific files and multiple inputs for picture testing tools. by keyar@chromium.org · 12 years ago
  78. c0961f5 Rebaseline MSAA16 AA clip images. We now enable MSAA when stencil clipping if the clip element is AA. by bsalomon@google.com · 12 years ago
  79. 28060e7 Improve sorting of skdiff output, and make it consistent across platforms by epoger@google.com · 12 years ago
  80. 006db0f land https://codereview.appspot.com/6349043/ by reed@google.com · 12 years ago
  81. da4af24 skdiff: no longer skip .pdf files by default by epoger@google.com · 12 years ago
  82. 6cf5303 by twiz@google.com · 12 years ago
  83. a31b8bb by twiz@google.com · 12 years ago
  84. 1bdf7fe tools/pinspect: quick tool to inspeact the header (and rough validity) of 1 or more picture files by reed@google.com · 12 years ago
  85. 777442d Adding the render_pictures test tool by junov@chromium.org · 12 years ago
  86. 3dd4591 fix warnings on Mac in miscellaneous files by caryclark@google.com · 12 years ago
  87. be6188d skdiff: return nonzero exit value if there are any mismatches by epoger@google.com · 12 years ago
  88. 76222c0 skdiff: internally track lists of ALL result types, not just baseMissing and comparisonMissing by epoger@google.com · 12 years ago
  89. 8e4e51d test-only: add test coverage of skdiff over input with identical bits or pixels by epoger@google.com · 12 years ago
  90. 6dbf6cd svndiff: report added and deleted files, not just modified files by epoger@google.com · 12 years ago
  91. 2e0a061 Add svndiff tool: runs skdiff over all pending changes in SVN checkout by epoger@google.com · 12 years ago
  92. 0f645b6 download_baselines.py : only set svn properties of files whose content has changed by epoger@google.com · 12 years ago
  93. 46256ea Add to skdiff: test images for bitwise equality before testing for pixel-wise equality by epoger@google.com · 12 years ago
  94. a611c3e Remove chromium mode from skdiff, because it is no longer actively used. by epoger@google.com · 12 years ago
  95. 90cb9b3 skdiff test-only change: add test of --nodiffs mode, make tests validate return value by epoger@google.com · 12 years ago
  96. a444352 test-only change: update run.sh and rearrange dirs to ease addition of more tests by epoger@google.com · 12 years ago
  97. b2aacb6 test-only changes: add more image files to test more skdiff behavior by epoger@google.com · 12 years ago
  98. 6600852 skdiff: only write out diff images that are included in index.html by epoger@google.com · 12 years ago
  99. 292aff6 Make skdiff use enumeration of result types instead of separate booleans for each result type. by epoger@google.com · 12 years ago
  100. a2b793c Add self-test for skdiff, and remove date/time from skdiff output so it passes. by epoger@google.com · 12 years ago