1. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  2. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  3. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  4. 45eefcf Add null check for bmp->tex result in SkImageFilter::filterInputGpu by bsalomon · 9 years ago
  5. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  6. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  7. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  8. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  9. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  10. 8444913 Don't use SkRect::MakeLargest() for clip bounds in image filter tests. by senorblanco · 9 years ago
  11. 4a24398 Fix SkMergeImageFilter crop rect computation. by senorblanco · 9 years ago
  12. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  13. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  14. f028003 change more effects to only expose factories by reed · 9 years ago
  15. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  16. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  17. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  18. 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 9 years ago
  19. 23cb88c Speculative fix for uninitialized bitmap mem in ImageFilterTest by fmalita · 9 years ago
  20. cd56f81 SkImageSource by fmalita · 9 years ago
  21. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  22. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  23. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  24. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  25. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  26. ed7cf27 Now that the SkImageFilter::CropRect crop edges refer to by senorblanco · 9 years ago
  27. 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
  28. 24d2a7b Fix for partially-specified crop rects. by senorblanco · 9 years ago
  29. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  30. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  31. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  32. 446ee67 skia: Add runtime option to disable picture IO security precautions by hendrikw · 9 years ago
  33. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  34. d8b5771 Don't fail SkMergeImageFilter if one of the inputs are empty by fs · 9 years ago
  35. c8e9340 Yet more ASAN fixes. by senorblanco · 9 years ago
  36. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  37. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  38. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  39. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  40. cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 10 years ago
  41. a9d9a39 Read pixels in BGRA non-premul mode in few tests by kkinnunen · 10 years ago
  42. 5c518a8 Revert of check for inputs before reporting asColorFilter (patchset #7 id:110001 of https://codereview.chromium.org/967833003/) by reed · 10 years ago
  43. dac843b Use ComposeColorFilter in factory to collapse consecutive filters (when possible). by reed · 10 years ago
  44. 8e8c940 Fix leak in ComposedImageFilterOffset test by ajuma · 10 years ago
  45. 5788faa Fix SkComposeImageFilter's bounds computation and offset handling by ajuma · 10 years ago
  46. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  47. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  48. c4bd39c Require explicit disabling of cross process pictureimagefilters by robertphillips · 10 years ago
  49. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  50. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  51. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  52. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  53. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  54. 8f3937d Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  55. d0f1969 Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/) by hcm · 10 years ago
  56. ba036cc Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  57. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  58. 3a49520 Sanitize SkMatrixConvolutionImageFilter creation params. by senorblanco · 10 years ago
  59. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  60. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  61. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  62. 32673b9 Allow negative values in SkBlurImageFilter sigma. by senorblanco · 10 years ago
  63. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  64. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  65. 1150a6d Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  66. 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
  67. 28648fe Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  68. d910f54 Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecordDraw by mtklein · 10 years ago
  69. 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
  70. 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  71. f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
  72. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  73. 3d822c2 Intersect SkPictureImageFilter bounds against clip bounds. by senorblanco · 10 years ago
  74. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  75. 837f532 Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  76. c07e281 Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and by senorblanco · 10 years ago
  77. 6ca0b6a Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  78. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  79. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  80. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  81. 3df0501 Fix SkColorFilterImageFilter matrix optimization. by senorblanco · 10 years ago
  82. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  83. 9ea53f9 Preprend Test to test function name generated by DEF_TEST() macro. by tfarina · 10 years ago
  84. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  85. 97f5fc6 Allow SkPictureImageFilter to be serialized when not run cross-process. by senorblanco@chromium.org · 10 years ago
  86. 910702b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 10 years ago
  87. 29ac34e Fix filter bounds computation for SkOffsetImageFilter. by senorblanco@chromium.org · 10 years ago
  88. ba31f1d Some small cleanups for image filter code. by senorblanco@chromium.org · 10 years ago
  89. d4db657 Fix for SkDisplacementMap::onFilterBounds(). by senorblanco@chromium.org · 10 years ago
  90. 68250c8 Fix for empty saveLayer() with a filter which affects transparent black. by senorblanco@chromium.org · 10 years ago
  91. 8c7372b Fix for SkMatrixConvolutionImageFilter with large borders. by senorblanco@chromium.org · 10 years ago
  92. 9195743 Add a fix for a spurious assert in SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 10 years ago
  93. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 10 years ago
  94. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  95. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  96. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  97. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  98. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  99. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  100. d5424a4 Fix matrix adjustment passed to filter processing. by senorblanco@chromium.org · 10 years ago