1. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 9 years ago
  2. 4984c3c Update Skia's YUV API by msarett · 9 years ago
  3. 393aa36 Switch SkMergeImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  4. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 9 years ago
  5. 2366408 TBR=robertphillips@google.com by bsalomon · 9 years ago
  6. 5671c5b SkImage now has makeShader to return sk_sp by reed · 9 years ago
  7. 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
  8. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 9 years ago
  9. e6163bf Switch SkPaintImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  10. c3adf2f Deprecate SkImageDecoder by msarett · 9 years ago
  11. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  12. 6ac97b7 Switch SkImageSource image filter over to new onFilterImage interface by robertphillips · 9 years ago
  13. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  14. 647cc84 Add sk_ref_sp helper function. by reed · 9 years ago
  15. 40736ab Switch SkComposeImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  16. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 9 years ago
  17. c80bf74 Switch SkOffsetImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
  18. c901c11 Add element_type, swap, operators, fix reset on sk_sp. by bungeman · 9 years ago
  19. 8d988b3 Add support for 2x2 matrices by cdalton · 9 years ago
  20. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 9 years ago
  21. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 9 years ago
  22. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 9 years ago
  23. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 9 years ago
  24. 095d31c Update Skia's YUV API by msarett · 9 years ago
  25. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 9 years ago
  26. eaf086e Add SkSpecialImage-based methods to SkImageFilter by robertphillips · 9 years ago
  27. 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 · 9 years ago
  28. 941da9d Fix behavior of sk_sp::reset(T*) and add unittest. by reed · 9 years ago
  29. 992854d Revert of add setter on SkPaint that takes sk_sp (patchset #1 id:1 of https://codereview.chromium.org/1769803002/ ) by reed · 9 years ago
  30. a917eba add setter on SkPaint that takes sk_sp by reed · 9 years ago
  31. ffa39e0 sk_sp: fix contravariant constructors by halcanary · 9 years ago
  32. ec7c0ce remove unneeded flag for annotations by reed · 9 years ago
  33. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 9 years ago
  34. 91fcb3e SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*> by halcanary · 9 years ago
  35. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 9 years ago
  36. 9722019 Turn on gpu stats in debug builds. by bsalomon · 9 years ago
  37. 7b0b2ca Make Cmake work with debug build by halcanary · 9 years ago
  38. 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 · 9 years ago
  39. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  40. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 9 years ago
  41. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 9 years ago
  42. d812fb4 enforce 16byte alignment in shader contexts by reed · 9 years ago
  43. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 9 years ago
  44. 0eda258 move annotations to canvas virtual by reed · 9 years ago
  45. beab9e7 Add operator* and operator safe-bool to sk_sp. by bungeman · 9 years ago
  46. 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 · 9 years ago
  47. e2b0a0a update SkSmallAllocator to force internal allocations to be 16-byte aligned by reed · 9 years ago
  48. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  49. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
  50. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  51. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 9 years ago
  52. 89bd99b sk_sp: remove explicit operator bool() by halcanary · 9 years ago
  53. f55c364 Wire up stack traces again by joshualitt · 9 years ago
  54. cb6cb38 sk_sp: Covariant Move Constructor and Move Assignment by halcanary · 9 years ago
  55. 217c0b3 sk_make_sp<T>() by halcanary · 9 years ago
  56. 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  57. df3f2b0 Move some GrAuditTrail fuctions to cpp file by joshualitt · 9 years ago
  58. bb7b043 isolate sk_sp from larger cl by reed · 9 years ago
  59. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 9 years ago
  60. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago
  61. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  62. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 9 years ago
  63. 15923c9 Modernize SkSpinlock. by mtklein · 9 years ago
  64. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  65. e93c17b Remove legacy Budgeted enum aliases from SkSurface by bsalomon · 9 years ago
  66. 08fc807 Revert of Add abilitly to query audit trail for batches by draw op (patchset #4 id:60001 of https://codereview.chromium.org/1745513002/ ) by joshualitt · 9 years ago
  67. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  68. 7f4b1b2 move drawextrapatheffect header into animator by reed · 9 years ago
  69. fa82348 remove unused view helpers by reed · 9 years ago
  70. 60d0259 remove unused view files by reed · 9 years ago
  71. 6b2af12 remove unneeded view subclasses by reed · 9 years ago
  72. 0fe12bc Revert of Add non-inline SkRTreeFactory constructor to fix clang-cl (patchset #2 id:20001 of https://codereview.chromium.org/1676833002/ ) by brucedawson · 9 years ago
  73. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  74. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  75. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  76. 18d6b75 Add batchlist managment to GrAuditTrail by joshualitt · 9 years ago
  77. 952538e fix undefined signed shifts by caryclark · 9 years ago
  78. 82e26bf Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ ) by ericrk · 9 years ago
  79. d2c7791 Revert of Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder (patchset #3 id:40001 of https://codereview.chromium.org/1730903007/ ) by ethannicholas · 9 years ago
  80. 00fddeb Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
  81. f57b3a6 Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  82. f6bfccd Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  83. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
  84. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  85. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  86. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  87. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  88. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  89. f156ea3 Change SkUnitScalarClampToByte to more accurate implementation. by benjaminwagner · 9 years ago
  90. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 9 years ago
  91. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  92. 7ea5cb1 Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  93. 8f7b0b2 simplify/unify xferproc api by reed · 9 years ago
  94. ca058f5 Retire SkShader::kSupports4f_Flag by fmalita · 9 years ago
  95. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  96. ccb74b8 Move SkPackBits to src/effects. by bungeman · 9 years ago
  97. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  98. 5a70bc7 make transformed rrect radii fit rectangle by caryclark · 9 years ago
  99. 5d2cd6e Move SkUtils.h to src/core. by bungeman · 9 years ago
  100. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 9 years ago