1. b449666 Reland "Fix SkImageSource::filterBounds()" again by Xianzhu Wang · 7 years ago
  2. 2fbf1bc Add SK_API to APIs used by the android framework. by Derek Sollenberger · 7 years ago
  3. 2ad0908 Revert "Reland "Fix SkImageSource::filterBounds()"" by Florin Malita · 7 years ago
  4. bf12c07 Reland "Fix SkImageSource::filterBounds()" by Xianzhu Wang · 7 years ago
  5. b6d2be1 Revert "Fix SkImageSource::filterBounds()" by Mike Reed · 7 years ago
  6. cb4d587 Fix SkImageSource::filterBounds() by Xianzhu Wang · 7 years ago
  7. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  8. 4189d1b Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter. by Sadrul Habib Chowdhury · 7 years ago
  9. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  10. 5a9a981 Tiling support for SkSweepGradient by Florin Malita · 7 years ago
  11. 6b17ff6 Implement clone for GrLightingEffect descendants by Brian Salomon · 7 years ago
  12. 10b6ad1 sRGB color filter by Brian Osman · 7 years ago
  13. 40e7e65 remove (unused?) arcto patheffect by Mike Reed · 7 years ago
  14. da69944 Serialize the new TileMode in SkBlurImageFilterImpl. by wutao · 7 years ago
  15. 039a7c7 Added new edge handling mode (clamp and repeat) to Gaussian blur filter. by wutao · 7 years ago
  16. 9c1d780 remove filterSpan from SkColorFilter by Mike Reed · 7 years ago
  17. 70e3e9a Remove SkImageFilter::MakeBlur entry point by Robert Phillips · 7 years ago
  18. ffa8484 Revert "Revert "remove unused api on xfermodeimagefilter"" by Mike Reed · 7 years ago
  19. 8051c4f Revert "Revert "remove unused api"" by Mike Reed · 7 years ago
  20. 012bdf8 Revert "remove unused api" by Hal Canary · 7 years ago
  21. 151b6ff remove unused api by Mike Reed · 7 years ago
  22. 369f7ea Revert "remove unused api on xfermodeimagefilter" by Hal Canary · 7 years ago
  23. fcc4a07 remove unused api on xfermodeimagefilter by Mike Reed · 7 years ago
  24. 0bdaf05 remove unused mode parameter from SkMergeImageFilter by Mike Reed · 7 years ago
  25. ab51d1b Revert "remove unused TableMaskFilter" by Mike Reed · 7 years ago
  26. 6b9cd05 remove unused variants in imagefilter factories by Mike Reed · 7 years ago
  27. d72b55b remove unused TableMaskFilter by Mike Reed · 7 years ago
  28. 25f3805 slant colorfilter away from filterSpan4f by Mike Reed · 7 years ago
  29. f2ae2b2 move perlinenoise2 into effects by Mike Reed · 7 years ago
  30. 76f7062 move all details for dashing into impl by Mike Reed · 7 years ago
  31. 14d54c2 Hide SkPerlinNoiseShader impl details by Florin Malita · 7 years ago
  32. fdf3103 void SkColorFilter::onAppendStages(...) by Mike Klein · 7 years ago
  33. b9641bd force all colorfilters to implement 4f by Mike Reed · 7 years ago
  34. e22a6a2 SkPictureImageFilter::onMakeColorSpace() by Matt Sarett · 7 years ago
  35. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 7 years ago
  36. 31abf1f Add SkImageFilter::makeColorSpace(SkColorSpaceXformer*) by Matt Sarett · 7 years ago
  37. cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 7 years ago
  38. 56ea77a Implement SkBlurDrawLooper with SkLayerDrawLooper by Matt Sarett · 7 years ago
  39. a2cedff Fix gaussianedge GM by Robert Phillips · 7 years ago
  40. f160ad4 SkBlurDrawLooper: Start by deleting flags by Matt Sarett · 7 years ago
  41. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  42. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 7 years ago
  43. 394d414 Implement SkHighContrastFilter by Dominic Mazzoni · 8 years ago
  44. 73fe7b0 Remove use of SkSmallAllocator from all Loopers. by Herb Derby · 8 years ago
  45. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  46. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  47. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  48. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  49. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  50. efe50eb remove SkArithmeticMode.h empty header by Mike Reed · 8 years ago
  51. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  52. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 8 years ago
  53. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  54. 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 8 years ago
  55. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
  56. 98624d2 "Fix" some ImageFilter fuzzer issues by Robert Phillips · 8 years ago
  57. fd87be8 hide emboss from everyone (except android for now) by Mike Reed · 8 years ago
  58. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  59. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  60. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  61. 71fecc3 don't memtion SkXfermode in public by Mike Reed · 8 years ago
  62. 744908e Fix SkModeColorFilter in 565 by Mike Klein · 8 years ago
  63. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  64. eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
  65. 1f49f26 SkRasterPipeline: implement SkLumaColorFilter by Mike Klein · 8 years ago
  66. 3c1b7db Add SkShadowMaskFilter by Jim Van Verth · 8 years ago
  67. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  68. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  69. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  70. 54cfe41 Remove SkRRectsGaussianEdgeShader by Robert Phillips · 8 years ago
  71. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  72. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  73. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  74. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  75. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  76. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  77. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  78. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  79. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  80. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  81. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  82. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 8 years ago
  83. a99b66d Remove outdated comments about pre-sk_sp semantics by brianosman · 8 years ago
  84. 403d154 Revert "Revert "replace Arithmetic xfermode with imagefilter"" by Mike Reed · 8 years ago
  85. 10ff5bf Revert "replace Arithmetic xfermode with imagefilter" by Mike Reed · 8 years ago
  86. 0530c88 replace Arithmetic xfermode with imagefilter by Mike Reed · 8 years ago
  87. 667a007 change SkXfermodeImageFilter to carry no impl information by Mike Reed · 8 years ago
  88. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  89. a8370b2 Remove old SkGaussianEdgeShader code by jvanverth · 8 years ago
  90. f560ef8 Add staging for removal of SkRRectsGaussianEdgeShader::Make (for Android) by robertphillips · 8 years ago
  91. ec89534 Fix color bug in SkRRectsGaussianEdgeShader by robertphillips · 8 years ago
  92. c20c0c0 Switch default for SkGaussianBlurShader radius size. by jvanverth · 8 years ago
  93. 2af83ac Add shader-based GaussianEdgeShader for reveal case by robertphillips · 8 years ago
  94. d99858a Update SampleAndroidShadows to use algorithm closer to Android OpenGL by jvanverth · 8 years ago
  95. 05a4cf5 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
  96. 62e9b14 Revert of Add GM/slide to simulate Android-style reveal clip (patchset #6 id:100001 of https://codereview.chromium.org/2316593003/ ) by robertphillips · 8 years ago
  97. ffac5c4 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
  98. e1e5c74 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  99. 2a57f2f Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https://codereview.chromium.org/2255803003/ ) by bungeman · 8 years ago
  100. a97a1ab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago