1. 7a10fb6 Separate JSON functions from DMWriteTask. by scroggo · 10 years ago
  2. e71cd54 SkTaskGroup::batch(fn, args, N) by mtklein · 10 years ago
  3. 3dc5d70 Use MacOS's CoreGraphics PDF Rasterizer in DM by halcanary · 10 years ago
  4. 06cddec Print GPU cache stats in nanobench/dm with veryVerbose by bsalomon · 10 years ago
  5. daf36c1 Fix DMWriteTask to write PDF files correctly by halcanary · 10 years ago
  6. cf9b873 Clarify what DM means in the README file. by tfarina · 10 years ago
  7. 6b87df2 Fix usage of SK_BUILD_* defines. by tfarina · 10 years ago
  8. d51ce44 Handle getMemoryBase returning NULL in WriteTask. by bungeman · 10 years ago
  9. a9ceaf5 Don't test the old picture backend anymore. by mtklein · 10 years ago
  10. e51ac56 Remove underscores from mode identifiers. by mtklein · 10 years ago
  11. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  12. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  13. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  14. 87e2437 Add a "mode" tag to key in DM json output. by mtklein · 10 years ago
  15. 53e0be6 DM: --gpu and --cpu should only control top-level tasks. by mtklein · 10 years ago
  16. 0b36e6b Add --matrix to DM, to play around with and maybe use on a bot. by mtklein · 10 years ago
  17. c54056c Back to hashing source content, not .png. by mtklein · 10 years ago
  18. ea65bfa Update DM JSON format. by mtklein · 10 years ago
  19. 197ceda Remove expectations / -r from DM entirely. by mtklein · 10 years ago
  20. e2d4eb7 Hash .pngs instead of SkBitmaps. by mtklein · 10 years ago
  21. 858baf5 Add --nameByHash for the bots, and refactor hashing a bit. by mtklein · 10 years ago
  22. 23c94f0 Let .skps have Expectations (i.e. work with -r) too. by mtklein · 10 years ago
  23. 1d0f164 Start to rework DM JSON handling. by mtklein · 10 years ago
  24. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  25. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  26. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  27. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  28. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  29. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  30. a4c6094 SkData to SkStreamAsset to avoid unneeded copying by halcanary · 10 years ago
  31. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  32. afb4379 Print max RSS in GM and nanobench too. by mtklein · 10 years ago
  33. 0ed4e86 Stop sorting the results of SkBBH::search(). by mtklein · 10 years ago
  34. 60c7707 Guard ANGLE and MESA instead of defining them as native when unsupported. by mtklein · 10 years ago
  35. 59598b0 DM: Replace --pathOpsVerbose with --veryVerbose by halcanary · 10 years ago
  36. 03bde3e SkTileGrid: store insertion order, return results sorted by that. by mtklein · 10 years ago
  37. 0d154ee Process Statistics header, add max RSS to render_pdfs by halcanary · 10 years ago
  38. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  39. b511042 Fix iOS build by centralizing --writePath. by mtklein · 10 years ago
  40. 72ebb9f DM: conserve memory when using --skps by mtklein · 10 years ago
  41. 619e076 Revert of Process Statistics header, add max RSS to render_pdfs (https://codereview.chromium.org/448993003/) by bungeman · 10 years ago
  42. 6274baa Process Statistics header, add max RSS to render_pdfs by halcanary · 10 years ago
  43. bcd278d DM: expand peak RAM usage to Mac and Android too. by mtklein · 10 years ago
  44. 36ea6c8 For some reason, starting tests before gms makes DM run much faster. by mtklein · 10 years ago
  45. 4e212e8 Print max memory usage on Linux. by mtklein · 10 years ago
  46. 9200758 SKPs-as-benches in nanobench by mtklein · 10 years ago
  47. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  48. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  49. 2354f84 Test abandoning GL context in dm/nanobench. by bsalomon · 10 years ago
  50. a98683b dm prints out number of matching skp files by halcanary · 10 years ago
  51. 048f422 Fix crash in DM/SKPTask by halcanary · 10 years ago
  52. 17f0b6d share dm and command flags by caryclark · 10 years ago
  53. 3125e02 Revert of Revert of Revert of Force DM rebuild. (https://codereview.chromium.org/402663003/) by mtklein · 10 years ago
  54. 41f30cd Revert of Revert of Force DM rebuild. (https://codereview.chromium.org/399123002/) by mtklein · 10 years ago
  55. f42e08c Revert of Force DM rebuild. (https://codereview.chromium.org/400723002/) by mtklein · 10 years ago
  56. 8a10de1 Force DM rebuild. by Mike Klein · 10 years ago
  57. 103ae71 Remove benches from DM. by mtklein · 10 years ago
  58. 18515cf DM: destroy contexts after each GPU task instead of before by Mike Klein · 10 years ago
  59. 1e319f7 Add --resetGpuContext to both DM and nanobench. by mtklein · 10 years ago
  60. e4636aa Merge Replay and Quilt tasks, adding in all BBH implementations. by mtklein · 10 years ago
  61. eeb1f15 Turn on threaded DMQuiltTask drawing for old-format SkPictures too. by mtklein · 10 years ago
  62. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  63. ec2ae58 Add multithreaded mode to quilt mode in DM. by mtklein · 10 years ago
  64. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  65. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  66. 7373456 Support serialization in SkRecord-backed SkPictures. by mtklein · 10 years ago
  67. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  68. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  69. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  70. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  71. 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 10 years ago
  72. f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago
  73. 683e906 Remove SkBenchmark::postDraw. by mtklein · 10 years ago
  74. e4d3e60 DM: SKP source / PDF backend by mtklein · 10 years ago
  75. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  76. e696a59 Disable PDF in dm for tonight. It's crashy. by mtklein · 10 years ago
  77. 30bf3e2 DM: add pdf by mtklein · 10 years ago
  78. 9c4ff80 DM: go back to memcmp for BitmapsEqual by mtklein · 10 years ago
  79. a65e2fd add --dryRun flag to dm by commit-bot@chromium.org · 10 years ago
  80. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  81. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  82. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  83. 39e8d93 DM tweaks by commit-bot@chromium.org · 10 years ago
  84. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  85. a267d41 Fix windows build. by commit-bot@chromium.org · 10 years ago
  86. 120c999 Generate Android.mk for DM. by commit-bot@chromium.org · 10 years ago
  87. 69031a4 DM: find max component difference by commit-bot@chromium.org · 10 years ago
  88. 2664207 refactor DM::SetupBitmap by commit-bot@chromium.org · 10 years ago
  89. d6dcacd DM: tweaks by commit-bot@chromium.org · 10 years ago
  90. 90b5a2a DM: Add --skps. by commit-bot@chromium.org · 10 years ago
  91. 93043bc DM: test SkRecord with and without optimization. by commit-bot@chromium.org · 10 years ago
  92. 5aacfe9 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  93. c09abe6 Revert of Remove setLocalMatrix calls from picture shader GM. (https://codereview.chromium.org/260863007/) by commit-bot@chromium.org · 10 years ago
  94. 74b8cb1 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  95. 9dccafa Fix type in DM/mesa by bsalomon@google.com · 10 years ago
  96. 90d81c9 DM: Apply initial transform in --skr mode. by commit-bot@chromium.org · 10 years ago
  97. 3f03215 DM: Push GPU-parent child tasks to the front of the queue. by commit-bot@chromium.org · 10 years ago
  98. b0c7156 DM: run child tasks that are already on the CPU threadpool serially by commit-bot@chromium.org · 10 years ago
  99. 125c6cd DM: when 32-bit, disable pathops internal threading by default by commit-bot@chromium.org · 10 years ago
  100. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago