1. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  2. bf521ff Move SkTArray to include/private. by bungeman · 9 years ago
  3. afec27f Image filters: change applyCropRect() to take a src rect. by senorblanco · 9 years ago
  4. 2352696 Replace the id<-->key hashmap in SkImageFilter by a SkTArray by xidachen · 9 years ago
  5. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  6. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  7. a9fbd16 Fix SkTileImageFilter when srcRect is a superset of bitmap bounds. by senorblanco · 9 years ago
  8. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  9. 2c3176c Remove "unused" parameter from filterInputGPU by robertphillips · 9 years ago
  10. 6277691 Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  11. e848ff5 Revert of Create a hash table from id<-->key in SkImageFilter::CacheImpl (patchset #7 id:120001 of https://codereview.chromium.org/1514893003/ ) by reed · 9 years ago
  12. f5d1f8d Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  13. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  14. a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  15. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
  16. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  17. 4449398 Make SkImageFilter::applyCropRect() optionally compute srcBounds. by senorblanco · 9 years ago
  18. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  19. 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
  20. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  21. 94dd7a5 change back to method for localmatrix imagefilter by reed · 9 years ago
  22. 20311d4 Implement SkLocalMatrixImageFilter. by senorblanco · 9 years ago
  23. d82bc7b post-commit fixes to applyFilter CL by reed · 9 years ago
  24. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  25. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  26. 242397a Revert of Implement SkImageFilter::Cache with SkResourceCache. (patchset #8 id:140001 of https://codereview.chromium.org/1370323002/ ) by mtklein · 9 years ago
  27. 75135d8 Implement SkImageFilter::Cache with SkResourceCache. by mtklein · 9 years ago
  28. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  29. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  30. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  31. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  32. f6e092a Remove SK_LEGACY_IMAGE_FILTER_CROP_RECT_EDGES code. by senorblanco · 9 years ago
  33. ed7cf27 Now that the SkImageFilter::CropRect crop edges refer to by senorblanco · 9 years ago
  34. 1891863 refactor code to apply the croprect by reed · 9 years ago
  35. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  36. 85ff25e Thread GrShaderDataManager through Image filters by joshualitt · 9 years ago
  37. d312dca Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1207353004/) by robertphillips · 9 years ago
  38. 8355100 Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1219193002/) by jvanverth · 9 years ago
  39. ebaf6a6 Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #2 id:30001 of https://codereview.chromium.org/1210053003/) by bsalomon · 9 years ago
  40. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  41. 157bcd0 Fix SkTileImageFilter clipping/cropRect interaction issue by robertphillips · 9 years ago
  42. b3fe1b8 more tests for offsetimagefilter by reed · 9 years ago
  43. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  44. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  45. ded9a6f remove Proxy entrypoints for canHandleFilter by reed · 9 years ago
  46. 67ca2a9 purge imagefilter cache so we can better track leaks by reed · 9 years ago
  47. daa57bf Revert of antialias matrix-image-filter to get smooth diagonals (patchset #6 id:80002 of https://codereview.chromium.org/1134743003/) by reed · 9 years ago
  48. fa33f5a antialias matrix-image-filter to get smooth diagonals by reed · 9 years ago
  49. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  50. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  51. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  52. cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 9 years ago
  53. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  54. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  55. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  56. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  57. 8a914a7 Remove SkImageFilter::Set/GetExternalCache. by senorblanco · 10 years ago
  58. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  59. 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
  60. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  61. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  62. 4509517 Use if instead of ifdef SK_SUPPORT_GPU by kkinnunen · 10 years ago
  63. b959ec7 factor out flattening/unflattening of common fields from SkImageFilter by reed · 10 years ago
  64. bd7746d Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  65. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  66. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  67. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  68. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  69. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  70. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  71. a49c0a5 Add a missing SK_API to SkImageFilter::Cache. by senorblanco@chromium.org · 10 years ago
  72. 1a479e7 Allow clients to specify an external SkImageFilter cache. by senorblanco@chromium.org · 10 years ago
  73. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  74. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  75. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  76. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  77. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  78. 6aa6fec Cleanup patch to move all of SkImageFilterUtils into SkImageFilter. by senorblanco@chromium.org · 10 years ago
  79. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  80. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  81. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  82. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 11 years ago
  83. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  84. c84728d Changed maxInputCount for exact inputCount by commit-bot@chromium.org · 11 years ago
  85. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  86. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  87. 7938bae Implement crop rect support for SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 11 years ago
  88. 1aa6872 Make SkImageFilter::asNewEffect() (and all derived-class overrides) protected. by senorblanco@chromium.org · 11 years ago
  89. 3f1f2a3 Make CropRect immutable after construction. by senorblanco@chromium.org · 11 years ago
  90. 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
  91. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  92. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  93. fbaea53 In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix. by senorblanco@chromium.org · 11 years ago
  94. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  95. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  96. 97333f2 Remove warning comment from SkImageFilter. by senorblanco@chromium.org · 11 years ago
  97. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  98. 4e16bb2 Implement crop rect for lighting image filters. Changes for the CPU path were fairly straightforward: use the bounds rectangle when traversing the pixels, not the source rectangle. by senorblanco@chromium.org · 11 years ago
  99. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  100. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago