1. d6e6a3c update dox for drawPaint by Mike Reed · 4 years ago
  2. 9ae860a Reland "Remove GrContext" by Adlai Holler · 4 years ago
  3. b270568 Almost remove GrContext by Adlai Holler · 4 years ago
  4. 9f8ee0d Remove legacy SkImageGenerator YUV planes interface by Brian Salomon · 4 years ago
  5. c1a249d Revert "Revert "New variant of SkImage::MakeFromYUVATextures."" by Brian Salomon · 4 years ago
  6. 97a1e67 Add context option to disable mipmap support by kylechar · 4 years ago
  7. be8004d Revert "New variant of SkImage::MakeFromYUVATextures." by Brian Salomon · 4 years ago
  8. f60a76e switch SkTPin impl to pin NaN to lo by Mike Klein · 4 years ago
  9. fea1223 New variant of SkImage::MakeFromYUVATextures. by Brian Salomon · 4 years ago
  10. 137068d impl SkTPin with std::{min,max} by Mike Klein · 4 years ago
  11. 8aa0edf move SkTPin to include/private by Mike Klein · 4 years ago
  12. a0c6731 update SkTPin() by Mike Klein · 4 years ago
  13. 7db7139 Revert "Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage."" by Brian Salomon · 4 years ago
  14. 839fb22 Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage." by Brian Salomon · 4 years ago
  15. db0288d Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage. by Brian Salomon · 4 years ago
  16. f1f1e7d Hide shrinkToFit -- not needed now that we have pathbuilder by Mike Reed · 4 years ago
  17. f4bda74 Rename SkTArray::reserve to reserve_back. by John Stiles · 4 years ago
  18. c924a88 SkPath::shrinkToFit() needs to perform copy-on-write by Mike Reed · 4 years ago
  19. 3172208 Revert "Remove GrContext" by Robert Phillips · 4 years ago
  20. 2edf18d Remove GrContext by Adlai Holler · 4 years ago
  21. 52ace08 Fix special case in SkRRect::setOval where the oval devolves to a rect by Robert Phillips · 4 years ago
  22. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years ago
  23. f4c6463 refine SkPath::approximateBytesUsed() by Mike Klein · 4 years ago
  24. 53cf44c Migrate GrContextPriv & ivars to GrDirectContext by Adlai Holler · 4 years ago
  25. 9a6efa6 move scalar functions out of SkVx.h by Mike Klein · 4 years ago
  26. 6b8b2ea move cfi stifle post-refactor by Mike Klein · 4 years ago
  27. 6d0745b Migrate last public API to GrDirectContext by Adlai Holler · 4 years ago
  28. 64e1383 Migrate compressed texture methods to GrDirectContext by Adlai Holler · 4 years ago
  29. 311b648 Reland "pack SkTArray" by Mike Klein · 4 years ago
  30. 2e0c70d Migrate texture update methods to GrDirectContext by Adlai Holler · 4 years ago
  31. 43a2d42 Revert "pack SkTArray" by Mike Klein · 4 years ago
  32. a221f1c remove skvx::{rsqrt,rcp} by Mike Klein · 4 years ago
  33. b3c42ef pack SkTArray by Mike Klein · 4 years ago
  34. 98dd004 Migrate texture creation methods to GrDirectContext by Adlai Holler · 4 years ago
  35. 01b93ea Add SkImageFilters::Blend rename for Xfermode filter by Michael Ludwig · 4 years, 1 month ago
  36. 3acc69a Migrate flush & misc methods to GrDirectContext by Adlai Holler · 4 years ago
  37. c98d5b6 Expand image filter factories to accept more types for crop rects by Michael Ludwig · 4 years, 1 month ago
  38. 5d0330e Add scratch msaa attachment creation to GrResourceProvider. by Greg Daniel · 4 years ago
  39. 3637a44 update comments and rearrange SkVx.h by Mike Klein · 4 years ago
  40. 840e8ea power up skvx::map by Mike Klein · 4 years ago
  41. 4aa4c60 Migrate gpu resource methods to GrDirectContext by Adlai Holler · 4 years ago
  42. 01bdceb Rename SkTArray::allocCntForTest to capacity. by John Stiles · 4 years ago
  43. 3a508e9 Migrate resource cache methods to GrDirectContext by Adlai Holler · 4 years ago
  44. 30c9b4c Remove SkSurface::MakeFromBackendTextureAsRenderTarget by Brian Salomon · 4 years, 1 month ago
  45. 61a591c Migrate releaseResourcesAndAbandonContext to GrDirectContext by Adlai Holler · 4 years ago
  46. a7a4044 Migrate abandonment & reset methods to GrDirectContext by Adlai Holler · 4 years, 1 month ago
  47. 9555f29 Reland "Merge GrContext::init into GrDirectContext ..." by Adlai Holler · 4 years, 1 month ago
  48. 7d0f853 Add SkImageFilters::Shader in place of Paint factory by Michael Ludwig · 4 years, 1 month ago
  49. e9b9c3b Revert "Merge GrContext::init into GrDirectContext ..." by Jim Van Verth · 4 years, 1 month ago
  50. 48d8724 Merge GrContext::init into GrDirectContext ... by Adlai Holler · 4 years, 1 month ago
  51. 1fc76ce Migrate more Android & SkSurface API off GrContext by Adlai Holler · 4 years, 1 month ago
  52. d464feb Rename GrThreadSafeUniquelyKeyedProxyViewCache by Robert Phillips · 4 years, 1 month ago
  53. ba835bb tidy up SkTHash special methods by Mike Klein · 4 years, 1 month ago
  54. 9c0b79a Implement assignment and copy-construction for SkTHashSet/Map. by John Stiles · 4 years, 1 month ago
  55. a7f69c2 Add stencil formats to all the backends. by Greg Daniel · 4 years, 1 month ago
  56. 6e17ffe Add customData capability to the thread-safe proxy cache ... by Robert Phillips · 4 years, 1 month ago
  57. 8354e9b Fix data() method and add unit test. by John Stiles · 4 years, 1 month ago
  58. 0ce2c54 Reland "Reland "Take GrContext private, GrDDLContext inherit from GrRecordingContext"" by Adlai Holler · 4 years, 1 month ago
  59. 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 4 years, 1 month ago
  60. 59637dd Add SkTypeface::getPostScriptName. by Ben Wagner · 4 years, 1 month ago
  61. 8e5cf44 SkImage_GpuYUVA doesn't take origin by Brian Salomon · 4 years, 1 month ago
  62. ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 4 years, 1 month ago
  63. f165f79 Remove unused variant of SkImage::MakeFromYUVAPixmaps by Brian Salomon · 4 years, 1 month ago
  64. bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 4 years, 1 month ago
  65. c1916c3 Remove use of legacy display globals. by Ben Wagner · 4 years, 1 month ago
  66. 3d00e3a [canvaskit] Flesh out remaining docs for core CanvasKit. by Kevin Lubick · 4 years, 1 month ago
  67. 2fd08e6 [canvaskit] Add docs/types for Paint and Filters/Effects by Kevin Lubick · 4 years, 1 month ago
  68. 86d07fd Remove unused SkImage YUVA factories. by Brian Salomon · 4 years, 1 month ago
  69. 3636620 Require stencil bits on wrapped GrBackendRenderTargets to 0, 8, or 16. by Greg Daniel · 4 years, 1 month ago
  70. a80ce1a remove SkMakeSpan use ctor parameter deduction by Herb Derby · 4 years, 5 months ago
  71. 219d412 Update Skia milestone to 88 by Heather Miller · 4 years, 1 month ago
  72. 6d32686 Remove unused field from DeviceCM by Michael Ludwig · 4 years, 1 month ago
  73. 8e0aa44 Get GrBackendRenderTarget's sample count from MtlTexture. by Brian Salomon · 4 years, 1 month ago
  74. 2889e69 Return GrBackendTexture from SkPromiseImageTexture by value. by Brian Salomon · 4 years, 1 month ago
  75. 718ae76 Add sample count field to GrD3DTextureResourceInfo. by Brian Salomon · 4 years, 1 month ago
  76. 57fd923 Add sample count to GrVkImageInfo. by Brian Salomon · 4 years, 1 month ago
  77. 8ff2449 Log more info for Chrome bug 1132617 by Brian Salomon · 4 years, 1 month ago
  78. e5d5eed Update SkClipOp::kMax_EnumValue to match non-deprecated values by Michael Ludwig · 4 years, 1 month ago
  79. 4e48490 Remove deprecated Vulkan GrBackendRenderTarget constructor by Brian Salomon · 4 years, 1 month ago
  80. a28ea67 Fix checks of GR_TEST_UTILS. by Greg Daniel · 4 years, 1 month ago
  81. 96c8aeb Reland "Allow rect and circle blur fast cases to be used with rotation matrices." by Brian Salomon · 4 years, 1 month ago
  82. 1fc7422 Revert "Allow rect and circle blur fast cases to be used with rotation matrices." by Robert Phillips · 4 years, 1 month ago
  83. cf43fc6 Revert "Reland "Take GrContext private, GrDDLContext inherit from GrRecordingContext"" by Adlai Holler · 4 years, 1 month ago
  84. 1b89eb7 Add AMD allocator to D3D12 backend. by Jim Van Verth · 4 years, 1 month ago
  85. ff13ffb Reland "Take GrContext private, GrDDLContext inherit from GrRecordingContext" by Adlai Holler · 4 years, 1 month ago
  86. 2bded27 Allow rect and circle blur fast cases to be used with rotation matrices. by Brian Salomon · 4 years, 1 month ago
  87. 1d3c8c1 Add optional param to setBackendTextureState to return previous state. by Greg Daniel · 4 years, 1 month ago
  88. 7b97b3c Reland "Migrate metal tools away from GrContext" by Adlai Holler · 4 years, 1 month ago
  89. d1e6716 Add an "allPathsVolatile" option for testing by Chris Dalton · 4 years, 1 month ago
  90. 18f4b1c Revert "Migrate metal tools away from GrContext" by Adlai Holler · 4 years, 1 month ago
  91. 3eb813e Migrate metal tools away from GrContext by Adlai Holler · 4 years, 1 month ago
  92. d4867c9 Add `rc` accessor method to SkMatrix. by John Stiles · 4 years, 1 month ago
  93. 89bdc90 Revert "Take GrContext private, GrDDLContext inherit from GrRecordingContext" by Adlai Holler · 4 years, 1 month ago
  94. d2daa94 Take GrContext private, GrDDLContext inherit from GrRecordingContext by Adlai Holler · 4 years, 1 month ago
  95. 5fba9ae Revert "Reland "Use Microsoft's ComPtr to wrap D3D12 objects."" by Jim Van Verth · 4 years, 1 month ago
  96. 9a48697 Allow client to pass in VK_IMAGE_LAYOUT_UNDEFINED into mutable state change requests. by Greg Daniel · 4 years, 1 month ago
  97. d8ca58a Remove SkCanvas::getGrContext & GrRecordingContext::backdoor by Adlai Holler · 4 years, 1 month ago
  98. 94f65d7 Expand SkYUVAInfo::PlanarConfig/SkYUVAPixmapInfo::DataType values. by Brian Salomon · 4 years, 1 month ago
  99. 597c33a Fix CanvasKit warnings compiling on Mac with emsdk 2.0.0 by Chris Dalton · 4 years, 1 month ago
  100. 3163428 Add gms that test limited hw tessellation segments by Chris Dalton · 4 years, 1 month ago