1. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  2. b893a4c Add asRRect method to SkClipStack::Element by cdalton · 8 years ago
  3. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  4. 852f15d free -> reset by mtklein · 8 years ago
  5. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  6. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  7. f8053da Allow const& for SkImages and SkPictures in draw methods. by reed · 8 years ago
  8. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  9. 0e3738d free -> reset by mtklein · 8 years ago
  10. bbd6068 Add back SkAutoTUnref::detach() for Android temporarily. by mtklein · 8 years ago
  11. cc864c3 Add back SkAutoTDelete::detach() for Android temporarily. by mtklein · 8 years ago
  12. 18300a3 detach -> release by mtklein · 8 years ago
  13. 830dfd8 add blitprocs to shaders by reed · 8 years ago
  14. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  15. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  16. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  17. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  18. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  19. 15e2a53 add missing API by caryclark · 8 years ago
  20. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 8 years ago
  21. 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 8 years ago
  22. 15c3a0e Finish conversion to sk_sp<SkShader> by reed · 8 years ago
  23. 23f4d4d SkPDF: move all pdf sources into src/pdf by halcanary · 8 years ago
  24. c04ce67 Add caps and GL API for buffer texture by cdalton · 8 years ago
  25. 5f2d8e2 Add sampler precision to GrTextureAccess by cdalton · 8 years ago
  26. fde0511 Make sp variants for SkData by reed · 8 years ago
  27. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  28. 7a307df Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format by yujieqin · 8 years ago
  29. 41b952c Add deferred texture upload API. by bsalomon · 8 years ago
  30. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  31. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  32. 7fb4f8b Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )" by reed · 8 years ago
  33. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 8 years ago
  34. dd67e3d Add SkScalarTruncToScalar and speed up SkScalarFraction. by bungeman · 8 years ago
  35. bd73ffb add Make variations to return SkImage by sk_sp by reed · 8 years ago
  36. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  37. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  38. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  39. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 8 years ago
  40. 4984c3c Update Skia's YUV API by msarett · 8 years ago
  41. 393aa36 Switch SkMergeImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  42. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 8 years ago
  43. 2366408 TBR=robertphillips@google.com by bsalomon · 8 years ago
  44. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  45. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  46. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 8 years ago
  47. e6163bf Switch SkPaintImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  48. c3adf2f Deprecate SkImageDecoder by msarett · 8 years ago
  49. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  50. 6ac97b7 Switch SkImageSource image filter over to new onFilterImage interface by robertphillips · 8 years ago
  51. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  52. 647cc84 Add sk_ref_sp helper function. by reed · 8 years ago
  53. 40736ab Switch SkComposeImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  54. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 8 years ago
  55. c80bf74 Switch SkOffsetImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  56. c901c11 Add element_type, swap, operators, fix reset on sk_sp. by bungeman · 8 years ago
  57. 8d988b3 Add support for 2x2 matrices by cdalton · 8 years ago
  58. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  59. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 8 years ago
  60. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 8 years ago
  61. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 8 years ago
  62. 095d31c Update Skia's YUV API by msarett · 8 years ago
  63. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 8 years ago
  64. eaf086e Add SkSpecialImage-based methods to SkImageFilter by robertphillips · 8 years ago
  65. a5ab9ec Add variants of the setters on SkPaint which take a sk_sp<effect>. At the same time, change the internal storage to be sk_sp<effect>. by reed · 8 years ago
  66. 941da9d Fix behavior of sk_sp::reset(T*) and add unittest. by reed · 8 years ago
  67. 992854d Revert of add setter on SkPaint that takes sk_sp (patchset #1 id:1 of https://codereview.chromium.org/1769803002/ ) by reed · 8 years ago
  68. a917eba add setter on SkPaint that takes sk_sp by reed · 8 years ago
  69. ffa39e0 sk_sp: fix contravariant constructors by halcanary · 8 years ago
  70. ec7c0ce remove unneeded flag for annotations by reed · 8 years ago
  71. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  72. 91fcb3e SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*> by halcanary · 8 years ago
  73. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 8 years ago
  74. 9722019 Turn on gpu stats in debug builds. by bsalomon · 8 years ago
  75. 7b0b2ca Make Cmake work with debug build by halcanary · 8 years ago
  76. d331259 Revert of Don't allow nullptr in texels array params (unless using a transfer buffer). (patchset #3 id:60001 of https://codereview.chromium.org/1765633002/ ) by bsalomon · 8 years ago
  77. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  78. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  79. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  80. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  81. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  82. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  83. beab9e7 Add operator* and operator safe-bool to sk_sp. by bungeman · 8 years ago
  84. f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 8 years ago
  85. e2b0a0a update SkSmallAllocator to force internal allocations to be 16-byte aligned by reed · 8 years ago
  86. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  87. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 8 years ago
  88. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  89. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 8 years ago
  90. 89bd99b sk_sp: remove explicit operator bool() by halcanary · 8 years ago
  91. f55c364 Wire up stack traces again by joshualitt · 8 years ago
  92. cb6cb38 sk_sp: Covariant Move Constructor and Move Assignment by halcanary · 8 years ago
  93. 217c0b3 sk_make_sp<T>() by halcanary · 8 years ago
  94. 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 8 years ago
  95. df3f2b0 Move some GrAuditTrail fuctions to cpp file by joshualitt · 8 years ago
  96. bb7b043 isolate sk_sp from larger cl by reed · 8 years ago
  97. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 8 years ago
  98. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 8 years ago
  99. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 8 years ago
  100. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 8 years ago