1. ec2ae58 Add multithreaded mode to quilt mode in DM. by mtklein · 10 years ago
  2. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  3. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  4. 7373456 Support serialization in SkRecord-backed SkPictures. by mtklein · 10 years ago
  5. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  6. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  7. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  8. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  9. 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 10 years ago
  10. f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago
  11. 683e906 Remove SkBenchmark::postDraw. by mtklein · 10 years ago
  12. e4d3e60 DM: SKP source / PDF backend by mtklein · 10 years ago
  13. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  14. e696a59 Disable PDF in dm for tonight. It's crashy. by mtklein · 10 years ago
  15. 30bf3e2 DM: add pdf by mtklein · 10 years ago
  16. 9c4ff80 DM: go back to memcmp for BitmapsEqual by mtklein · 10 years ago
  17. a65e2fd add --dryRun flag to dm by commit-bot@chromium.org · 10 years ago
  18. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  19. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  20. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  21. 39e8d93 DM tweaks by commit-bot@chromium.org · 10 years ago
  22. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  23. a267d41 Fix windows build. by commit-bot@chromium.org · 10 years ago
  24. 120c999 Generate Android.mk for DM. by commit-bot@chromium.org · 10 years ago
  25. 69031a4 DM: find max component difference by commit-bot@chromium.org · 10 years ago
  26. 2664207 refactor DM::SetupBitmap by commit-bot@chromium.org · 10 years ago
  27. d6dcacd DM: tweaks by commit-bot@chromium.org · 10 years ago
  28. 90b5a2a DM: Add --skps. by commit-bot@chromium.org · 10 years ago
  29. 93043bc DM: test SkRecord with and without optimization. by commit-bot@chromium.org · 10 years ago
  30. 5aacfe9 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  31. c09abe6 Revert of Remove setLocalMatrix calls from picture shader GM. (https://codereview.chromium.org/260863007/) by commit-bot@chromium.org · 10 years ago
  32. 74b8cb1 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  33. 9dccafa Fix type in DM/mesa by bsalomon@google.com · 10 years ago
  34. 90d81c9 DM: Apply initial transform in --skr mode. by commit-bot@chromium.org · 10 years ago
  35. 3f03215 DM: Push GPU-parent child tasks to the front of the queue. by commit-bot@chromium.org · 10 years ago
  36. b0c7156 DM: run child tasks that are already on the CPU threadpool serially by commit-bot@chromium.org · 10 years ago
  37. 125c6cd DM: when 32-bit, disable pathops internal threading by default by commit-bot@chromium.org · 10 years ago
  38. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  39. 96eb624 DM's rtree picture replay mode can ignore kSkippedTiled_Flag safely. by commit-bot@chromium.org · 10 years ago
  40. 732bd66 Rearrange SkRecord public API to fit better with cc/resources/picture by commit-bot@chromium.org · 10 years ago
  41. 2c4e75c Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead. by commit-bot@chromium.org · 10 years ago
  42. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  43. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  44. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  45. b17a24f SkRecord: turn on cull annotation pass in public API. by commit-bot@chromium.org · 10 years ago
  46. 5199701 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  47. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  48. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  49. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  50. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  51. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  52. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago
  53. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  54. 506db0b SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 10 years ago
  55. e3ff558 SkRecord strawman by commit-bot@chromium.org · 10 years ago
  56. fa8cb1c Make DM play nice with the plan to split CPU and GPU work. by commit-bot@chromium.org · 10 years ago
  57. 787227d Let DM work without a GPU. by commit-bot@chromium.org · 10 years ago
  58. b640186 Add NVPR configs to DM by commit-bot@chromium.org · 10 years ago
  59. eef834f DM: read image files without an extra copy by commit-bot@chromium.org · 10 years ago
  60. a39874b DM: tweak output. Show task name in verbose mode only, and add task runtime. by commit-bot@chromium.org · 10 years ago
  61. 1426c1e DM: fix -w/-r problems stemming from PM/UPM conversions. by commit-bot@chromium.org · 10 years ago
  62. ef57b7e DM: make GPU tasks multithreaded again. Big refactor. by commit-bot@chromium.org · 10 years ago
  63. d1a7e2e DM: don't crash on Mac. by commit-bot@chromium.org · 10 years ago
  64. 38aeb0f DM: also run benches once. by commit-bot@chromium.org · 10 years ago
  65. 0dc5bd1 Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  66. 79e1326 Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/) by commit-bot@chromium.org · 10 years ago
  67. 6bd250a Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  68. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 10 years ago
  69. 8565917 DM: don't run rtree when kSkipTiled is set. by commit-bot@chromium.org · 10 years ago
  70. 5301070 DM: don't run rtree when kSkipTiled is set. by commit-bot@chromium.org · 10 years ago
  71. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  72. 0888b75 DM: catch -r foo -w foo. by commit-bot@chromium.org · 10 years ago
  73. b06faac Factor out UnPreMultiplyPreservingByteOrder by commit-bot@chromium.org · 11 years ago
  74. 389fb7f DM: don't change byte order when unpremultiplying to compare to PNGs. by commit-bot@chromium.org · 11 years ago
  75. 88e1ec8 Add 565 to dm defaults. by commit-bot@chromium.org · 11 years ago
  76. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  77. 69a0d7a DM: fix failures when using -r by comparing unpremultiplied. by commit-bot@chromium.org · 11 years ago
  78. 261c666 Make tests output spin on the same line by default. by commit-bot@chromium.org · 11 years ago
  79. 99589af Add support for reading a directory of images with --expectations (-r). by commit-bot@chromium.org · 11 years ago
  80. 9e5a549 Missed this flag. imagemagnifier asserts without it. by commit-bot@chromium.org · 11 years ago
  81. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  82. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. 73afd37 Add missing SkIntToScalars. by mtklein@google.com · 11 years ago
  84. 09f2579 DM: add --tileGrid by mtklein@google.com · 11 years ago
  85. ca5bb87 DM: write failed comparison mode .pngs one more level deep in the tree. by mtklein@google.com · 11 years ago
  86. ee21a3e DM: some refactoring by mtklein@google.com · 11 years ago
  87. 1ecd9cf Fix a warning building DM using ninja on Mac. by scroggo@google.com · 11 years ago
  88. c136242 DM: add --rtree. by commit-bot@chromium.org · 11 years ago
  89. 0caa68a DM: add --quiet by commit-bot@chromium.org · 11 years ago
  90. 2d3a789 DM: add --pipe by commit-bot@chromium.org · 11 years ago
  91. cdd3620 DM: move --match check earlier to fix the "N GMs x M configs" log line. by commit-bot@chromium.org · 11 years ago
  92. a34b1f8 DM: print cache stats after every GPU GM when GR_CACHE_STATS is set by commit-bot@chromium.org · 11 years ago
  93. 192cbf6 DM: add --serialize by commit-bot@chromium.org · 11 years ago
  94. a7a9f37 DM: add --writePath by mtklein@google.com · 11 years ago
  95. 66bb3d1 DM: duh, don't calculate digests unless we're going to look at them. by commit-bot@chromium.org · 11 years ago
  96. 846872f Fix DM build failures: by commit-bot@chromium.org · 11 years ago
  97. d36522d dm is like gm, but faster and with fewer features. by mtklein@google.com · 11 years ago