1. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 3 months ago
  2. fe0de30 Enable ClangTidy check modernize-use-nullptr. by John Stiles · 4 years, 3 months ago
  3. 2bfee21 Require a direct context to precompile a DDL's programs by Robert Phillips · 4 years, 3 months ago
  4. c9c4e2e Componentize SkAudioPlayer by Florin Malita · 4 years, 3 months ago
  5. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 3 months ago
  6. 326b989 Add platform image encoder for using NDK APIs by Leon Scroggins III · 4 years, 4 months ago
  7. 8a8be22 audio player (for mac) by Mike Reed · 4 years, 3 months ago
  8. 14dc791 Reland "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 3 months ago
  9. 079455c Make the GrSmallPathAtlasMgr a flush-time object by Robert Phillips · 4 years, 3 months ago
  10. 4f4be9b GrVkTypes: Change externalFormat to be uint64_t by Leon Scroggins III · 4 years, 3 months ago
  11. c41ae2a Reland "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 3 months ago
  12. 765c592 MSAA improvements for Direct3D. by Jim Van Verth · 4 years, 3 months ago
  13. 5edf510 Add plumbing for access to the flush-time GrSmallPathAtlasMgr by Robert Phillips · 4 years, 3 months ago
  14. a4b9169 Remove 'in' variables from SkRuntimeEffect by Brian Osman · 4 years, 3 months ago
  15. 3262bc8 Clarify that the GrDirectContext uniquely holds the text atlas manager by Robert Phillips · 4 years, 3 months ago
  16. 375721d SkPathView for ownerless (can live on stack) SkPaths by Mike Reed · 4 years, 3 months ago
  17. ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years, 3 months ago
  18. 871aa74 Add support for children to runtime color filters by Brian Osman · 4 years, 4 months ago
  19. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 4 months ago
  20. 74b83a4 Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 4 months ago
  21. ae04cc9 Revert "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 4 months ago
  22. 92aac1e Disallow runtime effect color filters that depend on position by Brian Osman · 4 years, 4 months ago
  23. 81b276e add SkGraphics::AllowJIT() by Mike Klein · 4 years, 4 months ago
  24. daa9e74 Migrate SkImage::MakeFromTexture to GrRecordingContext by Adlai Holler · 4 years, 4 months ago
  25. 066f7d6 Migrate MakeCrossContextFromPixmap to GrDirectContext by Adlai Holler · 4 years, 4 months ago
  26. 0d6f815 iwyu fixes for VS 16.7's STL by Mike Klein · 4 years, 4 months ago
  27. f21d6b9 Reland "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins III · 4 years, 4 months ago
  28. 2bc8318 Remove staging API for SkImage::makeWithFilter by Adlai Holler · 4 years, 4 months ago
  29. f7129fc Migrate MakeFromAdoptedTexture to GrRecordingContext by Adlai Holler · 4 years, 4 months ago
  30. 07438b0 Revert "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins · 4 years, 4 months ago
  31. cfef980 Add an SkImageGenerator that uses NDK APIs by Leon Scroggins III · 4 years, 6 months ago
  32. 273bc30 Remove two staging APIs post-Chrome-migration by Adlai Holler · 4 years, 4 months ago
  33. 6fbd92d Better serialize variations, separate SkFontData. by Ben Wagner · 4 years, 4 months ago
  34. 093de4e Use more of pathbuilder by Mike Reed · 4 years, 4 months ago
  35. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 4 months ago
  36. cfb130c Add arc methods to path builder by Mike Reed · 4 years, 4 months ago
  37. 74a7a81 fix addOval and addRRect on builder by Mike Reed · 4 years, 4 months ago
  38. b746d5c add static factories for SkPath by Mike Reed · 4 years, 4 months ago
  39. 4b4cd13 Builder has addPolygon, plus start hiding edit methods by Mike Reed · 4 years, 4 months ago
  40. 5bc663a add relative segment methods by Mike Reed · 4 years, 4 months ago
  41. 2243d77 use pathbuilder by Mike Reed · 4 years, 4 months ago
  42. 577536a Remove "dummy" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years, 4 months ago
  43. dc4da5a GCC: fix type passed to vcvt_f32_f16 to be a float16x4_t in SkVx.h by Jose Dapena Paz · 4 years, 4 months ago
  44. 76e22a3 Fix path builder initial gen ID by Florin Malita · 4 years, 4 months ago
  45. 17dc63f Don't define SK_GL when no other GPU backends are enabled by Brian Salomon · 4 years, 4 months ago
  46. f8869a2 Remove SK_REQUIRE_LOCAL_VAR macro. by John Stiles · 4 years, 4 months ago
  47. dab3034 mark SkPathBuilder as SK_API by Mike Reed · 4 years, 4 months ago
  48. 6b2602e Remove remaining usages of skvx::mad by Elliot Evans · 4 years, 4 months ago
  49. e34b282 Migrate MakeFromAdoptedTexture to GrDirectContext by Adlai Holler · 4 years, 4 months ago
  50. 0795361 SkUNREACHABLE should fail, not be UB. by Ben Wagner · 4 years, 5 months ago
  51. 52ea577 Migrate MakeFromYUVATexturesCopy* to GrRecordingContext by Adlai Holler · 4 years, 4 months ago
  52. 8c7ecc1 Revert "Revert "Never share pixels when we make a subset image"" by Mike Reed · 4 years, 4 months ago
  53. 3a608e5 remove (unused) DirectTo... methods by Mike Reed · 4 years, 4 months ago
  54. 39d1c1e Revert "Never share pixels when we make a subset image" by Mike Reed · 4 years, 4 months ago
  55. 3eff245 Never share pixels when we make a subset image by Mike Reed · 4 years, 4 months ago
  56. ace773d Use SkScalar type where appropriate. by John Stiles · 4 years, 4 months ago
  57. 1e67f7f Mark sk_abort_no_print [[noreturn]]. by Ben Wagner · 4 years, 4 months ago
  58. 564d49e Remove subset parameter from making encoded/generator images by Mike Reed · 4 years, 4 months ago
  59. c0ca856 Change makeTextureImage staging to allow either API by Adlai Holler · 4 years, 4 months ago
  60. a4c8098 Remove gendered language by Leon Scroggins III · 4 years, 4 months ago
  61. 9119625 Remove unnecessary macros from SkString header. by John Stiles · 4 years, 4 months ago
  62. 738c271 Update DataEntry struct to properly support move semantics. by John Stiles · 4 years, 4 months ago
  63. 0307e91 Remove unreferenced function SkStrDup. by John Stiles · 4 years, 4 months ago
  64. 53453f7 split transformed mask from SDFT by Herb Derby · 4 years, 4 months ago
  65. 6926791 Remove resource from GrD3DBuffer. by Greg Daniel · 4 years, 4 months ago
  66. b107a11 Add several more values to SkYUVColorSpace by Brian Osman · 4 years, 4 months ago
  67. 7c86592 Inclusive language by Kevin Lubick · 4 years, 4 months ago
  68. b25e065 Convert more tests to GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 4 months ago
  69. 3d30ca6 Add CubicResampler to makeShader by Mike Reed · 4 years, 4 months ago
  70. 95afafb Reland "Add GrContext api to update compressed backend textures." by Greg Daniel · 4 years, 4 months ago
  71. 40ad5fd Migrate SkImage::flush methods to GrDirectContext by Adlai Holler · 4 years, 4 months ago
  72. 247835b Reland "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 4 months ago
  73. 0137355 Remove GrContext variant of SkImage::isValid by Adlai Holler · 4 years, 4 months ago
  74. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 4 months ago
  75. d13b97f Revert "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 4 months ago
  76. 2287478 make more constructors constexpr by Mike Reed · 4 years, 4 months ago
  77. 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 4 years, 4 months ago
  78. 7f0129d Migrate SkImage::makeWithFilter to GrRecordingContext by Adlai Holler · 4 years, 4 months ago
  79. 1d17e49 constify GrAtlasTextOp::Geometry by Herb Derby · 4 years, 4 months ago
  80. 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 4 months ago
  81. 373d7dd Add new GrContext::updateBackendTexture call that takes an SkColorType. by Greg Daniel · 4 years, 4 months ago
  82. 40a4062 Rename GrBackendTexture::fMipMapped -> fMipmapped by Brian Salomon · 4 years, 4 months ago
  83. a6db510 Rename GrMipMapsStatus GrMipmapStatus by Brian Salomon · 4 years, 4 months ago
  84. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 4 months ago
  85. 5333784 remove stray weakref include by Mike Klein · 4 years, 4 months ago
  86. 6d0ab95 read/write m44 by Mike Reed · 4 years, 4 months ago
  87. 48a643d SkRuntimeEffect: Always include GrTypesPriv, clean up variable type code by Brian Osman · 4 years, 4 months ago
  88. 9f1760b Remove two unused deprecated SkImage functions by Adlai Holler · 4 years, 4 months ago
  89. c24a6af create SkAtlasSubRun API subclass SkMaskSubRun by Herb Derby · 4 years, 4 months ago
  90. 3164b44 Roll skcms from c21106442079 to f73242142ce5 (1 revision) by skia-autoroll · 4 years, 4 months ago
  91. fd6f709 Revert "Revert "Serialize mipmaps"" by Mike Reed · 4 years, 4 months ago
  92. 4caa935 Migrate MakeTextureImage to take GrDirectContext by Adlai Holler · 4 years, 4 months ago
  93. 07531a0 Switch the DDLRecorder over to holding a GrRecordingContext ... by Robert Phillips · 4 years, 4 months ago
  94. c0693db Remove SkFontArguments::Axis. by Ben Wagner · 4 years, 4 months ago
  95. 4d680cd a bunch of half-related stuff by Mike Klein · 4 years, 4 months ago
  96. 72b8aea Fix experimental_simd CanvasKit build. by Elliot Evans · 4 years, 4 months ago
  97. 3a22017 Reland "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 4 months ago
  98. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 4 months ago
  99. 779813a Revert "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 4 months ago
  100. a56da9e Add a direct context arg to makeColorTypeAndColorSpace by Adlai Holler · 4 years, 4 months ago