1. 32eaa89 Image filters: remove SkBitmap-based cache. by senorblanco · 8 years ago
  2. a1f4fa7 Revert of Hide SkCanvas::LayerIter (patchset #2 id:20001 of https://codereview.chromium.org/1897863008/ ) by fmalita · 8 years ago
  3. 8c30a81 post apply non-scale transforms after imagefilters have run by reed · 8 years ago
  4. a814000 Hide SkCanvas::LayerIter by robertphillips · 8 years ago
  5. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  6. be991ef Delete unused fNamedFactorySet from SkWriteBuffer by msarett · 8 years ago
  7. bde57ed Make SkImageFilter::Cache purging methods pure virtual by robertphillips · 8 years ago
  8. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  9. 983294f Skia Filter Quality and Scaling Metrics by ericrk · 8 years ago
  10. cb232e8 Revert of Remove deprecated paths from image filter infrastructure. (patchset #2 id:20001 of https://codereview.chromium.org/1888243003/ ) by robertphillips · 8 years ago
  11. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  12. 9d453b0 Revert of move static arrays into impl, to avoid multiple copies (patchset #3 id:40001 of https://codereview.chromium.org/1889793007/ ) by reed · 8 years ago
  13. 2a04104 exernalize imagefactory guard by reed · 8 years ago
  14. 6d7cd1f move static arrays into impl, to avoid multiple copies by reed · 8 years ago
  15. 6b13473 Move SkImageFilter over to storing sk_sps by robertphillips · 8 years ago
  16. 938115c Remove asFragmentProcessor gpu-specific ImageFilter code path by robertphillips · 8 years ago
  17. 8c3fd4f spriteblitter for memcpy case (for all configs) by reed · 8 years ago
  18. a376099 Revert of Fixes for SkRWBuffer (patchset #5 id:80001 of https://codereview.chromium.org/1871953002/ ) by bungeman · 8 years ago
  19. d06920a Fixes for SkRWBuffer by scroggo · 8 years ago
  20. 3dc6aac remove U16 support, just support F16 by reed · 8 years ago
  21. f9634b9 For GOOGLE3, add deref method to SkRefCnt. by benjaminwagner · 8 years ago
  22. 5092eac Fix legacy NewRenderTarget factory by bsalomon · 8 years ago
  23. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  24. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  25. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  26. 58700da remove SK_SUPPORT_NEW_ONCREATESCALERCONTEXT, no longer needed in chdrome by reed · 8 years ago
  27. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 8 years ago
  28. af9b8c8 Switch AlphaThresholdFilter over to new onFilterImage interface by robertphillips · 8 years ago
  29. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  30. cbc060a SkWStream::writeText inlined. by halcanary · 8 years ago
  31. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  32. c791728 Pass effects directly to fontcache by reed · 8 years ago
  33. 377add7 Fix race condition in SkROBuffer. by reed · 8 years ago
  34. 0576aa9 Serialize invNormRotation in SkLightingShader. by mtklein · 8 years ago
  35. 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 8 years ago
  36. 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 8 years ago
  37. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 8 years ago
  38. 23f9a84 Update Skia milestone to 52 by hcm · 8 years ago
  39. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  40. 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
  41. ae8c933 Update SkMatrixImageFilter to sk_sp by robertphillips · 8 years ago
  42. be243d4 Revert of Delete SkFlattenable::Type (part 1) (patchset #1 id:1 of https://codereview.chromium.org/1861013002/ ) by msarett · 8 years ago
  43. 6b63536 Delete SkFlattenable::Type (part 1) by msarett · 8 years ago
  44. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  45. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  46. af0ba65 Add SK_API to SkROBuffer::Iter by scroggo · 8 years ago
  47. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  48. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  49. 6db0a7b Image filters: optimize crop rect application. by senorblanco · 8 years ago
  50. 0fba3b9 sk_sp for SkCanvas::drawAnnotation() by mtklein · 8 years ago
  51. 92d4883 fix typo: add missing const by mtklein · 8 years ago
  52. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  53. 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  54. 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
  55. a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  56. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  57. ffe5400 SkPDF: milestone in metadata, also SkMilestone.h by halcanary · 8 years ago
  58. dfed06f Make SkFixed private. by benjaminwagner · 8 years ago
  59. 2176f75 Remove Sk48Dot16. No longer used. by benjaminwagner · 8 years ago
  60. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  61. 77899d1 Move SkRWBuffer.h to include/ and add SK_API by scroggo · 8 years ago
  62. 5443f1b Fix typo in SkTLazy copy ctor. src is a reference, not a pointer. by mtklein · 8 years ago
  63. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  64. 3b5bea9 Add rowBytesAsPixels and shiftPerPixel to SkPixmap by robertphillips · 8 years ago
  65. 41c4096 Relocate SK_SUPPORT_LEGACY_PICTURE_PTR by fmalita · 8 years ago
  66. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  67. cd35baa Add missing SK_API to SkSwizzle.h by tomhudson · 8 years ago
  68. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  69. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  70. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  71. f037fde Delete SkImageDecoder by msarett · 8 years ago
  72. e8f3062 switch surface to sk_sp by reed · 8 years ago
  73. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  74. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  75. 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
  76. c60bfbb force no SSE on iOS simulator by mtklein · 8 years ago
  77. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  78. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  79. f799706 Delete SkImageDecoder by msarett · 8 years ago
  80. a567dde fix path getSegment comment by caryclark · 8 years ago
  81. 734351d Publicly expose one accelerated swizzle. by tomhudson · 8 years ago
  82. 5b1a2ca Remove SK_SUPPORT_LEGACY_FILTERBOUNDS_RETURN. by senorblanco · 8 years ago
  83. 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
  84. 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
  85. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  86. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  87. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  88. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  89. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  90. 04cdc4b Remove transitional explicit operator bool. by mtklein · 8 years ago
  91. 127fe3e Correct comment to refer to SkImageFilter::kReverse_MapDirection. by jbroman · 8 years ago
  92. 68c14d9 Templatize SkToXXX. by bungeman · 8 years ago
  93. e22bab9 disable SK_SUPPORT_LEGACY_PATHEFFECT_PTR for skia builds by reed · 8 years ago
  94. 58fc94e allow more options for shader blitprocs by reed · 8 years ago
  95. 89edf7a Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chromium.org/1814153003/ ) by bungeman · 8 years ago
  96. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  97. 0be9e80 Templatize SkToXXX. by bungeman · 8 years ago
  98. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  99. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  100. ca2622b return pictures as sk_sp by reed · 8 years ago