1. f78cdb4 Force linking for skhello. by scroggo@google.com · 11 years ago
  2. 4b897fa Add some debugging to buildbot_globals, sort the trybot list by borenet@google.com · 11 years ago
  3. 6fcb0cd Revert of https://codereview.chromium.org/85343004/ by commit-bot@chromium.org · 11 years ago
  4. 9df6215 Temporary changes to test one-click revert. by commit-bot@chromium.org · 11 years ago
  5. 32f40ee Remove mutex around image decoding in skpdiff. by commit-bot@chromium.org · 11 years ago
  6. 591469b rebaseline_server: clean up thread locks by epoger@google.com · 11 years ago
  7. c32ce49 Remove unused kMaxPOI. by commit-bot@chromium.org · 11 years ago
  8. da4d7cf Remove unnecessary includes. by commit-bot@chromium.org · 11 years ago
  9. a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
  10. cb3b615 Address some more valgrind issues by robertphillips@google.com · 11 years ago
  11. efc51b7 fix multithread related crashes in skpdiff by djsollen@google.com · 11 years ago
  12. 086364b Changes to make SkPDiff more robost. by scroggo@google.com · 11 years ago
  13. d6bea60 Silence another valgrind leak by robertphillips@google.com · 11 years ago
  14. 6acc8f4 Add another FontConfig suppression to valgrind suppressions by robertphillips@google.com · 11 years ago
  15. 43a3852 Specify --patchlevel 0 to trychange.py by borenet@google.com · 11 years ago
  16. 2761b30 fix broken build on mac due to compiler warning by djsollen@google.com · 11 years ago
  17. 513a7bf update skpdiff visualization (image magnification with alpha mask) by djsollen@google.com · 11 years ago
  18. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  19. bc0dbdc svndiff for the windows by bsalomon@google.com · 11 years ago
  20. 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
  21. 5187c43 More work to integrate skimage with rebaseline tools. by scroggo@google.com · 11 years ago
  22. cbbf1ca add initial support ofr multi-threaded execution by djsollen@google.com · 11 years ago
  23. 46484ec Add --add-ignored option to rebaseline.py by bsalomon@google.com · 11 years ago
  24. 1e391b5 Update skpdiff to include a name with each file. by djsollen@google.com · 11 years ago
  25. 36c5bdb Truly ignore failures in skimage. by scroggo@google.com · 11 years ago
  26. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  27. e209a70 Suppresses failing test due to change of bench_graph_svg. Will fix later. by bensong@google.com · 11 years ago
  28. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  29. 04b57f8 Runtime configuration setting for suppressing JPEG decoder errors. by halcanary@google.com · 11 years ago
  30. 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
  31. 16b2dd0 Add stdio include to skdiff_image. by bungeman@google.com · 11 years ago
  32. 8ec502b Add valgrind suppressions for driver bugs by robertphillips@google.com · 11 years ago
  33. d23e683 Add ability to rebaseline skimage to rebaseline.py by scroggo@google.com · 11 years ago
  34. 1b440d1 Add leak to valgrind.supp by robertphillips@google.com · 11 years ago
  35. cc5fd0a Use the modified path, not the original path for the platform prefix. by bungeman@google.com · 11 years ago
  36. dac4a1d Allow sampling GIF images during decode. by commit-bot@chromium.org · 11 years ago
  37. 6187abe Update valgrind suppressions by robertphillips@google.com · 11 years ago
  38. 9f3b0e4 skia/trunk changes for generic sanitizer gyp flag. by mtklein@google.com · 11 years ago
  39. 575e82a Document how to get a specific revision when rebaselining. by bungeman@google.com · 11 years ago
  40. 3c8d9cb Make svndiff.py work on Windows and with svn 1.7. by bungeman@google.com · 11 years ago
  41. de09af3 In skimage, copy to 8888 if encoding fails. by scroggo@google.com · 11 years ago
  42. 64f031c revert unintentional checkin of svndiff.py by djsollen@google.com · 11 years ago
  43. d7df6b6 Rebaseline Android Xoom and Nexus10 by djsollen@google.com · 11 years ago
  44. d8854ad Fix iOS build of test_image_decoder by halcanary@google.com · 11 years ago
  45. fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 11 years ago
  46. 608ea65 Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 11 years ago
  47. 546f70c Fixes for decoding to A8. by commit-bot@chromium.org · 11 years ago
  48. 03e3e89 Add support to dump font cache texture for debug purposes by commit-bot@chromium.org · 11 years ago
  49. 8d23924 Add an option on SkImageDecoder to skip writing 0s. by scroggo@google.com · 11 years ago
  50. f9d134d Create HTTP-based GM results viewer. by epoger@google.com · 11 years ago
  51. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  52. defc487 gm: add --ignoreTests flag BUG=skia:1600 R=scroggo@google.com by epoger@google.com · 11 years ago
  53. bfc0d6b Add an option to rebaseline.py to mark tests as ignore-failure. by senorblanco@chromium.org · 11 years ago
  54. 6d28e8d rebaseline.py: make builder names copy-pastable from --help output by epoger@google.com · 11 years ago
  55. 1cf02a8 Enable msaa4 on Nexus 4 in bench_pictures by borenet@google.com · 11 years ago
  56. b6e915d Add --from-trybot flag in rebaseline.py to enable rebaselining from trybots by borenet@google.com · 11 years ago
  57. 1fb04e2 add a way to get code coverage by mtklein@google.com · 11 years ago
  58. bfe9167 Add README file so git will create empty dir BUG=skia:1613 (SkipBuildbotRuns) by epoger@google.com · 11 years ago
  59. 7aa8044 Ignore the .git directory in sanitize_source_files, remove .git directory... by borenet@google.com · 11 years ago
  60. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  61. a5ed2ae Fix for r11156 by borenet@google.com · 11 years ago
  62. aa84ac3 Add viewport CPU and GPU bench_pictures configs by borenet@google.com · 11 years ago
  63. 80f9cf1 rebaseline.py: add bug-filing URL to error message by epoger@google.com · 11 years ago
  64. 7f5f6e6 Revert r11102 (mistakenly committed) by epoger@google.com · 11 years ago
  65. e5ee52e whitespace-only fix to manually-modified GM expectations by epoger@google.com · 11 years ago
  66. d73531a svndiff.py: properly handle empty expectations dictionary by epoger@google.com · 11 years ago
  67. c206dfc Add forgotten file from https://code.google.com/p/skia/source/detail?r=11063 by epoger@google.com · 11 years ago
  68. 93acfd2 rebaseline.py: fix --add-new when there are no expectations at all by epoger@google.com · 11 years ago
  69. 06e626d rebaseline.py: add --bugs and --unreviewed flags by epoger@google.com · 11 years ago
  70. 3e3cdad Fix rtree bench by sglez@google.com · 11 years ago
  71. ffb71f2 Fix rtree tests build error by sglez@google.com · 11 years ago
  72. 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 11 years ago
  73. a6f37e7 Add ShouldSkip variant that can read a --match flag directly. by commit-bot@chromium.org · 11 years ago
  74. 9f6c23e Stop running bench_pictures with msaa4 on Galaxy Nexus by borenet@google.com · 11 years ago
  75. 8209b18 rebaseline.py self-test: validate that unknown fields are maintained by epoger@google.com · 11 years ago
  76. 3f0a108 Remove temporary workaround TODOs from tools/tests/run.sh by epoger@google.com · 11 years ago
  77. cd7a73c Test decoders when hasLength returns false. by scroggo@google.com · 11 years ago
  78. 6241754 bbh_shootout: Move bitmap rendering out of the timing codepath. by commit-bot@chromium.org · 11 years ago
  79. a99aba7 Remove less then useful configs from bench_pictures runs by robertphillips@google.com · 11 years ago
  80. 44f165f temporarily hard-code builder list in rebaseline.py, for quick startup by epoger@google.com · 11 years ago
  81. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  82. c192aa4 Update references to buildbot globals deprecated by r10856 by epoger@google.com · 11 years ago
  83. fd04011 Remove base-* directories from gm expected/actual paths; just use platform names by epoger@google.com · 11 years ago
  84. 2e915b3 Add correctness test to bbh_shootout. by commit-bot@chromium.org · 11 years ago
  85. fe87fb8 fix path issues on mac and win for skpdiff_server.py by commit-bot@chromium.org · 11 years ago
  86. 8e6b7c3 Delete compare_baselines.py and download_baselines.py ; we use rebaseline.py now by epoger@google.com · 11 years ago
  87. 065224d Add Android config for Intel RHB by borenet@google.com · 11 years ago
  88. 74c5ab1 add ui for mutli-rebaselining by zachr@google.com · 11 years ago
  89. 6f8e2c5 download and rebaseline images using server by zachr@google.com · 11 years ago
  90. 6d99de1 Add config option to skimage. by scroggo@google.com · 11 years ago
  91. e339eb0 Do not fail skimage on missing expectations. by scroggo@google.com · 11 years ago
  92. 2a192a8 Delete image-based rebaselining tool; we have switched to checksums by epoger@google.com · 11 years ago
  93. 65e508d Restore a default timer to bench_pictures. by scroggo@google.com · 11 years ago
  94. a479aa1 fix skpdiff viewer bug when using relative paths by zachr@google.com · 11 years ago
  95. 74f96b9 Added 3-color gradient scraper for detecting symmetrical gradients. by commit-bot@chromium.org · 11 years ago
  96. 55fd612 Committed: http://code.google.com/p/skia/source/detail?r=10372 by commit-bot@chromium.org · 11 years ago
  97. 0abbff9 Fix metrics on Windows. by bungeman@google.com · 11 years ago
  98. 785ef5d process gm expectation violations by zachr@google.com · 11 years ago
  99. 0f48ee0 add more stats to the bitmap matrix locator by humper@google.com · 11 years ago
  100. 68f2a0d This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. by bsalomon@google.com · 11 years ago