1. 2fd0979 Turn --timeIndividualTiles back on in bench_pictures by borenet@google.com · 12 years ago
  2. ae68392 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  3. 7374355 Improved compartmentalization of filter tool's optimizations & add new optimization by robertphillips@google.com · 12 years ago
  4. 69b50e3 Fix master IP in submit_try by borenet@google.com · 12 years ago
  5. 5b7bac5 Change comment to avoid warning (don't end line comment with '\'). by bungeman@google.com · 12 years ago
  6. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  7. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 12 years ago
  8. 08085f8 Change the method for timing individual tiles in bench_pictures. by scroggo@google.com · 12 years ago
  9. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  10. a5d621f Manually parse arguments in submit_try by borenet@google.com · 12 years ago
  11. 647ca8b Leave one and only one newline at the end of source files by rmistry@google.com · 12 years ago
  12. 6c55b51 Modify submit_try to work on windows by borenet@google.com · 12 years ago
  13. 6b5388e Replace gcl_try with submit_try by borenet@google.com · 12 years ago
  14. da7cb28 Add wrapper for "gcl try" by borenet@google.com · 12 years ago
  15. d3c208c Patch for r7304. Add string in bench_pictures_main's gFilterTypes for oval filter type. by jvanverth@google.com · 12 years ago
  16. 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. 100b1c5 Fixing expression logic from r7237/r7234 TBR=borenet by junov@chromium.org · 12 years ago
  18. 914a2f2 Compiler warning fixes for r7235 by robertphillips@google.com · 12 years ago
  19. 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago
  20. ca1b3ff Add option to ignore small pixel diffs for --validate. By default, right by edisonn@google.com · 12 years ago
  21. ddbd83a revert change 7218 by edisonn@google.com · 12 years ago
  22. d17c865 Add option to ignore small pixel diffs for --validate. By default, right now we will default to max diff of 256, which means that for now we report all pixels that are not as expected and we do not error out. Ideally we will decrease the value of max diff to something that does not have visual impact, e.g. 10, then we will report small changes with the intensity under 10, but we will error out for anything larger. by edisonn@google.com · 12 years ago
  23. f14e4b0 Add VALIDATE_FAILURE_IS_A_TOOL_FAILURE to specify whether a failure in validation by reed@google.com · 12 years ago
  24. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  25. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  26. 96b17aa Turn off timeIndividualTiles by borenet@google.com · 12 years ago
  27. b00d670 Enable per-tile logging in bench_pictures by borenet@google.com · 12 years ago
  28. 4fa566b Add option to render PDFs to memory only. by edisonn@google.com · 12 years ago
  29. 01754bf Fix typo, report in validate diff teh value of the pixel, not the address of the pixel. by edisonn@google.com · 12 years ago
  30. 7492f4e $(SVN_VERSION) -> $SVN_VERSION in build-tot-chromium.sh by rmistry@google.com · 12 years ago
  31. 6b69cbf Script to checkout and build ToT chromium with ToT skia by rmistry@google.com · 12 years ago
  32. 89d15a2 fix warnings Review URL: https://codereview.appspot.com/7060053 by reed@google.com · 12 years ago
  33. f286329 fix warning in render pdf tool by humper@google.com · 12 years ago
  34. 9c4e5ac Cleaned up warnings in Windows build. by jvanverth@google.com · 12 years ago
  35. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  36. ee5a5ee * Extended skdiff to report alpha channel differences. by rmistry@google.com · 12 years ago
  37. 3aa3358 Add more warnings about https://code.google.com/p/skia/issues/detail?id=677 ('make tools/tests/run.sh work cross-platform') by epoger@google.com · 12 years ago
  38. 3af2b8d fix warnings: by mike@reedtribe.org · 12 years ago
  39. 8b95474 Tweak Android bench_pictures configs by borenet@google.com · 12 years ago
  40. a7d8e3e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. 84f548c Flags for render_pictures: verify, clone and writeWholeImage: by edisonn@google.com · 12 years ago
  42. 9afba74 Modify bench_pictures configs for Android by borenet@google.com · 12 years ago
  43. 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 12 years ago
  44. 82ec0b0 Allow setting a scaleFactor in bench_pictures (and render_pictures). by scroggo@google.com · 12 years ago
  45. 3b98bfd Address comments for r6822: https://codereview.appspot.com/6946052/ by borenet@google.com · 12 years ago
  46. ddf36e7 Fix bench_pictures.cfg and add sanity check by borenet@google.com · 12 years ago
  47. 8234e54 Only run bench_pictures once for debug builds by borenet@google.com · 12 years ago
  48. cbcef70 Provide an option to bench drawing individual tiles in bench_pictures. by scroggo@google.com · 12 years ago
  49. c4013c1 In the config name, report the viewport, if one is provided. by scroggo@google.com · 12 years ago
  50. c0d5e54 Allow bench_pictures to have its viewport set on the command line. by scroggo@google.com · 12 years ago
  51. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  52. 1558d68 Add bench_pictures config Review URL: https://codereview.appspot.com/6873073 by borenet@google.com · 12 years ago
  53. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. 5a34fd3 add '--mode clone' option to bench_pictures by reed@google.com · 12 years ago
  55. c1f224a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. d3d377f Update filter tool to write out paths to .cpp file by robertphillips@google.com · 12 years ago
  57. 0b6dc19 Rebaseline script: check for .git and .svn in the current directory as well. Add mesa to list of configs to update. by senorblanco@chromium.org · 12 years ago
  58. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  59. df6fe60 No longer generating 4444, remove from rebaseline tool. by bungeman@google.com · 12 years ago
  60. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  61. 128db20 Add newline at end of tools/skdiff_html.h to happify the housekeeping bot by epoger@google.com · 12 years ago
  62. e3c8ddf Update skdiff. https://codereview.appspot.com/6850115/ by bungeman@google.com · 12 years ago
  63. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  64. 123a0b5 rebaseline.py: Allow multiple testnames on the command line. by senorblanco@chromium.org · 12 years ago
  65. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  66. 971aca7 change SkDrawFilter::filter to return a bool, where false means don't-draw by reed@google.com · 12 years ago
  67. 4f65a77 Fix a memory leak in skdiff that happens when the by scroggo@google.com · 12 years ago
  68. a09e883 Update filter tool to allow input directory. by djsollen@google.com · 12 years ago
  69. 4349c31 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  70. a413a53 Add a self-test for gm, similar to our self-test for skdiff. by epoger@google.com · 12 years ago
  71. 4e4d75b Update filter tool to handle PNG encoded SkBitmaps by robertphillips@google.com · 12 years ago
  72. 79fc6fc Add Git support to the simple rebaseline tool. Do SVN commands only in an svn checkout. by senorblanco@chromium.org · 12 years ago
  73. 4a26d9d Add a new PictureRenderer that draws the picture then breaks up into tiles. by scroggo@google.com · 12 years ago
  74. a9e3a36 Add an option to render_pictures to rerecord the pictures with PNG encoded bitmaps. by scroggo@google.com · 12 years ago
  75. e3e940c Add low blur and AAClip options to picture bench. by caryclark@google.com · 12 years ago
  76. ea6a306 include SkPaint.h by reed@google.com · 12 years ago
  77. 411bb72 leading character accidentally deleted on merge by caryclark@google.com · 12 years ago
  78. a362237 add draw filter option to picture_bench by caryclark@google.com · 12 years ago
  79. 7b53706 Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playback. by junov@chromium.org · 12 years ago
  80. fd9720c Fix the PictureRecord step of BenchPictures. by djsollen@google.com · 12 years ago
  81. 1aa90cf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. 0a049b8 Make bench_pictures output a meaningful config name. by scroggo@google.com · 12 years ago
  83. a62da2f In bench_pictures --multi, maintain thread local caches. by scroggo@google.com · 12 years ago
  84. 50ff9bd Fixing crash in render_pictures. Uninitialized member in PictureRenderer by junov@chromium.org · 12 years ago
  85. 9313ca4 Adding rtree support to the bench_pictures utility by junov@chromium.org · 12 years ago
  86. 760f2d9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  87. 9cf5b28 Support render_pdfs in iOS too (add tool_main()). by edisonn@google.com · 12 years ago
  88. c319abe Add utility to convert skp files to pdf files. Code compatible with render_pictures_main.cpp. I could have refactored the code to avoid code duplication, but it does not seem right, and it will overcomplicate the code. by edisonn@google.com · 12 years ago
  89. 5682f21 Simple rebaseline tool: Add support for ANGLE, DirectWrite builders. by senorblanco@chromium.org · 12 years ago
  90. 782f3b4 First stab at a simple rebaseline script. by senorblanco@chromium.org · 12 years ago
  91. 070d354 Make output path to render_pictures optional by borenet@google.com · 12 years ago
  92. 831c726 Correctly set width & height in filtered SkPictures by robertphillips@google.com · 12 years ago
  93. 63f1127 Make filter tool actually filter the read in SkPicture by robertphillips@google.com · 12 years ago
  94. 801cee1 Added ability to extract SkBitmaps to filter tool by robertphillips@google.com · 12 years ago
  95. b8e404a Fix a warning. by scroggo@google.com · 12 years ago
  96. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  97. 2a827e8 Add an SKP to PDF rendered. test_pdfs.py will be hooked up in buildbot testing later. by edisonn@google.com · 12 years ago
  98. c2c4981 Refactor test_pictures so we can add test_pdfs without code duplication. by edisonn@google.com · 12 years ago
  99. 9598f42 fix filter for ios Review URL: https://codereview.appspot.com/6635047 by caryclark@google.com · 12 years ago
  100. a5b7cc0 Remove unnecessary function declaration. by tfarina@chromium.org · 12 years ago