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