1. 9403c38 Revert "Reland "Revert "allow clients to opt into new didTranslate/didScale""" by Mike Reed · 4 years, 6 months ago
  2. f66bba6 Reland "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 4 years, 6 months ago
  3. d7ce7ac Revert "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 4 years, 7 months ago
  4. 4a46758 Revert "allow clients to opt into new didTranslate/didScale" by Mike Reed · 4 years, 7 months ago
  5. cb6b9e3 allow clients to opt into new didTranslate/didScale by Mike Reed · 4 years, 7 months ago
  6. a092028 Revert "new virtuals for canvas ctm" by Mike Reed · 4 years, 7 months ago
  7. 2076b04 new virtuals for canvas ctm by Mike Reed · 4 years, 7 months ago
  8. 55edb50 Update tests to use new image filter factories by Michael Ludwig · 5 years ago
  9. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  10. 8f4e224 de-Sk tools/debugger by Mike Klein · 5 years ago
  11. 704a342 Abandon onDrawText and its variants, turn everything into textblobs by Mike Reed · 6 years ago
  12. 738b80d Don't use getDeviceClipBounds() to bound pic ops. by Mike Klein · 6 years ago
  13. e041e31 remove canvas internal private by Cary Clark · 6 years ago
  14. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  15. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  16. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  17. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  18. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  19. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  20. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  21. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  22. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  23. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  24. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 8 years ago
  25. e8f3062 switch surface to sk_sp by reed · 8 years ago
  26. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  27. e9d2052 Record concat as Concat. by mtklein · 9 years ago
  28. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  29. 40732b3 SkRecord refactor: fill bounds array instead of BBH directly by mtklein · 9 years ago
  30. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  31. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  32. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  33. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  34. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  35. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  36. 23d8593 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  37. a0865b4 Revert of Update SkPicture cull rects with RTree information (patchset #6 id:140001 of https://codereview.chromium.org/971803002/) by joshualitt · 9 years ago
  38. 2dd3b66 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  39. bfd5bff Simplify SkBBH::insert API by mtklein · 9 years ago
  40. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  41. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  42. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  43. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  44. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  45. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  46. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  47. d990e2f add testing flag to ignore saveLayer bounds by reed · 10 years ago
  48. 9a5380d Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (patchset #1 id:1 of https://codereview.chromium.org/805983003/) by mtklein · 10 years ago
  49. 02d2b98 Use SkPaint::getFontBounds() for text bounding boxes in pictures. by mtklein · 10 years ago
  50. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  51. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  52. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  53. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  54. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  55. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  56. 3729469 Change clear() to respect the clip by reed · 10 years ago
  57. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  58. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  59. 6be2aa9 wip for drawables by reed · 10 years ago
  60. ad8aa1d Clang incorrectly thinks this typedef is unused. by mtklein · 10 years ago
  61. 4d52afe Shrink saveLayer device bounds when it supplies an explicit bounds and has a complex paint by robertphillips · 10 years ago
  62. ed167ac Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #5 id:80001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
  63. c51add6 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  64. 27f965a Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #3 id:40001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
  65. bf8dc34 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  66. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  67. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  68. 41966d4 Dilate approximated text bounds to squelch recent assertion failure. by mtklein · 10 years ago
  69. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  70. 208d170 Add SkBBoxHierarchy::reserve() as an optional size hint. by mtklein · 10 years ago
  71. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  72. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  73. 8e393bf Don't adjust the bounds after a restore with the restore's paired saveLayer's paint. by mtklein · 10 years ago
  74. 271a030 We need to adjust the bounds of clip ops with SaveLayer paints too. by Mike Klein · 10 years ago
  75. 4815fe5 Fix bug in layer hoisting transition to SkRecord backend by robertphillips · 10 years ago
  76. 937c9c7 Fix drawPosText() bounds bug. by mtklein · 10 years ago
  77. 00f30bd SkRecordPartialDraw with less code duplication by mtklein · 10 years ago
  78. 90e8457 Increase test tolerance. by mtklein · 10 years ago
  79. 5ff9132 More test debugging. Too close for decimal. I'm switching to hex. by Mike Klein · 10 years ago
  80. 56fa442 Add some debugging to figure out what's up with failing Mac 10.8 Release bot. by Mike Klein · 10 years ago
  81. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  82. 62b67ae Start actually bounding some draw ops. by mtklein · 10 years ago
  83. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  84. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  85. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  86. c11530e Tick off some TODOs: by Mike Klein · 10 years ago
  87. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  88. 0a98d87 Don't clobber initial transform with SetMatrix. by commit-bot@chromium.org · 10 years ago
  89. 8dac8b1 Backfill unit tests for SkRecord by commit-bot@chromium.org · 10 years ago
  90. 705b1ff Don't bother doing the empty clip check in SkRecordDraw. by commit-bot@chromium.org · 10 years ago
  91. 2e0c32a Start using type traits in src/record instead of macros. by commit-bot@chromium.org · 10 years ago
  92. ad8ce57 anticipate more optimizations by renaming some files and methods by commit-bot@chromium.org · 10 years ago
  93. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  94. ff2de7c SkRecordDraw: don't bother clipping an empty clip down further by commit-bot@chromium.org · 10 years ago
  95. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago