1. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 7 years ago
  2. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 8 years ago
  3. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  4. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  5. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  6. a99b6ce start removing uses of SkScalarMul by Mike Reed · 8 years ago
  7. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 8 years ago
  8. 877b15b Revert "Make blur utils take GrTextureProxies" by Robert Phillips · 8 years ago
  9. d0dc05b Make blur utils take GrTextureProxies by Robert Phillips · 8 years ago
  10. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  11. 5f50092 Change GaussianBlur logic wrt color spaces by Brian Osman · 8 years ago
  12. 51d77ff Second part of piecemeal revert by Robert Phillips · 8 years ago
  13. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  14. 833dcf4 Add handling for instantiate failure up the call stack by Robert Phillips · 8 years ago
  15. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  16. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  17. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  18. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  19. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  20. e1e5c74 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago[Renamed (81%) from src/effects/SkBlurImageFilter.cpp]
  21. 2a57f2f Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https://codereview.chromium.org/2255803003/ ) by bungeman · 8 years ago[Renamed (81%) from src/core/SkBlurImageFilter.cpp]
  22. a97a1ab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago[Renamed (81%) from src/effects/SkBlurImageFilter.cpp]
  23. a90dcf7 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago[Renamed (81%) from src/core/SkBlurImageFilter.cpp]
  24. 4d76017 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago[Renamed (81%) from src/effects/SkBlurImageFilter.cpp]
  25. 7b14512 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago[Renamed (81%) from src/core/SkBlurImageFilter.cpp]
  26. e426bab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago[Renamed (81%) from src/effects/SkBlurImageFilter.cpp]
  27. 2ec4172 Revert of Moving SkBlurImageFilter into core (patchset #6 id:100001 of https://codereview.chromium.org/2255803003/ ) by mtklein · 8 years ago[Renamed (81%) from src/core/SkBlurImageFilter.cpp]
  28. dd3259e Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago[Renamed (81%) from src/effects/SkBlurImageFilter.cpp]
  29. 9dc935f Remove all usage of SkSurfaceProps::isGammaCorrect() by brianosman · 8 years ago
  30. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  31. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  32. f054b17 Swap SkGpuBlurUtils over to using SkIRects by robertphillips · 8 years ago
  33. 04c84af Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  34. f823778 Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchset #2 id:20001 of https://codereview.chromium.org/1962903003/ ) by robertphillips · 8 years ago
  35. d38d92f Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  36. 6a51491 Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchset #2 id:20001 of https://codereview.chromium.org/1962903003/ ) by scroggo · 8 years ago
  37. e7ef01d Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  38. a8966a8 Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of https://codereview.chromium.org/1956023002/ ) by robertphillips · 8 years ago
  39. 67a58dc Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 of https://codereview.chromium.org/1958603002/ ) by jvanverth · 8 years ago
  40. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 8 years ago
  41. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  42. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  43. 225db44 Outline SkImageFilter Make methods by robertphillips · 8 years ago
  44. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  45. e635654 Fix memory leak in SkBlurImageFilter by robertphillips · 8 years ago
  46. 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 8 years ago
  47. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  48. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  49. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  50. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  51. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  52. 090b762 Temporary fix for --preAbandonGpuContext bug by robertphillips · 8 years ago
  53. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  54. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  55. 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 8 years ago
  56. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  57. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  58. bf680c3 Image filters: fix the zero-sigma fast path in SkBlurImageFilter. by senorblanco · 8 years ago
  59. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  60. afec27f Image filters: change applyCropRect() to take a src rect. by senorblanco · 9 years ago
  61. 6404981 Fix zero-sized blur with crop rect. by senorblanco · 9 years ago
  62. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  63. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  64. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  65. 07d56b1 Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  66. edce2a8 Revert of Make SkBlurImageFilter capable of cropping during blur (GPU path). (patchset #15 id:260001 of https://codereview.chromium.org/1431593002/ ) by egdaniel · 9 years ago
  67. c57e0de Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  68. 29a440d Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  69. 8de01c6 Revert of Make SkBlurImageFilter capable of cropping during blur (patchset #16 id:400001 of https://codereview.chromium.org/1415653003/ ) by senorblanco · 9 years ago
  70. 1b82ceb Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  71. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  72. 1d3ff43 Image filters: Replace all use of tryAllocPixels() with createDevice(). by senorblanco · 9 years ago
  73. 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
  74. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  75. dce5ce4 Port SkBlurImage opts to SkOpts. by mtklein · 9 years ago
  76. ff0ca5e Misc cleanup by robertphillips · 9 years ago
  77. 4525f43 We don't use boxBlurY. by mtklein · 9 years ago
  78. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  79. 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
  80. 33cca88 Update ColorFilterImageFilter & BlurImageFilter debugger strings by robertphillips · 10 years ago
  81. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  82. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  83. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  84. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  85. 32673b9 Allow negative values in SkBlurImageFilter sigma. by senorblanco · 10 years ago
  86. 8482504 make allocPixels throw on failure by reed · 10 years ago
  87. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  88. 1150a6d Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  89. 38cb688 Revert of Fix recursive computation of filter bounds for drop shadow, (patchset #1 of https://codereview.chromium.org/481273005/) by djsollen · 10 years ago
  90. 28648fe Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  91. 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
  92. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  93. c77392e use colortype instead of config by reed · 10 years ago
  94. ba31f1d Some small cleanups for image filter code. by senorblanco@chromium.org · 10 years ago
  95. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  96. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  97. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  98. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  99. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  100. 09843fd Fix for crash on large image blur sigma values. by senorblanco@chromium.org · 10 years ago