1. fa088a6 Fix additional cases of variable shadowing in /tests/. by John Stiles · 3 years, 3 months ago
  2. 82d6196 remove (unused) clipmask from savelayer by Mike Reed · 4 years, 5 months ago
  3. b42a327 hide savelayer's clipmask fields by Mike Reed · 4 years, 5 months ago
  4. 55edb50 Update tests to use new image filter factories by Michael Ludwig · 5 years ago
  5. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  6. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 6 years ago
  7. b34ab04 Revert "Revert "SaveLayerRec::fClipMask -> raw pointer"" by Mike Klein · 8 years ago
  8. 3354969 Revert "SaveLayerRec::fClipMask -> raw pointer" by Mike Klein · 8 years ago
  9. a6b72cb SaveLayerRec::fClipMask -> raw pointer by Florin Malita · 8 years ago
  10. 53f77bd Initial clip-mask-layer support by Florin Malita · 8 years ago
  11. f3b16d0 fix RecordOptsTest.cpp on Android framework by Mike Klein · 8 years ago
  12. 05a4296 Turn off savelayer optimization for Android framework by Yuqian Li · 8 years ago
  13. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  14. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  15. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  16. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  17. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  18. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  19. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  20. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  21. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  22. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  23. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  24. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  25. 5a3c528 test picture-ops for savelayer by reed · 8 years ago
  26. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 9 years ago
  27. 5ff17b1 Swap SkPictureImageFilter's factories over to smart pointers by robertphillips · 9 years ago
  28. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 9 years ago
  29. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 9 years ago
  30. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 9 years ago
  31. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 9 years ago
  32. f809d76 switch colorfilters to sk_sp by reed · 9 years ago
  33. ca2622b return pictures as sk_sp by reed · 9 years ago
  34. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  35. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  36. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  37. dc0f408 Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns by kkinnunen · 10 years ago
  38. 678c1b0 Fold alpha to the draw in savelayer-draw-restore patterns with non-opaque draw by kkinnunen · 10 years ago
  39. 0c27897 Why are we afraid of saveLayer() bounds? by mtklein · 10 years ago
  40. d990e2f add testing flag to ignore saveLayer bounds by reed · 10 years ago
  41. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  42. 1e78fc4 Turn disable or delete optimizations that don't have any effect. by mtklein · 10 years ago
  43. 99d6a9e Fix a bug in Save-Restore no-op optimization. by mtklein · 10 years ago
  44. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  45. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  46. 0a98d87 Don't clobber initial transform with SetMatrix. by commit-bot@chromium.org · 10 years ago
  47. 1e44730 Noop away PushCull/PopCull pairs with nothing between them. by commit-bot@chromium.org · 11 years ago
  48. c71da1f Convert all SkRecordPattern matchers into SkRecord mutators. by commit-bot@chromium.org · 11 years ago
  49. 467705a save-draw*-restore -> noop-draw*-noop by commit-bot@chromium.org · 11 years ago
  50. f5bf3cf Add SaveLayer-Draw-Restore optimization. by commit-bot@chromium.org · 11 years ago
  51. 7066bf3 Update tests/RecordOptsTest.cpp by commit-bot@chromium.org · 11 years ago
  52. 8dac8b1 Backfill unit tests for SkRecord by commit-bot@chromium.org · 11 years ago