1. 164052e Create a common utility for finding and running binaries in out/ by commit-bot@chromium.org · 11 years ago
  2. 4b5ad7f remove tools/test_rendering.py and tools/test_pictures.py by commit-bot@chromium.org · 11 years ago
  3. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 11 years ago
  4. 0ed9002 add_codereview_message script to append messages to a CL by commit-bot@chromium.org · 11 years ago
  5. 5fbccb3 Suppress new valgrind complaint by robertphillips@google.com · 11 years ago
  6. f296eac Remove nvpr bench_pictures_cfg by commit-bot@chromium.org · 11 years ago
  7. 06cd6c1 Add the NOTRY command on roll_deps.py by commit-bot@chromium.org · 11 years ago
  8. 17bb951 roll_deps.py: Make default_bots_list a module-level variable by borenet@google.com · 11 years ago
  9. 788a5f0 Explain empty report in compare_codereview.py. by commit-bot@chromium.org · 11 years ago
  10. 9e63883 Add a suppressions file for leak sanitizer. by commit-bot@chromium.org · 11 years ago
  11. 5a064e3 Remove more unnamed namespace usages. by tfarina@chromium.org · 11 years ago
  12. 517c1e2 Chromium Codereview Comparison Script. by commit-bot@chromium.org · 11 years ago
  13. 34f47f9 Add reviewers to roll_deps.py, remove linux_heapcheck bot by commit-bot@chromium.org · 11 years ago
  14. 240196d Make tools/submit_try safer by commit-bot@chromium.org · 11 years ago
  15. 6a18079 Use MACOSX_DEPLOYMENT_TARGET instead of SDKROOT. by commit-bot@chromium.org · 11 years ago
  16. c3147c6 render_pictures: adjust unittests to show specific failures by commit-bot@chromium.org · 11 years ago
  17. 238771c [try 2] skpmaker: make the SKP more graphically interesting (add a border) by commit-bot@chromium.org · 11 years ago
  18. 7e1a31d Revert of skpmaker: make the SKP slightly more interesting (add a border) (https://codereview.chromium.org/137993008/) by commit-bot@chromium.org · 11 years ago
  19. a3b0c4f skpmaker: make the SKP slightly more interesting (add a border) by commit-bot@chromium.org · 11 years ago
  20. 17cc3ea When a picture lies about its size (i.e., claims to be 100x100 but only ever draws to 90x100) arbitrary pixel differences can appear in the undrawn portion. This is causing spurious differences to appear in the 8888 vs. gpu telemetry results. by commit-bot@chromium.org · 11 years ago
  21. 9f8e282 submit_try: Obtain the list of trybots from the checked-in slaves.cfg by commit-bot@chromium.org · 11 years ago
  22. a6d46cb Add default_msaa16 and nvpr configs to bench_pictures.cfg by commit-bot@chromium.org · 11 years ago
  23. 1a5e83a Use git_cl.Changelist.GetUpstreamBranch() for diff in submit_try by borenet@google.com · 11 years ago
  24. 30d4f83 deprecate tools/test_rendering.py and tools/test_pictures.py by commit-bot@chromium.org · 11 years ago
  25. a858223 Add no-op NULL picture to bench_record. by commit-bot@chromium.org · 11 years ago
  26. 15ac322 Add bench_record. by commit-bot@chromium.org · 11 years ago
  27. 4d5e136 Fixes to roll_deps for the bots by borenet@google.com · 11 years ago
  28. 6f0f5b4 Remove references to Skia's SVN repository by borenet@google.com · 11 years ago
  29. 8c5d2c1 Changes to roll_deps.py by halcanary@google.com · 11 years ago
  30. d4ba6e7 submit_try: create the diff file using git, rather than relying on trychange.py by borenet@google.com · 11 years ago
  31. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  32. 11f1562 add unittest for render_pictures binary by commit-bot@chromium.org · 11 years ago
  33. 31fdb92 DEPS roll script by halcanary@google.com · 11 years ago
  34. 11e10e3 Patch for Windows compilation errors from r12916 by robertphillips@google.com · 11 years ago
  35. 6ab9673 Support mesa config in render_pictures. by rmistry@google.com · 11 years ago
  36. 91e3ffd These strings are unused. by commit-bot@chromium.org · 11 years ago
  37. c735598 take 2: create simple 'skpmaker' tool to generate SKP files for testing by commit-bot@chromium.org · 11 years ago
  38. 5ccdf01 Revert of https://codereview.chromium.org/108343006/ by commit-bot@chromium.org · 11 years ago
  39. dbd8379 create simple 'skpmaker' tool to generate SKP files for testing by commit-bot@chromium.org · 11 years ago
  40. 261c666 Make tests output spin on the same line by default. by commit-bot@chromium.org · 11 years ago
  41. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  42. 9de35eb Adds non-1 scalar to config names. by commit-bot@chromium.org · 11 years ago
  43. 40fbcae Change bench_pictures configs by borenet@google.com · 11 years ago
  44. 9e8f88b create tools/tests/run_all.py to run all our Python self-tests within tools by commit-bot@chromium.org · 11 years ago
  45. 4fa237f Yet another round of valgrind suppressions by robertphillips@google.com · 11 years ago
  46. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  47. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  48. 45e01c3 Suppress questionable gpu errors by robertphillips@google.com · 11 years ago
  49. 94d8f1e Update bench pictures to time image decode & upload costs by robertphillips@google.com · 11 years ago
  50. 3b85deb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  51. e15b2f5 move SkScalarLog2 into its only client, in a move to reduce our public API surface area by reed@google.com · 11 years ago
  52. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  53. bf8ba65 Add Win8 bots to rebaseline.py, add baselines for Win8 by commit-bot@chromium.org · 11 years ago
  54. 090601c Make bench_pictures' timing more GPU friendly by robertphillips@google.com · 11 years ago
  55. a3f882c render_pictures: add --writeJsonSummaryPath by commit-bot@chromium.org · 11 years ago
  56. 2cce3df The default size of mask canvas is not appropriate. its height is too small: 150, while its width is 300. As a result, for non-alphaMask canvas who doesn't update the mask canvas size, this tool just magnify the upper part of 'Expected Image' as well as 'Actual Image' when user open view.html to show skpdiff_output.json in browser for many cases. The other part can't be shown because it is out of the mask canvas. This CL update non-alphaMask canvas size according to baseline canvas for each case, then the tool can magnify anywhere you want for the whole image when you click and move mouse on the mask canvas. by commit-bot@chromium.org · 11 years ago
  57. edd370f Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef by halcanary@google.com · 11 years ago
  58. bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
  59. aad7e0b Add more valgrind suppressions by robertphillips@google.com · 11 years ago
  60. ffb68f6 Generalize valgrind suppressions & a 2 more by robertphillips@google.com · 11 years ago
  61. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  62. 28ea0b2 Update valgrind suppressions for new driver by robertphillips@google.com · 11 years ago
  63. f78cdb4 Force linking for skhello. by scroggo@google.com · 11 years ago
  64. 4b897fa Add some debugging to buildbot_globals, sort the trybot list by borenet@google.com · 11 years ago
  65. 6fcb0cd Revert of https://codereview.chromium.org/85343004/ by commit-bot@chromium.org · 11 years ago
  66. 9df6215 Temporary changes to test one-click revert. by commit-bot@chromium.org · 11 years ago
  67. 32f40ee Remove mutex around image decoding in skpdiff. by commit-bot@chromium.org · 11 years ago
  68. 591469b rebaseline_server: clean up thread locks by epoger@google.com · 11 years ago
  69. c32ce49 Remove unused kMaxPOI. by commit-bot@chromium.org · 11 years ago
  70. da4d7cf Remove unnecessary includes. by commit-bot@chromium.org · 11 years ago
  71. a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
  72. cb3b615 Address some more valgrind issues by robertphillips@google.com · 11 years ago
  73. efc51b7 fix multithread related crashes in skpdiff by djsollen@google.com · 11 years ago
  74. 086364b Changes to make SkPDiff more robost. by scroggo@google.com · 11 years ago
  75. d6bea60 Silence another valgrind leak by robertphillips@google.com · 11 years ago
  76. 6acc8f4 Add another FontConfig suppression to valgrind suppressions by robertphillips@google.com · 11 years ago
  77. 43a3852 Specify --patchlevel 0 to trychange.py by borenet@google.com · 11 years ago
  78. 2761b30 fix broken build on mac due to compiler warning by djsollen@google.com · 11 years ago
  79. 513a7bf update skpdiff visualization (image magnification with alpha mask) by djsollen@google.com · 11 years ago
  80. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  81. bc0dbdc svndiff for the windows by bsalomon@google.com · 11 years ago
  82. 4a28f59 Changes bench_graph_svg.py test to check_bench_regressions.py test; deletes deprecated chunks in syn_bucket_subdir. by bensong@google.com · 11 years ago
  83. 5187c43 More work to integrate skimage with rebaseline tools. by scroggo@google.com · 11 years ago
  84. cbbf1ca add initial support ofr multi-threaded execution by djsollen@google.com · 11 years ago
  85. 46484ec Add --add-ignored option to rebaseline.py by bsalomon@google.com · 11 years ago
  86. 1e391b5 Update skpdiff to include a name with each file. by djsollen@google.com · 11 years ago
  87. 36c5bdb Truly ignore failures in skimage. by scroggo@google.com · 11 years ago
  88. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  89. e209a70 Suppresses failing test due to change of bench_graph_svg. Will fix later. by bensong@google.com · 11 years ago
  90. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  91. 04b57f8 Runtime configuration setting for suppressing JPEG decoder errors. by halcanary@google.com · 11 years ago
  92. 5e00989 Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. by commit-bot@chromium.org · 11 years ago
  93. 16b2dd0 Add stdio include to skdiff_image. by bungeman@google.com · 11 years ago
  94. 8ec502b Add valgrind suppressions for driver bugs by robertphillips@google.com · 11 years ago
  95. d23e683 Add ability to rebaseline skimage to rebaseline.py by scroggo@google.com · 11 years ago
  96. 1b440d1 Add leak to valgrind.supp by robertphillips@google.com · 11 years ago
  97. cc5fd0a Use the modified path, not the original path for the platform prefix. by bungeman@google.com · 11 years ago
  98. dac4a1d Allow sampling GIF images during decode. by commit-bot@chromium.org · 11 years ago
  99. 6187abe Update valgrind suppressions by robertphillips@google.com · 11 years ago
  100. 9f3b0e4 skia/trunk changes for generic sanitizer gyp flag. by mtklein@google.com · 11 years ago