1. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  2. f90aa01 Revert "Revert "use pipeline for non-opt xfermodes"" by Mike Reed · 7 years ago
  3. 4f8c695 Revert "use pipeline for non-opt xfermodes" by Mike Klein · 7 years ago
  4. e93cf97 use pipeline for non-opt xfermodes by Mike Reed · 7 years ago
  5. 8d3f443 SkXfermode no longer needs to e a flattenable by Mike Reed · 7 years ago
  6. cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 7 years ago
  7. 56ea77a Implement SkBlurDrawLooper with SkLayerDrawLooper by Matt Sarett · 7 years ago
  8. 73fe7b0 Remove use of SkSmallAllocator from all Loopers. by Herb Derby · 8 years ago
  9. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  10. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  11. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  12. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  13. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  14. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  15. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  16. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  17. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  18. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  19. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  20. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  21. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  22. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  23. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  24. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  25. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  26. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  27. 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 · 8 years ago
  28. 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 · 8 years ago
  29. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  30. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  31. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  32. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  33. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  34. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  35. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  36. 00d6e51 Eliminate some clutter in SkFlattenable by mdempsky · 9 years ago
  37. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  38. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  39. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  40. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  41. daaafa6 add asAShadowBlur for android to drawlooper by reed@google.com · 10 years ago
  42. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  43. 73cb153 Make sure SkDrawLooper objects can only be allocated on the heap. by commit-bot@chromium.org · 10 years ago
  44. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  45. 79fbb40 [WIP] Add Context to SkDrawLooper. by commit-bot@chromium.org · 10 years ago
  46. 842292f remove SK_SUPPORT_LEGACY_LAYERDRAWLOOPER_PAINTFLAGS -- not needed by reed@google.com · 11 years ago
  47. 48f31bd try to deprecate fFlagsMask from SkLayerDrawLooper by reed@google.com · 11 years ago
  48. 74ba2f6 Builder class for SkLayerDrawLooper. by commit-bot@chromium.org · 11 years ago
  49. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  50. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  51. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  52. 8f83825 Add methods to SkLayerDrawLooper to allow adding layers on top by commit-bot@chromium.org · 11 years ago
  53. 5da3f22 Fix includes in SkLayerDrawLooper.h. It was previously not possible to by commit-bot@chromium.org · 11 years ago
  54. 791f12e Move SkPaint::toString from debugger to SkPaint by robertphillips@google.com · 12 years ago
  55. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 12 years ago
  57. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  58. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  59. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  60. 076f4c9 fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM by reed@google.com · 12 years ago
  61. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  62. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  63. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  64. 8426058 ensure we never change the text_encoding of the master paint, since it is used by reed@google.com · 13 years ago
  65. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  66. 3c89818 Fix more coverity defects - Uninitialized class fields. by vandebo@chromium.org · 13 years ago
  67. a8282ef add mask for paint-bits to layerdrawlooper by mike@reedtribe.org · 13 years ago
  68. 0716c63 expand SkLayerDrawLooper to allow for an xfermode when transfering the paint's color, by reed@google.com · 13 years ago
  69. 3c1225b fast return if no part of the paint gets replaced by mike@reedtribe.org · 13 years ago
  70. 0e2810b add optional bitflags to control which aspect of each layer's paint is applied by mike@reedtribe.org · 13 years ago
  71. e5d0def fix infinite loop (doh) by mike@reedtribe.org · 13 years ago
  72. 4e2b3d3 Simplify drawloopers and drawfilters. This allows the canvas to keep its by reed@google.com · 13 years ago
  73. 8a1c16f grab from latest android by reed@android.com · 16 years ago