1. d3f3e58 Revert of Add SkRacy (https://codereview.chromium.org/371363004/) by mtklein · 10 years ago
  2. d5e3e6a Add SkRacy by mtklein · 10 years ago
  3. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  4. e593044 Flesh out SkMatrix typemask suppressions. by mtklein · 10 years ago
  5. 875da80 Another suppression, this in SkMatrix caching the typemask. by mtklein · 10 years ago
  6. 6abc62c Suppress race to cache SkPathRef bounds. by mtklein · 10 years ago
  7. 6dd0491 Suppress getRefCnt() calls from SkImageFilter. by mtklein · 10 years ago
  8. ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
  9. 5e8a3c1 Suppress new TSAN warnings from DMQuiltTask. by mtklein · 10 years ago
  10. 0e3fac2 Gate CrashHandler with SK_CRASH_HANDLER. by mtklein · 10 years ago
  11. 4621788 gen_bench_expectations: use subprocess instead of shell_utils due to buildbot-side name collision by borenet · 10 years ago
  12. b26130a Fix RecreateSkps by borenet · 10 years ago
  13. 54f1ad8 rebaseline_server: use just skpdiff, not Python Image Library by epoger · 10 years ago
  14. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  15. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  16. 952841b Begin atlasing by robertphillips · 10 years ago
  17. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  18. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  19. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  20. a40239c Drop --clone from commands in skia repo. by Mike Klein · 10 years ago
  21. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  22. 4d1a364 Make SKP bench JSON ouput better by kelvinly · 10 years ago
  23. 20fb7c6 tools/git-sync-deps is a stand-alone program, not dependent on synced deps. by halcanary · 10 years ago
  24. 3da21d2 Whitespace fixes for Python tools by borenet · 10 years ago
  25. 61d04c4 Add valgrind supp for NV driver. by bsalomon · 10 years ago
  26. bb0ef0a Use new common tools in Python scripts by Eric Boren · 10 years ago
  27. 744fb73 Enable basic drawing with SkRecord-based pictures. by Mike Klein · 10 years ago
  28. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  29. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  30. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  31. 2010891 Add GYP target for sk_tool_utils.* component. by tfarina · 10 years ago
  32. 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
  33. 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
  34. 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
  35. 2983ff5 CrashHandler calls strsignal on linux by halcanary · 10 years ago
  36. 77a8396 undefok -> bool by mtklein · 10 years ago
  37. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  38. 3f73e8c CrashHandler for Windows. by mtklein · 10 years ago
  39. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  40. 4ea2661 No CrashHandler for NACL bots. by mtklein · 10 years ago
  41. 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 10 years ago
  42. f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago
  43. 12c2198 Remove dashing from gpu veto by egdaniel · 10 years ago
  44. e4097e3 Fix last pathops skp bug by caryclark · 10 years ago
  45. 2668617 Removes Record configs from buildbot bench_pictures runs. by bensong · 10 years ago
  46. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago
  47. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  48. dac1d17 Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. by caryclark · 10 years ago
  49. 90c471e Refine bench_record and bench_playback: by mtklein · 10 years ago
  50. 851eabe Minor cleanups in picture_utils header file. by tfarina · 10 years ago
  51. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  52. 055cf91 Delete unused path_utils.* component. by tfarina · 10 years ago
  53. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  54. da4ed32 Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin(). by tfarina · 10 years ago
  55. 3b94b78 Suppress libpoppler and its dependent liblcms in TSAN. by mtklein · 10 years ago
  56. 1c99ea8 Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename(). by tfarina · 10 years ago
  57. 8122027 Silence TSAN warnings about is_lcd_supported for now. by mtklein · 10 years ago
  58. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  59. 00dfb9e bench_record: No need for --flags if there are no RecordingFlags anymore. by mtklein · 10 years ago
  60. 89e8842 remove GM result-grooming tools that use skia-autogen by epoger · 10 years ago
  61. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  62. a8928b7 Add SkBarriers_tsan.h. by mtklein · 10 years ago
  63. b144271 reland "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 10 years ago
  64. 2e81e51 Fix submit_try by borenet · 10 years ago
  65. 77f68b6 Revert "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 10 years ago
  66. f466604 rebaseline_server: download actual-results.json files from GCS instead of SVN by epoger · 10 years ago
  67. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  68. 06fdc69 Added grid data to logging output by kelvinly · 10 years ago
  69. 59ef770 Revert of Try TSAN blacklist for SkGLContextHelper::init. (https://codereview.chromium.org/309823004/) by mtklein · 10 years ago
  70. ab2ec19 Try TSAN blacklist for SkGLContextHelper::init. by mtklein · 10 years ago
  71. a78ef79 Tweak TSAN suppressions. by mtklein · 10 years ago
  72. 8ff38cc use most innocuous characters possible within skimage output filenames by epoger · 10 years ago
  73. fc435a0 Revert of stop using brackets within skimage output filenames (https://codereview.chromium.org/303263012/) by epoger · 10 years ago
  74. f078924 stop using brackets within skimage output filenames by epoger · 10 years ago
  75. be7de4f Update TSAN suppressions. by mtklein · 10 years ago
  76. 9681eeb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  77. 37c772a Reland https://codereview.chromium.org/286903025 by commit-bot@chromium.org · 10 years ago
  78. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  79. cac02e5 Bench rebaseline from codereview: fix is_finished by commit-bot@chromium.org · 10 years ago
  80. e65a44a Bench Rebaseline from Codereview: separate out all_trybots_finished() by commit-bot@chromium.org · 10 years ago
  81. 93d7bb6 add a verbose flag to skdiff that shows the progress and status of by commit-bot@chromium.org · 10 years ago
  82. ea6cb91 Add script to rebaseline benches from codereview trybot results by commit-bot@chromium.org · 10 years ago
  83. 293a4b3 Revert of PictureBenchmark JSON logging (https://codereview.chromium.org/286903025/) by commit-bot@chromium.org · 10 years ago
  84. 3089004 Add JSON logging support to bench_pictures by adding a PictureResultsWriter class (in tools/PictureResultsWriter.h) to process logging information, using a very similar style as bench/ResultsWriter.h by commit-bot@chromium.org · 10 years ago
  85. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  86. ba7aedd Revert of Turn on preprocessing by default (https://codereview.chromium.org/299033002/) by commit-bot@chromium.org · 10 years ago
  87. 0df2e8d Turn on preprocessing by default by commit-bot@chromium.org · 10 years ago
  88. 8991c67 Call write() within render_pictures but not bench_pictures by commit-bot@chromium.org · 10 years ago
  89. d82aae7 Fix ANGLE config (take 2) by commit-bot@chromium.org · 10 years ago
  90. 05fadd1 Fix problems with angle bot's configurations by commit-bot@chromium.org · 10 years ago
  91. 74ff1ba Fix windows compiler failures by using SkIsFinite. by djsollen@google.com · 10 years ago
  92. 661832c speed up benches: postpone hash computation in PictureRenderer.cpp by commit-bot@chromium.org · 10 years ago
  93. 89558c9 Fix skpdiff segfault caused by NaN computation. by commit-bot@chromium.org · 10 years ago
  94. 3056bdd Since we're only using it on Linux now, just require poppler as a system dependency. by commit-bot@chromium.org · 10 years ago
  95. 7126fef Update valgrind suppression file by commit-bot@chromium.org · 10 years ago
  96. abeb958 make render_pictures properly handle empty expectations file by commit-bot@chromium.org · 10 years ago
  97. 90a1767 make buildbot_globals.py read global_variables.json file from googlesource by commit-bot@chromium.org · 10 years ago
  98. b3b0cfc Add lua scripts to scrape dashing info by commit-bot@chromium.org · 10 years ago
  99. 85fd193 Factor out DumpRecord method from dump_record tool for later use by commit-bot@chromium.org · 10 years ago
  100. 3f04517 render_pictures: add --mismatchPath flag by commit-bot@chromium.org · 10 years ago