1. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago
  2. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  3. 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
  4. 90c471e Refine bench_record and bench_playback: by mtklein · 10 years ago
  5. 851eabe Minor cleanups in picture_utils header file. by tfarina · 10 years ago
  6. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  7. 055cf91 Delete unused path_utils.* component. by tfarina · 10 years ago
  8. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  9. da4ed32 Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin(). by tfarina · 10 years ago
  10. 3b94b78 Suppress libpoppler and its dependent liblcms in TSAN. by mtklein · 10 years ago
  11. 1c99ea8 Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename(). by tfarina · 10 years ago
  12. 8122027 Silence TSAN warnings about is_lcd_supported for now. by mtklein · 10 years ago
  13. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  14. 00dfb9e bench_record: No need for --flags if there are no RecordingFlags anymore. by mtklein · 10 years ago
  15. 89e8842 remove GM result-grooming tools that use skia-autogen by epoger · 10 years ago
  16. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  17. a8928b7 Add SkBarriers_tsan.h. by mtklein · 10 years ago
  18. b144271 reland "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 10 years ago
  19. 2e81e51 Fix submit_try by borenet · 10 years ago
  20. 77f68b6 Revert "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 10 years ago
  21. f466604 rebaseline_server: download actual-results.json files from GCS instead of SVN by epoger · 10 years ago
  22. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  23. 06fdc69 Added grid data to logging output by kelvinly · 10 years ago
  24. 59ef770 Revert of Try TSAN blacklist for SkGLContextHelper::init. (https://codereview.chromium.org/309823004/) by mtklein · 10 years ago
  25. ab2ec19 Try TSAN blacklist for SkGLContextHelper::init. by mtklein · 10 years ago
  26. a78ef79 Tweak TSAN suppressions. by mtklein · 10 years ago
  27. 8ff38cc use most innocuous characters possible within skimage output filenames by epoger · 10 years ago
  28. fc435a0 Revert of stop using brackets within skimage output filenames (https://codereview.chromium.org/303263012/) by epoger · 10 years ago
  29. f078924 stop using brackets within skimage output filenames by epoger · 10 years ago
  30. be7de4f Update TSAN suppressions. by mtklein · 10 years ago
  31. 9681eeb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  32. 37c772a Reland https://codereview.chromium.org/286903025 by commit-bot@chromium.org · 10 years ago
  33. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  34. cac02e5 Bench rebaseline from codereview: fix is_finished by commit-bot@chromium.org · 10 years ago
  35. e65a44a Bench Rebaseline from Codereview: separate out all_trybots_finished() by commit-bot@chromium.org · 10 years ago
  36. 93d7bb6 add a verbose flag to skdiff that shows the progress and status of by commit-bot@chromium.org · 10 years ago
  37. ea6cb91 Add script to rebaseline benches from codereview trybot results by commit-bot@chromium.org · 10 years ago
  38. 293a4b3 Revert of PictureBenchmark JSON logging (https://codereview.chromium.org/286903025/) by commit-bot@chromium.org · 10 years ago
  39. 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
  40. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  41. ba7aedd Revert of Turn on preprocessing by default (https://codereview.chromium.org/299033002/) by commit-bot@chromium.org · 10 years ago
  42. 0df2e8d Turn on preprocessing by default by commit-bot@chromium.org · 10 years ago
  43. 8991c67 Call write() within render_pictures but not bench_pictures by commit-bot@chromium.org · 10 years ago
  44. d82aae7 Fix ANGLE config (take 2) by commit-bot@chromium.org · 10 years ago
  45. 05fadd1 Fix problems with angle bot's configurations by commit-bot@chromium.org · 10 years ago
  46. 74ff1ba Fix windows compiler failures by using SkIsFinite. by djsollen@google.com · 10 years ago
  47. 661832c speed up benches: postpone hash computation in PictureRenderer.cpp by commit-bot@chromium.org · 10 years ago
  48. 89558c9 Fix skpdiff segfault caused by NaN computation. by commit-bot@chromium.org · 10 years ago
  49. 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
  50. 7126fef Update valgrind suppression file by commit-bot@chromium.org · 10 years ago
  51. abeb958 make render_pictures properly handle empty expectations file by commit-bot@chromium.org · 10 years ago
  52. 90a1767 make buildbot_globals.py read global_variables.json file from googlesource by commit-bot@chromium.org · 10 years ago
  53. b3b0cfc Add lua scripts to scrape dashing info by commit-bot@chromium.org · 10 years ago
  54. 85fd193 Factor out DumpRecord method from dump_record tool for later use by commit-bot@chromium.org · 10 years ago
  55. 3f04517 render_pictures: add --mismatchPath flag by commit-bot@chromium.org · 10 years ago
  56. 76ac7f8 delete no-longer-used update-doxygen.sh by commit-bot@chromium.org · 10 years ago
  57. f364521 Fix goauth path by commit-bot@chromium.org · 10 years ago
  58. 0fd0d4c Add warning about GOPATH to bug_chomper/run_server.sh by commit-bot@chromium.org · 10 years ago
  59. 44d4210 BugChomper: Get the oauth_client_secret from GS by commit-bot@chromium.org · 10 years ago
  60. 5132461 BugChomper utility - rewrite in Go by commit-bot@chromium.org · 10 years ago
  61. 9d439a7 Adds dashboard link for one-line plot on each alert item. by commit-bot@chromium.org · 10 years ago
  62. e7851cd Update TSAN suppressions. by commit-bot@chromium.org · 10 years ago
  63. 5654d17 comment-only fix to tools/update-doxygen.sh by commit-bot@chromium.org · 10 years ago
  64. 205ce48 add --readJsonSummaryPath to render_pictures by commit-bot@chromium.org · 10 years ago
  65. 8fe89d3 Use a tilegrid for bench_playback. by commit-bot@chromium.org · 10 years ago
  66. 27f6b0d Add timing to dump_record. by commit-bot@chromium.org · 10 years ago
  67. 90c0fbd reland "extract some common code from PictureRenderer" by commit-bot@chromium.org · 10 years ago
  68. de3ad9e Revert of extract some common code from PictureRenderer (https://codereview.chromium.org/273703006/) by commit-bot@chromium.org · 10 years ago
  69. ee18f2a extract some common code from PictureRenderer by commit-bot@chromium.org · 10 years ago
  70. c71da1f Convert all SkRecordPattern matchers into SkRecord mutators. by commit-bot@chromium.org · 10 years ago
  71. 2db7fe7 When solving the cubic line intersection directly fails, use binary search as a fallback. by commit-bot@chromium.org · 10 years ago
  72. bf07d2e Add dump_record to make inspecting before/after SkRecordOptimize easy. by commit-bot@chromium.org · 10 years ago
  73. 545a21a Add dump_record to make inspecting before/after SkRecordOptimize easy. by commit-bot@chromium.org · 10 years ago
  74. 3df4e95 Spelling fix, comments explaining script. by commit-bot@chromium.org · 10 years ago
  75. 1b3beef Don't run GPU configs in bench_pictures on RHB by commit-bot@chromium.org · 10 years ago
  76. 71e39d5 remove self-tests for no-longer-supported rebaseline.py by commit-bot@chromium.org · 10 years ago
  77. 6a879be mark rebaseline.py as deprecated by commit-bot@chromium.org · 10 years ago
  78. 1a98a06 one valgrind.supp to rule them all. by commit-bot@chromium.org · 10 years ago
  79. 9e3b485 Update the list of bots in rebaseline.py. by senorblanco@chromium.org · 10 years ago
  80. 8c4953c Cleanup of SSE optimization files. by commit-bot@chromium.org · 10 years ago
  81. 359e4f0 Increase picture bench inner loop iteration to 10 for testing number stableness. by commit-bot@chromium.org · 10 years ago
  82. 4610a46 reland r14391 ('fix contents of render_pictures JSON summary') by commit-bot@chromium.org · 10 years ago
  83. 95ead5b Fix buildbot_globals.py: Retrieve the file from our repo mirror by commit-bot@chromium.org · 10 years ago
  84. 1c74374 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  85. 172eb1b Add --timescale to bench_record and bench_playback. by commit-bot@chromium.org · 10 years ago
  86. bde3cd8 First version of gpuveto testing script by commit-bot@chromium.org · 10 years ago
  87. 35203e4 Add chrome_changes file by commit-bot@chromium.org · 10 years ago
  88. 8400b23 use BenchTimer, print in µs by commit-bot@chromium.org · 10 years ago
  89. cced37d Revert of fix contents of render_pictures JSON summary (https://codereview.chromium.org/259703002/) by commit-bot@chromium.org · 10 years ago
  90. 2349a1e git-sync-deps - handle symbolic links to directories by commit-bot@chromium.org · 10 years ago
  91. fe78847 gpuveto tool by commit-bot@chromium.org · 10 years ago
  92. eecdcb9 fix contents of render_pictures JSON summary by commit-bot@chromium.org · 10 years ago
  93. 830628e Add TSAN suppressions. by commit-bot@chromium.org · 10 years ago
  94. 8cb1daa fix minor skp-found bugs by commit-bot@chromium.org · 10 years ago
  95. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  96. d0306a1 Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/) by commit-bot@chromium.org · 10 years ago
  97. 74b43a9 Add nanosecond timer. by commit-bot@chromium.org · 10 years ago
  98. 7eb529f simplify tools/xsan_build now that make runs ninja by commit-bot@chromium.org · 10 years ago
  99. 732bd66 Rearrange SkRecord public API to fit better with cc/resources/picture by commit-bot@chromium.org · 10 years ago
  100. aae6e6f git-sync-deps verifies that directory is a top-level git directory. by commit-bot@chromium.org · 10 years ago