1. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  2. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  3. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  4. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 8 years ago
  5. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  6. 491fb17 Update SkComposeImageFilter to sk_sp by robertphillips · 8 years ago
  7. 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  8. 8905790 Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp (patchset #6 id:100001 of https://codereview.chromium.org/1842793002/ ) by djsollen · 8 years ago
  9. a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  10. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  11. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  12. 5ff17b1 Swap SkPictureImageFilter's factories over to smart pointers by robertphillips · 8 years ago
  13. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  14. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  15. e8f3062 switch surface to sk_sp by reed · 8 years ago
  16. 297f7ce Make a generic list of filters for use in ImageFilterTests. by senorblanco · 8 years ago
  17. 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 · 8 years ago
  18. 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 · 8 years ago
  19. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  20. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  21. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  22. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  23. 17a6520 Make SkComposeImageFilter::onFilterImage filter the bounds given to the inner filter. by jbroman · 8 years ago
  24. ca2622b return pictures as sk_sp by reed · 8 years ago
  25. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 8 years ago
  26. 0e3129d Fix pointer aliasing bug in SkImageFilter::computeFastBounds. by jbroman · 8 years ago
  27. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  28. bf680c3 Image filters: fix the zero-sigma fast path in SkBlurImageFilter. by senorblanco · 8 years ago
  29. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 8 years ago
  30. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 8 years ago
  31. ce563cd more shader-->sp conversions by reed · 8 years ago
  32. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 8 years ago
  33. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  34. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  35. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  36. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  37. 2afbe23 msan: initialize buffer BlurLargeImage blurs by mtklein · 9 years ago
  38. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  39. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  40. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  41. 45eefcf Add null check for bmp->tex result in SkImageFilter::filterInputGpu by bsalomon · 9 years ago
  42. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  43. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  44. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  45. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  46. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  47. 8444913 Don't use SkRect::MakeLargest() for clip bounds in image filter tests. by senorblanco · 9 years ago
  48. 4a24398 Fix SkMergeImageFilter crop rect computation. by senorblanco · 9 years ago
  49. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  50. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  51. f028003 change more effects to only expose factories by reed · 9 years ago
  52. 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
  53. 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
  54. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  55. 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 9 years ago
  56. 23cb88c Speculative fix for uninitialized bitmap mem in ImageFilterTest by fmalita · 9 years ago
  57. cd56f81 SkImageSource by fmalita · 9 years ago
  58. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  59. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  60. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  61. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  62. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  63. ed7cf27 Now that the SkImageFilter::CropRect crop edges refer to by senorblanco · 9 years ago
  64. 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
  65. 24d2a7b Fix for partially-specified crop rects. by senorblanco · 9 years ago
  66. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  67. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  68. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  69. 446ee67 skia: Add runtime option to disable picture IO security precautions by hendrikw · 9 years ago
  70. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  71. d8b5771 Don't fail SkMergeImageFilter if one of the inputs are empty by fs · 9 years ago
  72. c8e9340 Yet more ASAN fixes. by senorblanco · 9 years ago
  73. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  74. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  75. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  76. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  77. cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 9 years ago
  78. a9d9a39 Read pixels in BGRA non-premul mode in few tests by kkinnunen · 9 years ago
  79. 5c518a8 Revert of check for inputs before reporting asColorFilter (patchset #7 id:110001 of https://codereview.chromium.org/967833003/) by reed · 9 years ago
  80. dac843b Use ComposeColorFilter in factory to collapse consecutive filters (when possible). by reed · 9 years ago
  81. 8e8c940 Fix leak in ComposedImageFilterOffset test by ajuma · 10 years ago
  82. 5788faa Fix SkComposeImageFilter's bounds computation and offset handling by ajuma · 10 years ago
  83. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  84. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  85. c4bd39c Require explicit disabling of cross process pictureimagefilters by robertphillips · 10 years ago
  86. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  87. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  88. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  89. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  90. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  91. 8f3937d Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  92. 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
  93. ba036cc Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  94. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  95. 3a49520 Sanitize SkMatrixConvolutionImageFilter creation params. by senorblanco · 10 years ago
  96. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  97. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  98. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  99. 32673b9 Allow negative values in SkBlurImageFilter sigma. by senorblanco · 10 years ago
  100. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago