1. f62a8b7 integrated SkDebugCanvas JSON support with UrlDataManager by ethannicholas · 8 years ago
  2. 1446a9a added JSON support for various lesser-used features by ethannicholas · 8 years ago
  3. bd3dae8 added some missing static modifiers by ethannicholas · 8 years ago
  4. 50a8dd0 Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 8 years ago
  5. d116561 Revert of Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. (patchset #3 id:40001 of https://codereview.chromium.org/1681643002/ ) by caryclark · 8 years ago
  6. 46cb6d6 Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 9 years ago
  7. 3cb9542 moved debugger support files from src/utils/debugger to tools/debugger by ethannicholas · 9 years ago[Renamed from src/utils/debugger/SkDrawCommand.cpp]
  8. 2df7813 Revert of Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. (patchset #2 id:20001 of https://codereview.chromium.org/1681643002/ ) by ethannicholas · 9 years ago
  9. 32fff1b Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 9 years ago
  10. 0d48e41 [SkDebugger] Display run glyph positioning modes by fmalita · 9 years ago
  11. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  12. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  13. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  14. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  15. e77f2da [SkDebugger] Show more text blob details by fmalita · 9 years ago
  16. 2b82982 [debugger] Add visualization of center rect for drawBitmapNine calls by robertphillips · 9 years ago
  17. 7361bf0 [SkDebugger] Show detailed drawImage info by fmalita · 9 years ago
  18. b0cd8b7 [SkDebugger] Handle path empty-bounds gracefully by fmalita · 9 years ago
  19. 96a5cff Improve debugger's visualization of transparent textures by robertphillips · 9 years ago
  20. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  21. 80af645 Update debugger print out of drawImageRect information by robertphillips · 9 years ago
  22. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  23. 651c920 Add drawImage{Rect,} support to SkDebugCanvas by fmalita · 9 years ago
  24. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  25. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  26. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  27. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  28. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  29. 160ebb2 [SkDebugger] Flatten drawPicture ops by fmalita · 9 years ago
  30. 546db46 Debugger: remove dead feature (SkPicture offset display) & fix bug (unbalanced indents) by robertphillips · 9 years ago
  31. c119981 Remove Chromium staging in SkDrawCommand by robertphillips · 9 years ago
  32. 9bafc30 Remove SkPictureFlat.h include from SkDrawCommands.h by robertphillips · 9 years ago
  33. 3a09204 Revert of Remove SkPictureFlat.h include from SkDrawCommands.h (patchset #3 id:40001 of https://codereview.chromium.org/912403004/) by robertphillips · 9 years ago
  34. fa3a83d Remove SkPictureFlat.h include from SkDrawCommands.h by robertphillips · 9 years ago
  35. 72942b8e Add staging for Chromium by robertphillips · 9 years ago
  36. 2e60242 Revert of Remove SkPictureFlat.h include from SkDrawCommands.h (patchset #2 id:20001 of https://codereview.chromium.org/912403004/) by robertphillips · 9 years ago
  37. 5a4c233 Remove SkPictureFlat.h include from SkDrawCommands.h by robertphillips · 9 years ago
  38. 26a00de Remove incremental draw optimization from SkDebugCanvas by kkinnunen · 10 years ago
  39. c4fda92 remove unused drawData by reed · 10 years ago
  40. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  41. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  42. ff3106c Display text blob bounds in the debugger. by fmalita · 10 years ago
  43. 8c89c52 Revert of Revert of SkDrawCommand scrubbing (patchset #1 id:1 of https://codereview.chromium.org/712683002/) by fmalita · 10 years ago
  44. 9063ddd Revert of SkDrawCommand scrubbing (patchset #2 id:20001 of https://codereview.chromium.org/706363002/) by fmalita · 10 years ago
  45. 1931ec5 SkDrawCommand scrubbing by fmalita · 10 years ago
  46. 7017168 "Fix" debugger's setMatrix handling by robertphillips · 10 years ago
  47. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  48. 5577387 Debugger render support for SkDrawTextBlobCommand. by fmalita · 10 years ago
  49. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  50. 3031350 Add missing text blob SkDrawCommand string. by fmalita · 10 years ago
  51. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  52. b3f319f Add support for new drawPicture entry point to debugger by robertphillips · 10 years ago
  53. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  54. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  55. db35dab Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  56. 57f74e0 Debugger improvements by commit-bot@chromium.org · 10 years ago
  57. 1643b2c This adds cull rect visualization to the debugger's "mega" visualization mode. by commit-bot@chromium.org · 10 years ago
  58. 210ae2a Culling API by commit-bot@chromium.org · 10 years ago
  59. 90667ba Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  60. 3d30520 Add DRRect to debugger by commit-bot@chromium.org · 10 years ago
  61. 517dbe8 Fix SkScalar conversion warning. by fmalita@google.com · 11 years ago
  62. e898e9c Show basic SkPicture details in debugger. by commit-bot@chromium.org · 11 years ago
  63. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  64. 7a11591 Rename SkDrawCommand subclasses by commit-bot@chromium.org · 11 years ago
  65. 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 11 years ago[Renamed from debugger/SkDrawCommand.cpp]
  66. a009083 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. 6ede1fe Make SkDrawCommands lighter weight by robertphillips@google.com · 11 years ago
  68. a5d3e77 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  69. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  70. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  71. 77279cb Fix compiler errors/warnings in r8355 by robertphillips@google.com · 11 years ago
  72. 0df2a9a SkDrawCommand cleanup by robertphillips@google.com · 11 years ago
  73. 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  74. 24bfdac More SkDrawCommand cleanup by robertphillips@google.com · 11 years ago
  75. a3a09ab More SkDrawCommand cleanup by robertphillips@google.com · 11 years ago
  76. c76bb23 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  77. 91217d0 Making SkDrawCommand more robust by robertphillips@google.com · 11 years ago
  78. febc0ec Add misc. optimizations to filter tool by robertphillips@google.com · 11 years ago
  79. 428fc4a Make debugger 'text' output less useless. by bungeman@google.com · 11 years ago
  80. b94b1e7 Fix handling of setMatrix in debugger by robertphillips@google.com · 11 years ago
  81. e4ce5b8 Add NOOP "command" to picture format by robertphillips@google.com · 11 years ago
  82. cb9b4a5 Added cast to make SkIntToScalar happy with size_t in debug (in SkDrawCommand.cpp) by robertphillips@google.com · 12 years ago
  83. 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 12 years ago
  84. b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 12 years ago
  85. 2da95b2 Fix debugger handling of clip rrects by robertphillips@google.com · 12 years ago
  86. 5c4d558 dashing asPoints could draw excessively long first dash by robertphillips@google.com · 12 years ago
  87. 67baba4 Fixed debugger for addition of drawRRect, clipRRect & drawOval by robertphillips@google.com · 12 years ago
  88. 0699e02 Close pending save() calls in QT debugger to avoid saveLayer() corruption. by tomhudson@google.com · 12 years ago
  89. 53ec73d Visualize bitmaps in debugger by robertphillips@google.com · 12 years ago
  90. 6dec8fc Add drawing of paths to debugger by robertphillips@google.com · 12 years ago
  91. 30d35f2 Enhanced debugger with command indenting and Path Bound print out by robertphillips@google.com · 12 years ago
  92. 84d320e Got debugger compiling again after SkCanvas API change by robertphillips@google.com · 12 years ago
  93. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  94. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  95. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  96. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  97. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  98. 04ba448 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  99. 94acc70 Fixed Windows compiler complaints (esp. in debugger) by robertphillips@google.com · 12 years ago
  100. 97cee97 Replaced all instances of std strings and vectors in favor of SkStrings and SkTDArrays within skia code by chudy@google.com · 12 years ago