1. 9abf719 Remove code guarded by SK_LEGACY_SURFACE_PROPS. by Ben Wagner · 3 years, 10 months ago
  2. b270568 Almost remove GrContext by Adlai Holler · 3 years, 10 months ago
  3. 9f8ee0d Remove legacy SkImageGenerator YUV planes interface by Brian Salomon · 3 years, 10 months ago
  4. c1a249d Revert "Revert "New variant of SkImage::MakeFromYUVATextures."" by Brian Salomon · 3 years, 10 months ago
  5. be8004d Revert "New variant of SkImage::MakeFromYUVATextures." by Brian Salomon · 3 years, 10 months ago
  6. fea1223 New variant of SkImage::MakeFromYUVATextures. by Brian Salomon · 3 years, 10 months ago
  7. acb6320 Enable AHB Surfaces with protected context for OpenGL by Derek Sollenberger · 3 years, 10 months ago
  8. 3172208 Revert "Remove GrContext" by Robert Phillips · 3 years, 10 months ago
  9. 2edf18d Remove GrContext by Adlai Holler · 3 years, 10 months ago
  10. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 10 months ago
  11. 30c9b4c Remove SkSurface::MakeFromBackendTextureAsRenderTarget by Brian Salomon · 3 years, 10 months ago
  12. 1fc76ce Migrate more Android & SkSurface API off GrContext by Adlai Holler · 3 years, 10 months ago
  13. 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 3 years, 10 months ago
  14. 8e5cf44 SkImage_GpuYUVA doesn't take origin by Brian Salomon · 3 years, 10 months ago
  15. ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 3 years, 11 months ago
  16. f165f79 Remove unused variant of SkImage::MakeFromYUVAPixmaps by Brian Salomon · 3 years, 10 months ago
  17. bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 3 years, 10 months ago
  18. c1916c3 Remove use of legacy display globals. by Ben Wagner · 3 years, 11 months ago
  19. 86d07fd Remove unused SkImage YUVA factories. by Brian Salomon · 3 years, 10 months ago
  20. 3636620 Require stencil bits on wrapped GrBackendRenderTargets to 0, 8, or 16. by Greg Daniel · 3 years, 10 months ago
  21. 8ba54ea GrRenderTargetContext takes release proc helper. by Brian Salomon · 3 years, 10 months ago
  22. 7b97b3c Reland "Migrate metal tools away from GrContext" by Adlai Holler · 3 years, 11 months ago
  23. 18f4b1c Revert "Migrate metal tools away from GrContext" by Adlai Holler · 3 years, 11 months ago
  24. 3eb813e Migrate metal tools away from GrContext by Adlai Holler · 3 years, 11 months ago
  25. b4aa639 Refactor API for mipmap-builder, by Mike Reed · 3 years, 11 months ago
  26. 2780656 Remove SkSurface::getContext by Adlai Holler · 3 years, 11 months ago
  27. c2a9a97 New version of SkImage::MakeFromYUVAPixmaps() by Brian Salomon · 3 years, 11 months ago
  28. 302e8fb Downgrade SkImage to GrImageContext by Adlai Holler · 3 years, 11 months ago
  29. 186866c expose clear way to create default mips by Mike Reed · 4 years ago
  30. 59c60b0 Reland "Add idea of DataType to SkYUVAPixmapInfo." by Brian Salomon · 4 years ago
  31. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  32. c7fa895 Revert "Add idea of DataType to SkYUVAPixmapInfo." by Michael Ludwig · 4 years ago
  33. ed63444 Add idea of DataType to SkYUVAPixmapInfo. by Brian Salomon · 4 years ago
  34. 638b2e8 Add GrInternalSurfaceFlag for vulkan input attachment. by Greg Daniel · 4 years ago
  35. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years ago
  36. be0e42c New helpers for SkYUVAInfo when used with pixmaps. by Brian Salomon · 4 years ago
  37. 398ecf1 Remove unused factories that take characterizations. by Greg Daniel · 4 years ago
  38. c113f00 Remove renderable flag from texture createLazyProxy. by Greg Daniel · 4 years ago
  39. 10c4213 Remove GrRenderTargetProxyPriv class and setGLRTFBOIDIs0 call. by Greg Daniel · 4 years ago
  40. 36b86af Revert "Remove ARC from Metal backend" by Jim Van Verth · 4 years ago
  41. 6541013 Remove ARC from Metal backend by Jim Van Verth · 4 years ago
  42. 87d42e5 A new way to specify YUVA planar data from SkCodec to SkImage_Lazy by Brian Salomon · 4 years ago
  43. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years ago
  44. 356bcb6 Remove SK_IMAGE_MAKE_COLOR_TYPE_AND_SPACE_USE_SOURCE_CONTEXT by Adlai Holler · 4 years ago
  45. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years ago
  46. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years ago
  47. 14dc791 Reland "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years ago
  48. d432856 allow all CPU surfaces by Mike Klein · 4 years ago
  49. c41ae2a Reland "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years ago
  50. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years ago
  51. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years ago
  52. 74b83a4 Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years ago
  53. ae04cc9 Revert "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years ago
  54. daa9e74 Migrate SkImage::MakeFromTexture to GrRecordingContext by Adlai Holler · 4 years ago
  55. 066f7d6 Migrate MakeCrossContextFromPixmap to GrDirectContext by Adlai Holler · 4 years, 1 month ago
  56. 2bc8318 Remove staging API for SkImage::makeWithFilter by Adlai Holler · 4 years ago
  57. f7129fc Migrate MakeFromAdoptedTexture to GrRecordingContext by Adlai Holler · 4 years ago
  58. 273bc30 Remove two staging APIs post-Chrome-migration by Adlai Holler · 4 years ago
  59. efb5f07 Remove virtual SkImage_Base::getPlanes by Brian Salomon · 4 years ago
  60. e34b282 Migrate MakeFromAdoptedTexture to GrDirectContext by Adlai Holler · 4 years ago
  61. cd04356 Can't share encoded data if we have any modifiers by Mike Reed · 4 years ago
  62. 52ea577 Migrate MakeFromYUVATexturesCopy* to GrRecordingContext by Adlai Holler · 4 years ago
  63. 8c7ecc1 Revert "Revert "Never share pixels when we make a subset image"" by Mike Reed · 4 years ago
  64. 3a608e5 remove (unused) DirectTo... methods by Mike Reed · 4 years ago
  65. 39d1c1e Revert "Never share pixels when we make a subset image" by Mike Reed · 4 years ago
  66. 3eff245 Never share pixels when we make a subset image by Mike Reed · 4 years ago
  67. 564d49e Remove subset parameter from making encoded/generator images by Mike Reed · 4 years ago
  68. c0ca856 Change makeTextureImage staging to allow either API by Adlai Holler · 4 years ago
  69. f7f5433 Remove GrSurfacePriv and GrRenderTargetPriv by Brian Salomon · 4 years ago
  70. 1529295 test for valid mips before setting on image by Mike Reed · 4 years, 1 month ago
  71. e888fb2 Remove GrYUVProvider. by Brian Salomon · 4 years, 1 month ago
  72. 4cfae3b Remove GrTexturePriv by Brian Salomon · 4 years, 1 month ago
  73. 3d30ca6 Add CubicResampler to makeShader by Mike Reed · 4 years, 1 month ago
  74. 40ad5fd Migrate SkImage::flush methods to GrDirectContext by Adlai Holler · 4 years, 1 month ago
  75. 247835b Reland "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 1 month ago
  76. 0137355 Remove GrContext variant of SkImage::isValid by Adlai Holler · 4 years, 1 month ago
  77. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 1 month ago
  78. d13b97f Revert "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 1 month ago
  79. 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 4 years, 1 month ago
  80. 7f0129d Migrate SkImage::makeWithFilter to GrRecordingContext by Adlai Holler · 4 years, 1 month ago
  81. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 1 month ago
  82. 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 1 month ago
  83. 40a4062 Rename GrBackendTexture::fMipMapped -> fMipmapped by Brian Salomon · 4 years, 1 month ago
  84. a6db510 Rename GrMipMapsStatus GrMipmapStatus by Brian Salomon · 4 years, 1 month ago
  85. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 1 month ago
  86. 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 1 month ago
  87. 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 1 month ago
  88. dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 1 month ago
  89. d58e01b6 support 16161616 in fm by Mike Klein · 4 years, 1 month ago
  90. 9f1760b Remove two unused deprecated SkImage functions by Adlai Holler · 4 years, 1 month ago
  91. 4caa935 Migrate MakeTextureImage to take GrDirectContext by Adlai Holler · 4 years, 1 month ago
  92. 4e105e2 Clean up GrContext references in the src/gpu by Robert Phillips · 4 years, 1 month ago
  93. 07531a0 Switch the DDLRecorder over to holding a GrRecordingContext ... by Robert Phillips · 4 years, 1 month ago
  94. 3de2a56 Remove makeSubset compatibility flag by Adlai Holler · 4 years, 1 month ago
  95. 3a22017 Reland "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 1 month ago
  96. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 1 month ago
  97. 779813a Revert "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 1 month ago
  98. a56da9e Add a direct context arg to makeColorTypeAndColorSpace by Adlai Holler · 4 years, 1 month ago
  99. 4759dca Remove under used IsACopyNeededForMips helper. by Brian Salomon · 4 years, 1 month ago
  100. 2fe1569 Create mipmaps when creating images by Mike Reed · 4 years, 1 month ago