1. 795cd47 render_pictures and bench_pictures now use a --mode parameter. by keyar@chromium.org · 12 years ago
  2. 163b567 Merged bench_pictures and render_pictures rendering methods. by keyar@chromium.org · 12 years ago
  3. f1478f8 Fix skdiff when using windows path that begins with a drive letter by bsalomon@google.com · 12 years ago
  4. cc6e5ef Added an option to specify the tiling size to render_pictures. by keyar@chromium.org · 12 years ago
  5. 4a6ba46 Update list of platforms to rebaseline by epoger@google.com · 12 years ago
  6. fc91dc7 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  7. 451bb9f Changed to a class based method in passing around the rendering method for render_pictures. by keyar@chromium.org · 12 years ago
  8. 472b379 render_pictures can now do tiling based rendering. by keyar@chromium.org · 12 years ago
  9. 3af4ff4 skdiff output: indicate which result types would cause failure by epoger@google.com · 12 years ago
  10. 855cd7a Update download_baselines.py by borenet@google.com · 12 years ago
  11. a8a977a Update docs and trunk dirs if they exist overriding any local merge conflicts. by rmistry@google.com · 12 years ago
  12. 21e3ed2 bench_pictures now has an option for benchmarking record time. by keyar@chromium.org · 12 years ago
  13. 2865988 skdiff: cap return value at 255 to avoid automatic 'wrapping' (%256) of return value by epoger@google.com · 12 years ago
  14. a2333d9 Added pipe as a rendering option for render_pictures. by keyar@chromium.org · 12 years ago
  15. dfbf24e skdiff: replace --failonmismatches with repeatable --failonresult option by epoger@google.com · 12 years ago
  16. 3cbbb54 Mac build fix for Keyar. Unreviewed. by senorblanco@chromium.org · 12 years ago
  17. 1cbd47c Preparations for adding options and different render types to render_pictures. by keyar@chromium.org · 12 years ago
  18. 3e8483e Benchmark tiling now better reflects how it is done in Chrome. by keyar@chromium.org · 12 years ago
  19. c665832 update-doxygen.sh: update local copy of workspace rather than checking it out fresh every time by epoger@google.com · 12 years ago
  20. b5e30ab Changed cmsecs to msecs to be consistent with bench. by keyar@chromium.org · 12 years ago
  21. 4916971 Added a benchmark for measuring picture unflattening time. by keyar@chromium.org · 12 years ago
  22. 70044cc rename NO_ERROR to kNoError, because Windows defines a NO_ERROR macro elsewhere by epoger@google.com · 12 years ago
  23. 46a4596 skdiff: add --failonmismatches and --listfilename options, plus cleanup by epoger@google.com · 12 years ago
  24. a4091ba Each benchmark that needs a bitmap will now make its own. by keyar@chromium.org · 12 years ago
  25. 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
  26. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  27. 2724ae0 bench_pictures will now output the number of tiles for a tiled benchmark. by keyar@chromium.org · 12 years ago
  28. a631819 skdiff now has the option to not print out the directories it is using. by keyar@chromium.org · 12 years ago
  29. 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
  30. 70b4222 Tiles that extend beyond the picture are now clipped. by keyar@chromium.org · 12 years ago
  31. cf6c44c Added a sgpipe benchmark. by keyar@chromium.org · 12 years ago
  32. d1dc920 Allow specific files and multiple inputs for picture testing tools. by keyar@chromium.org · 12 years ago
  33. 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
  34. 28060e7 Improve sorting of skdiff output, and make it consistent across platforms by epoger@google.com · 12 years ago
  35. 006db0f land https://codereview.appspot.com/6349043/ by reed@google.com · 12 years ago
  36. da4af24 skdiff: no longer skip .pdf files by default by epoger@google.com · 12 years ago
  37. 6cf5303 by twiz@google.com · 12 years ago
  38. a31b8bb by twiz@google.com · 12 years ago
  39. 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
  40. 777442d Adding the render_pictures test tool by junov@chromium.org · 12 years ago
  41. 3dd4591 fix warnings on Mac in miscellaneous files by caryclark@google.com · 12 years ago
  42. be6188d skdiff: return nonzero exit value if there are any mismatches by epoger@google.com · 12 years ago
  43. 76222c0 skdiff: internally track lists of ALL result types, not just baseMissing and comparisonMissing by epoger@google.com · 12 years ago
  44. 8e4e51d test-only: add test coverage of skdiff over input with identical bits or pixels by epoger@google.com · 12 years ago
  45. 6dbf6cd svndiff: report added and deleted files, not just modified files by epoger@google.com · 12 years ago
  46. 2e0a061 Add svndiff tool: runs skdiff over all pending changes in SVN checkout by epoger@google.com · 12 years ago
  47. 0f645b6 download_baselines.py : only set svn properties of files whose content has changed by epoger@google.com · 12 years ago
  48. 46256ea Add to skdiff: test images for bitwise equality before testing for pixel-wise equality by epoger@google.com · 12 years ago
  49. a611c3e Remove chromium mode from skdiff, because it is no longer actively used. by epoger@google.com · 12 years ago
  50. 90cb9b3 skdiff test-only change: add test of --nodiffs mode, make tests validate return value by epoger@google.com · 12 years ago
  51. a444352 test-only change: update run.sh and rearrange dirs to ease addition of more tests by epoger@google.com · 12 years ago
  52. b2aacb6 test-only changes: add more image files to test more skdiff behavior by epoger@google.com · 12 years ago
  53. 6600852 skdiff: only write out diff images that are included in index.html by epoger@google.com · 12 years ago
  54. 292aff6 Make skdiff use enumeration of result types instead of separate booleans for each result type. by epoger@google.com · 12 years ago
  55. a2b793c Add self-test for skdiff, and remove date/time from skdiff output so it passes. by epoger@google.com · 12 years ago
  56. 15b5167 Rename tests/images dir as tests/skdiff by epoger@google.com · 12 years ago
  57. 620c3b4 Images for testing skdiff tool by epoger@google.com · 12 years ago
  58. c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 12 years ago
  59. a5f406e Add new flags to skdiff by epoger@google.com · 12 years ago
  60. 494548b Land http://codereview.appspot.com/6117046/ for Guanqun.Lu@gmail.com by epoger@google.com · 12 years ago
  61. 1610a68 Make download_baselines.py download *all* platforms, if none are specified. by epoger@google.com · 12 years ago
  62. 70f8bfe rename compare-baselines.py and download-baselines.py using underscores instead of hyphens, as per python requirements by epoger@google.com · 12 years ago
  63. 01f7870 If skdiff encounters image size mismatch, do not display diff images by epoger@google.com · 12 years ago
  64. 5fd5385 landing patch from http://codereview.appspot.com/5874051/ by epoger@google.com · 12 years ago
  65. db12fee Improve default behavior of compare-baselines script. by epoger@google.com · 12 years ago
  66. 25d961c Make skdiff always generate white diffs alongside actual pixel diffs by epoger@google.com · 12 years ago
  67. afd87fe Delete download-baselines-old script, we don't need it anymore. by epoger@google.com · 12 years ago
  68. fc241ee Create compare-baselines tool to compare locally generated and checked-in GMs. by epoger@google.com · 12 years ago
  69. 20ad5ac Change download-baselines script to download images from skia-autogen SVN repo by epoger@google.com · 12 years ago
  70. d625655 Add --add-new-files option to download-baselines.py script by epoger@google.com · 13 years ago
  71. 27442af Add tool that downloads gm baseline images from the bots. by epoger@google.com · 13 years ago
  72. 338ef65 Make update-doxygen.sh upload docs to http://code.google.com/p/skia-autogen by epoger@google.com · 13 years ago
  73. b0c5e07 Create update-doxygen script that generates and uploads docs by epoger@google.com · 13 years ago
  74. 8b08c3e Make skdiff robust to image size differences: if the two image sizes differ, by tomhudson@google.com · 13 years ago
  75. 8e06dab Fix more VS2010 warnings. by bsalomon@google.com · 13 years ago
  76. 1a315fe Make skdiff paths work on windows by bsalomon@google.com · 13 years ago
  77. 9b540ce Move SkBitmap members of the skdiff DiffRecord to pointers so that they by tomhudson@google.com · 13 years ago
  78. 935d945 Script to automatically update copyright notices in C/C++ source code. by epoger@google.com · 13 years ago
  79. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  80. 7d04280 Extends skdiff to handle commands of the form by tomhudson@google.com · 13 years ago
  81. 4e30598 In skdiff, merge paths into the struct that holds the filename, to enable by tomhudson@google.com · 13 years ago
  82. 88a0e05 Fix signed/unsigned mismatch in rev 1553. by tomhudson@google.com · 13 years ago
  83. 9dc527b skdiff usability improvements: summary to stdout, -diff in output filenames, by tomhudson@google.com · 13 years ago
  84. 5b32529 Stores index.html in the output (diff) directory rather than in the current by tomhudson@google.com · 13 years ago
  85. 4b33d28 New 'skdiff' tool to compare two directories full of files, write diff images by tomhudson@google.com · 13 years ago
  86. fd9714e add png to makefile for linux by reed@android.com · 14 years ago
  87. 6413e79 add skhello for simple hello-world sample code by reed@android.com · 14 years ago
  88. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
  89. af45979 add skiamge (in tools/) that decodes and encodes images by reed@android.com · 15 years ago