1. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  2. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  3. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  4. d1c65d6 remove unneeded readbuffer flags by Mike Reed · 7 years ago
  5. 4872315 remove legacy code for resolution by Mike Reed · 7 years ago
  6. 77e487d Revert "Revert "Remove MakeForLocalSpace since picture image is sufficient"" by Mike Reed · 7 years ago
  7. fc45998 Revert "Remove MakeForLocalSpace since picture image is sufficient" by Mike Reed · 7 years ago
  8. 0d8766c Remove MakeForLocalSpace since picture image is sufficient by Mike Reed · 7 years ago
  9. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  10. 604f0d5 Avoid unneeded picture shader color space transforms by Florin Malita · 7 years ago
  11. a252c66 Avoid unneeded SkPictureImageFilter color space transforms by Florin Malita · 7 years ago
  12. 70bc94f Bump min picture to 7+ months ago by Mike Reed · 7 years ago
  13. eb0e60f Ensure SkPictureImageFilter::onFilterImage doesn't double-convert color by Christopher Cameron · 7 years ago
  14. 92eaad6 Make SkPictureImageFilter::drawPictureAtLocalResolution use color xform by Christopher Cameron · 7 years ago
  15. e22a6a2 SkPictureImageFilter::onMakeColorSpace() by Matt Sarett · 7 years ago
  16. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  17. a76554d Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) by brianosman · 8 years ago
  18. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  19. a31312c SkPictureImageFilter - clear local canvas before use by ericrk · 8 years ago
  20. 225db44 Outline SkImageFilter Make methods by robertphillips · 8 years ago
  21. 0b7e5a1 Make SkSpecialSurfaces always use kUnknown for their pixel geometry by robertphillips · 8 years ago
  22. fef2860 Switch SkPictureImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  23. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  24. 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  25. 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
  26. a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  27. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  28. 5ff17b1 Swap SkPictureImageFilter's factories over to smart pointers by robertphillips · 8 years ago
  29. ca2622b return pictures as sk_sp by reed · 8 years ago
  30. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  31. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  32. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  33. 446ee67 skia: Add runtime option to disable picture IO security precautions by hendrikw · 9 years ago
  34. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  35. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  36. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  37. c4bd39c Require explicit disabling of cross process pictureimagefilters by robertphillips · 10 years ago
  38. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  39. f3c78cc Adding an option for pixelated rendering in SkPictureImageFilter by junov · 10 years ago
  40. 5234075 Adding a PictureResolution option to SkPictureImageFilter by Justin Novosad · 10 years ago
  41. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  42. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  43. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  44. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  45. b07a94f add roundOut that returns its result by reed · 10 years ago
  46. 8f3937d Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  47. 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
  48. ba036cc Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  49. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  50. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  51. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  52. 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
  53. 3d822c2 Intersect SkPictureImageFilter bounds against clip bounds. by senorblanco · 10 years ago
  54. e846499 Make SkPictureShader and SkPictureImageFilter use const SkPictures by robertphillips · 10 years ago
  55. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  56. 97f5fc6 Allow SkPictureImageFilter to be serialized when not run cross-process. by senorblanco@chromium.org · 10 years ago
  57. 910702b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 10 years ago
  58. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  59. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  60. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  61. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  62. 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  63. 8b4799a Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview.chromium.org/138063005) due to bump in skp file format by robertphillips@google.com · 11 years ago
  64. 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  65. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  66. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  67. 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
  68. 5333300 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
  69. 9c5435d Revert "Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect." by senorblanco@chromium.org · 11 years ago
  70. 14e2127 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago