1. 469d67e Expose more info in SkCodec::FrameInfo by Leon Scroggins III · 4 years ago
  2. ca92424 Remove SkBaseDevice::flush (take 2) by Robert Phillips · 4 years ago
  3. a2c4020 Preserve dithering for SkImageFilters::Shader by Michael Ludwig · 4 years ago
  4. 10089c6 Revert "Remove legacy SkImage::MakeFromYUVATextures." by Robert Phillips · 4 years ago
  5. df29db4 Remove legacy SkImage::MakeFromYUVATextures. by Brian Salomon · 4 years ago
  6. 9e64047 Add MTLBinaryArchive support to iOS Metal build by Jim Van Verth · 4 years ago
  7. fcc4e85 Remove SkYUVAInfo::PlanarConfig by Brian Salomon · 4 years ago
  8. 98e17bf Remove deprecated DDL promise texture image factories. by Brian Salomon · 4 years ago
  9. b7c1310 Revert "Remove SkBaseDevice::flush" by Robert Phillips · 4 years ago
  10. 971b19d Remove SkBaseDevice::flush by Robert Phillips · 4 years ago
  11. a29ed26 Remove unused copy-to-external YUV SkImage factories. by Brian Salomon · 4 years ago
  12. 351c9b5 Switch to using GrMtlBackendContext for GrDirectContext creation. by Jim Van Verth · 4 years ago
  13. e438738 Split SkYUVAInfo::PlanarConfig into PlaneConfig and Subsampling enums by Brian Salomon · 4 years ago
  14. bd3792d Add SkYUVAInfo-based promise texture image factory by Brian Salomon · 4 years ago
  15. 1fe2b80 Revert "Reland "Draw image filters directly under non-axis-aligned transforms"" by Michael Ludwig · 4 years ago
  16. 7712db9 Reland "Draw image filters directly under non-axis-aligned transforms" by Michael Ludwig · 4 years ago
  17. f143274 Simplify promise image callbacks. by Brian Salomon · 4 years ago
  18. b06301e Reland "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 4 years ago
  19. 6a1763b Fix merge conflict in RELEASE_NOTES.txt by Brian Osman · 4 years ago
  20. 4cb5c5e Revert "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 4 years ago
  21. 6cafdc0 Revert "Draw image filters directly under non-axis-aligned transforms" by Michael Ludwig · 4 years ago
  22. bea0dc6 Rearrange SkSL pre-include modules to hide things by Brian Osman · 4 years ago
  23. f8f23b2 Draw image filters directly under non-axis-aligned transforms by Michael Ludwig · 4 years ago
  24. eb7f960 Reland "heif: Add AVIF type and AVIF sniffing" by Vignesh Venkatasubramanian · 4 years ago
  25. 694ff17 Revert "Revert changes to unbreak bots." by Brian Salomon · 4 years ago
  26. 007d97d Allow creating SkSurfaceCharacterizations directly for vk secondary CB context. by Greg Daniel · 4 years ago
  27. 49721c8 Revert changes to unbreak bots. by Brian Salomon · 4 years ago
  28. 8b5d44b Revert "Reland "heif: Add AVIF type and AVIF sniffing"" by Brian Salomon · 4 years ago
  29. 28eb592 Reland "heif: Add AVIF type and AVIF sniffing" by Vignesh Venkatasubramanian · 4 years ago
  30. f01a9d9 Add SkImage::MakeFromYUVATexturesCopyToExternal by Brian Salomon · 4 years ago
  31. ebb26e3 Revert "heif: Add AVIF type and AVIF sniffing" by John Stiles · 4 years ago
  32. 3ab5b73 heif: Add AVIF type and AVIF sniffing by Vignesh Venkatasubramanian · 4 years ago
  33. 9abf719 Remove code guarded by SK_LEGACY_SURFACE_PROPS. by Ben Wagner · 4 years ago
  34. 9f8ee0d Remove legacy SkImageGenerator YUV planes interface by Brian Salomon · 4 years ago
  35. c1a249d Revert "Revert "New variant of SkImage::MakeFromYUVATextures."" by Brian Salomon · 4 years ago
  36. 97a1e67 Add context option to disable mipmap support by kylechar · 4 years ago
  37. be8004d Revert "New variant of SkImage::MakeFromYUVATextures." by Brian Salomon · 4 years ago
  38. fea1223 New variant of SkImage::MakeFromYUVATextures. by Brian Salomon · 4 years ago
  39. 8aa0edf move SkTPin to include/private by Mike Klein · 4 years ago
  40. 01b93ea Add SkImageFilters::Blend rename for Xfermode filter by Michael Ludwig · 4 years, 1 month ago
  41. c98d5b6 Expand image filter factories to accept more types for crop rects by Michael Ludwig · 4 years, 1 month ago
  42. 7d0f853 Add SkImageFilters::Shader in place of Paint factory by Michael Ludwig · 4 years, 1 month ago
  43. 0ce2c54 Reland "Reland "Take GrContext private, GrDDLContext inherit from GrRecordingContext"" by Adlai Holler · 4 years, 1 month ago
  44. 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 4 years, 1 month ago
  45. f165f79 Remove unused variant of SkImage::MakeFromYUVAPixmaps by Brian Salomon · 4 years, 1 month ago
  46. 86d07fd Remove unused SkImage YUVA factories. by Brian Salomon · 4 years, 1 month ago
  47. 3636620 Require stencil bits on wrapped GrBackendRenderTargets to 0, 8, or 16. by Greg Daniel · 4 years, 1 month ago
  48. 93f22bc Update release notes for M87 branch cut, M88 begin by Heather Miller · 4 years, 1 month ago
  49. 8e0aa44 Get GrBackendRenderTarget's sample count from MtlTexture. by Brian Salomon · 4 years, 1 month ago
  50. 718ae76 Add sample count field to GrD3DTextureResourceInfo. by Brian Salomon · 4 years, 1 month ago
  51. 57fd923 Add sample count to GrVkImageInfo. by Brian Salomon · 4 years, 1 month ago
  52. c2d10ef Add deprecation warning when running Metal on older OSes. by Jim Van Verth · 4 years, 1 month ago
  53. e5d5eed Update SkClipOp::kMax_EnumValue to match non-deprecated values by Michael Ludwig · 4 years, 1 month ago
  54. 1b89eb7 Add AMD allocator to D3D12 backend. by Jim Van Verth · 4 years, 1 month ago
  55. 1d3c8c1 Add optional param to setBackendTextureState to return previous state. by Greg Daniel · 4 years, 1 month ago
  56. 5fba9ae Revert "Reland "Use Microsoft's ComPtr to wrap D3D12 objects."" by Jim Van Verth · 4 years, 1 month ago
  57. 94f65d7 Expand SkYUVAInfo::PlanarConfig/SkYUVAPixmapInfo::DataType values. by Brian Salomon · 4 years, 1 month ago
  58. 395ddc3 Reland "Enable novel GrClipStack on bots, disable elsewhere" by Michael Ludwig · 4 years, 1 month ago
  59. f6e0f58 Revert "Enable novel GrClipStack on bots, disable elsewhere" by Michael Ludwig · 4 years, 1 month ago
  60. e1ade2a Enable novel GrClipStack on bots, disable elsewhere by Michael Ludwig · 4 years, 1 month ago
  61. c2a9a97 New version of SkImage::MakeFromYUVAPixmaps() by Brian Salomon · 4 years, 1 month ago
  62. b8ae7fa Reland "Use Microsoft's ComPtr to wrap D3D12 objects." by Jim Van Verth · 4 years, 2 months ago
  63. bbbc28e Revert "Use Microsoft's ComPtr to wrap D3D12 objects." by Jim Van Verth · 4 years, 2 months ago
  64. 0ef0491 Use Microsoft's ComPtr to wrap D3D12 objects. by Jim Van Verth · 4 years, 2 months ago
  65. 59c60b0 Reland "Add idea of DataType to SkYUVAPixmapInfo." by Brian Salomon · 4 years, 2 months ago
  66. c7fa895 Revert "Add idea of DataType to SkYUVAPixmapInfo." by Michael Ludwig · 4 years, 2 months ago
  67. ed63444 Add idea of DataType to SkYUVAPixmapInfo. by Brian Salomon · 4 years, 2 months ago
  68. be0e42c New helpers for SkYUVAInfo when used with pixmaps. by Brian Salomon · 4 years, 2 months ago
  69. f2f9b0d Filter transformed atlas images correctly on GPU. by John Stiles · 4 years, 2 months ago
  70. 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 2 months ago
  71. 36b86af Revert "Remove ARC from Metal backend" by Jim Van Verth · 4 years, 2 months ago
  72. 6541013 Remove ARC from Metal backend by Jim Van Verth · 4 years, 2 months ago
  73. 87d42e5 A new way to specify YUVA planar data from SkCodec to SkImage_Lazy by Brian Salomon · 4 years, 2 months ago
  74. 7b62dca Add image usage flags to GrVkImageInfo by Greg Daniel · 4 years, 2 months ago
  75. 481ff13 add M86 branch release notes by Heather Miller · 4 years, 2 months ago
  76. 326b989 Add platform image encoder for using NDK APIs by Leon Scroggins III · 4 years, 3 months ago
  77. a4b9169 Remove 'in' variables from SkRuntimeEffect by Brian Osman · 4 years, 3 months ago
  78. f21d6b9 Reland "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins III · 4 years, 3 months ago
  79. 07438b0 Revert "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins · 4 years, 3 months ago
  80. cfef980 Add an SkImageGenerator that uses NDK APIs by Leon Scroggins III · 4 years, 5 months ago
  81. 3a608e5 remove (unused) DirectTo... methods by Mike Reed · 4 years, 3 months ago
  82. 9119625 Remove unnecessary macros from SkString header. by John Stiles · 4 years, 3 months ago
  83. 95afafb Reland "Add GrContext api to update compressed backend textures." by Greg Daniel · 4 years, 3 months ago
  84. 40a4062 Rename GrBackendTexture::fMipMapped -> fMipmapped by Brian Salomon · 4 years, 3 months ago
  85. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
  86. ceebe42 Revert "Add GrContext api to update compressed backend textures." by Greg Daniel · 4 years, 3 months ago
  87. 2c18030 Add GrContext api to update compressed backend textures. by Greg Daniel · 4 years, 4 months ago
  88. 414418d Add option for client to own semaphores after telling to skia to wait. by Greg Daniel · 4 years, 4 months ago
  89. 2a4acf3 Remove all internal uses of (and deprecate) SkSurface::getContext by Robert Phillips · 4 years, 4 months ago
  90. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 4 months ago
  91. 63a0a75 Reland "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
  92. 1caf378 Revert "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
  93. 7ac9b5f Add async rescale and read APIs to SkImage. by Brian Salomon · 4 years, 4 months ago
  94. c72d7a5 Add default flush calls to gpu backend. by Greg Daniel · 4 years, 4 months ago
  95. c1a67b5 Implement Direct3D semaphores by Jim Van Verth · 4 years, 4 months ago
  96. 24069eb Add GrContext::oomed() and implement for GL and VK. by Brian Salomon · 4 years, 4 months ago
  97. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 5 months ago
  98. 1db8e79 Add GrContext API to allow updating GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 5 months ago
  99. 2362022 [canvaskit] Make SkCanvas.drawColor/clear take SkColor4f by Kevin Lubick · 4 years, 5 months ago
  100. 3fdc49f Always call release procs on SkSurface GPU factories by Brian Salomon · 4 years, 5 months ago