1. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 9 years ago
  2. 491fb17 Update SkComposeImageFilter to sk_sp by robertphillips · 9 years ago
  3. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 9 years ago
  4. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  5. 40d8d62 Update Morphology image filter to store its type by robertphillips · 9 years ago
  6. 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 9 years ago
  7. 8905790 Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp (patchset #6 id:100001 of https://codereview.chromium.org/1842793002/ ) by djsollen · 9 years ago
  8. a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 9 years ago
  9. cfb6bdf switch xfermodes over to sk_sp by reed · 9 years ago
  10. ffe5400 SkPDF: milestone in metadata, also SkMilestone.h by halcanary · 9 years ago
  11. 5ff17b1 Swap SkPictureImageFilter's factories over to smart pointers by robertphillips · 9 years ago
  12. dec2943 Remove the GrGLInterface callback mechanism. by bsalomon · 9 years ago
  13. dfed06f Make SkFixed private. by benjaminwagner · 9 years ago
  14. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 9 years ago
  15. 2176f75 Remove Sk48Dot16. No longer used. by benjaminwagner · 9 years ago
  16. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 9 years ago
  17. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  18. 77899d1 Move SkRWBuffer.h to include/ and add SK_API by scroggo · 9 years ago
  19. 1514257 Delete SkPageFlipper by msarett · 9 years ago
  20. 28ef445 added support for glMinSampleShading by ethannicholas · 9 years ago
  21. 5443f1b Fix typo in SkTLazy copy ctor. src is a reference, not a pointer. by mtklein · 9 years ago
  22. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 9 years ago
  23. fd7bd45 Revise layer, extension and feature setup for Vulkan by jvanverth · 9 years ago
  24. 64d094d Require sRGB write control for sRGB support. Add flag to GrPaint to suppress linear -> sRGB conversion on write. Use that to fix YUV conversion, which directly produces sRGB data. (Technically, it produces data in whatever the color space of the JPEG might be). by brianosman · 9 years ago
  25. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  26. f299e71 Switch SkMorphologyImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  27. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  28. 3b5bea9 Add rowBytesAsPixels and shiftPerPixel to SkPixmap by robertphillips · 9 years ago
  29. 41c4096 Relocate SK_SUPPORT_LEGACY_PICTURE_PTR by fmalita · 9 years ago
  30. e8597a4 Delete SkImageDecoder by msarett · 9 years ago
  31. cd35baa Add missing SK_API to SkSwizzle.h by tomhudson · 9 years ago
  32. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 9 years ago
  33. 83f2e5a Switch SkColorFilterImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  34. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  35. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
  36. f037fde Delete SkImageDecoder by msarett · 9 years ago
  37. e8f3062 switch surface to sk_sp by reed · 9 years ago
  38. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
  39. 5b6e73e Delete SkImageDecoder by msarett · 9 years ago
  40. eac3e96 Revert of Switch SkColorFilterImageFilter over to new onFilterImage interface (patchset #5 id:80001 of https://codereview.chromium.org/1782083002/ ) by robertphillips · 9 years ago
  41. 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 9 years ago
  42. c60bfbb force no SSE on iOS simulator by mtklein · 9 years ago
  43. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  44. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
  45. f799706 Delete SkImageDecoder by msarett · 9 years ago
  46. a567dde fix path getSegment comment by caryclark · 9 years ago
  47. 633b356 GrVkGpu initialization cleanup. by jvanverth · 9 years ago
  48. 734351d Publicly expose one accelerated swizzle. by tomhudson · 9 years ago
  49. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 9 years ago
  50. ec950c4 Switch SkColorFilterImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  51. 0a291c7 Switch SkDropShaderImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  52. 5b1a2ca Remove SK_SUPPORT_LEGACY_FILTERBOUNDS_RETURN. by senorblanco · 9 years ago
  53. 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 · 9 years ago
  54. 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 · 9 years ago
  55. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 9 years ago
  56. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 9 years ago
  57. f809d76 switch colorfilters to sk_sp by reed · 9 years ago
  58. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 9 years ago
  59. 7b380d0 guard rasterizer and drawlooper setters by reed · 9 years ago
  60. 04cdc4b Remove transitional explicit operator bool. by mtklein · 9 years ago
  61. 127fe3e Correct comment to refer to SkImageFilter::kReverse_MapDirection. by jbroman · 9 years ago
  62. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 9 years ago
  63. fe7ada7 Make FreeType usable on Windows. by caryclark · 9 years ago
  64. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  65. 68c14d9 Templatize SkToXXX. by bungeman · 9 years ago
  66. e22bab9 disable SK_SUPPORT_LEGACY_PATHEFFECT_PTR for skia builds by reed · 9 years ago
  67. 58fc94e allow more options for shader blitprocs by reed · 9 years ago
  68. d2497f3 Enable extension support and debug layer. by jvanverth · 9 years ago
  69. b5a94e3 Store null GL context's state in interface object by bsalomon · 9 years ago
  70. fd359ca Implement Vulkan GrBackendObject for textures. by jvanverth · 9 years ago
  71. 89edf7a Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chromium.org/1814153003/ ) by bungeman · 9 years ago
  72. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
  73. 0be9e80 Templatize SkToXXX. by bungeman · 9 years ago
  74. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
  75. 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
  76. ca2622b return pictures as sk_sp by reed · 9 years ago
  77. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 9 years ago
  78. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  79. b893a4c Add asRRect method to SkClipStack::Element by cdalton · 9 years ago
  80. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  81. 852f15d free -> reset by mtklein · 9 years ago
  82. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  83. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  84. f8053da Allow const& for SkImages and SkPictures in draw methods. by reed · 9 years ago
  85. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  86. 0e3738d free -> reset by mtklein · 9 years ago
  87. bbd6068 Add back SkAutoTUnref::detach() for Android temporarily. by mtklein · 9 years ago
  88. cc864c3 Add back SkAutoTDelete::detach() for Android temporarily. by mtklein · 9 years ago
  89. 18300a3 detach -> release by mtklein · 9 years ago
  90. 830dfd8 add blitprocs to shaders by reed · 9 years ago
  91. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 9 years ago
  92. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  93. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  94. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  95. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  96. 15e2a53 add missing API by caryclark · 9 years ago
  97. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 9 years ago
  98. 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 9 years ago
  99. 15c3a0e Finish conversion to sk_sp<SkShader> by reed · 9 years ago
  100. 23f4d4d SkPDF: move all pdf sources into src/pdf by halcanary · 9 years ago