1. e1e5c74 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  2. 2a57f2f Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https://codereview.chromium.org/2255803003/ ) by bungeman · 8 years ago
  3. a97a1ab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  4. a90dcf7 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  5. 4d76017 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  6. 7b14512 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  7. e426bab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  8. 2ec4172 Revert of Moving SkBlurImageFilter into core (patchset #6 id:100001 of https://codereview.chromium.org/2255803003/ ) by mtklein · 8 years ago
  9. dd3259e Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  10. 6c177a1 Add alternative ambient shadow method to Android shadow sample by jvanverth · 8 years ago
  11. c4d2f90 Update ComputeBlurredRRectParams to compute all the parameters needed for occluded blurred rrect ninepatch draws by robertphillips · 8 years ago
  12. 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
  13. f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  14. 3f0e694 Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #5 id:80001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  15. 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  16. 69cfa9c Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #4 id:60001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  17. 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  18. a408c8f Add SkGammaColorFilter by robertphillips · 9 years ago
  19. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 9 years ago
  20. eb9a84a Revert of remove unused TableMaskFilter (patchset #1 id:1 of https://codereview.chromium.org/2156463002/ ) by jcgregorio · 9 years ago
  21. 59779ae remove unused TableMaskFilter by reed · 9 years ago
  22. 81700f6 remove DownSample imagefilter was just created early on as a test filter by reed · 9 years ago
  23. 06ca8ec sk_sp for Ganesh. by bungeman · 9 years ago
  24. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 9 years ago
  25. 96a04f3 simplify handle-affine: subclass overrides just describe their leaf behavior by reed · 9 years ago
  26. bb34a8a allow imagefilter to manage CTM decomposition by reed · 9 years ago
  27. 32eaa89 Image filters: remove SkBitmap-based cache. by senorblanco · 9 years ago
  28. 718a5ad Switch SkColorFilterImageFilter over to new onFilterImage interface (again) by robertphillips · 9 years ago
  29. d9dd428 Modernize and trim down SkOnce. by mtklein · 9 years ago
  30. f7142e7 Split AlphaThresholdEffect out into its own file by robertphillips · 9 years ago
  31. 225db44 Outline SkImageFilter Make methods by robertphillips · 9 years ago
  32. f230c6d Switch SkXfermodeImagerFilter over to new onFilterImage interface by robertphillips · 9 years ago
  33. 534c270 Update TileImageFilter to sk_sp by robertphillips · 9 years ago
  34. bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 9 years ago
  35. 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 9 years ago
  36. a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 9 years ago
  37. b2a4dc6 Switch SkMagnifierImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  38. dada4dd Switch SkMatrixConvolutionImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  39. af9b8c8 Switch AlphaThresholdFilter over to new onFilterImage interface by robertphillips · 9 years ago
  40. c14b978 Switch SkTileImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  41. fef2860 Switch SkPictureImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  42. e6277de Switch SkDisplacementImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  43. 82b043e Fix roll bot's win gn build by robertphillips · 9 years ago
  44. 12fa47d Update LightingImageFilter to sk_sp by robertphillips · 9 years ago
  45. ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 9 years ago
  46. 6f01104 Revert conversion of SkColorFilterImageFilter to new API by robertphillips · 9 years ago
  47. 11171f3 Update MagnifierImageFilter to sk_sp by robertphillips · 9 years ago
  48. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 9 years ago
  49. fc0f44a Update DownSampleImageFilter to sk_sp by robertphillips · 9 years ago
  50. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 9 years ago
  51. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 9 years ago
  52. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 9 years ago
  53. efdfd51 switch maskfilters to sk_sp by reed · 9 years ago
  54. 175cf0e Switch SkDownSampleImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  55. b591c77 Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ ) by robertphillips · 9 years ago
  56. 3bc9692 Update SkXfermodeImageFilter to sk_sp by robertphillips · 9 years ago
  57. aee62f5 Revert of Switch SkDownSampleImageFilter over to new onFilterImage interface (patchset #6 id:100001 of https://codereview.chromium.org/1851583002/ ) by robertphillips · 9 years ago
  58. 33550da Switch SkDownSampleImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  59. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 9 years ago
  60. 60c9b58 change flattenable factory to return sk_sp by reed · 9 years ago
  61. 6db0a7b Image filters: optimize crop rect application. by senorblanco · 9 years ago
  62. f624204 Update SkAlphaThresholdFilter to sk_sp by robertphillips · 9 years ago
  63. 549c899 Update SkImageSource to sk_sp by robertphillips · 9 years ago
  64. 4eb4964 Revert of Switch SkDownSampleImageFilter over to new onFilterImage interface (patchset #2 id:20001 of https://codereview.chromium.org/1851583002/ ) by robertphillips · 9 years ago
  65. daa9da4 Switch SkDownSampleImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  66. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 9 years ago
  67. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 9 years ago
  68. 491fb17 Update SkComposeImageFilter to sk_sp by robertphillips · 9 years ago
  69. 40d8d62 Update Morphology image filter to store its type by robertphillips · 9 years ago
  70. 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 9 years ago
  71. 8905790 Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp (patchset #6 id:100001 of https://codereview.chromium.org/1842793002/ ) by djsollen · 9 years ago
  72. a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 9 years ago
  73. cfb6bdf switch xfermodes over to sk_sp by reed · 9 years ago
  74. 5ff17b1 Swap SkPictureImageFilter's factories over to smart pointers by robertphillips · 9 years ago
  75. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 9 years ago
  76. f299e71 Switch SkMorphologyImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  77. e8597a4 Delete SkImageDecoder by msarett · 9 years ago
  78. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 9 years ago
  79. 83f2e5a Switch SkColorFilterImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  80. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  81. eac3e96 Revert of Switch SkColorFilterImageFilter over to new onFilterImage interface (patchset #5 id:80001 of https://codereview.chromium.org/1782083002/ ) by robertphillips · 9 years ago
  82. 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 9 years ago
  83. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  84. ec950c4 Switch SkColorFilterImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  85. 0a291c7 Switch SkDropShaderImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  86. 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
  87. 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
  88. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 9 years ago
  89. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 9 years ago
  90. f809d76 switch colorfilters to sk_sp by reed · 9 years ago
  91. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 9 years ago
  92. 7b380d0 guard rasterizer and drawlooper setters by reed · 9 years ago
  93. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
  94. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
  95. 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
  96. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 9 years ago
  97. fde0511 Make sp variants for SkData by reed · 9 years ago
  98. 393aa36 Switch SkMergeImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  99. e6163bf Switch SkPaintImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  100. 6ac97b7 Switch SkImageSource image filter over to new onFilterImage interface by robertphillips · 9 years ago