1. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 3 months ago
  2. d13b97f Revert "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 3 months ago
  3. 2287478 make more constructors constexpr by Mike Reed · 4 years, 3 months ago
  4. 7f0129d Migrate SkImage::makeWithFilter to GrRecordingContext by Adlai Holler · 4 years, 3 months ago
  5. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
  6. 6d0ab95 read/write m44 by Mike Reed · 4 years, 3 months ago
  7. 9f1760b Remove two unused deprecated SkImage functions by Adlai Holler · 4 years, 3 months ago
  8. c24a6af create SkAtlasSubRun API subclass SkMaskSubRun by Herb Derby · 4 years, 3 months ago
  9. fd6f709 Revert "Revert "Serialize mipmaps"" by Mike Reed · 4 years, 3 months ago
  10. 4caa935 Migrate MakeTextureImage to take GrDirectContext by Adlai Holler · 4 years, 3 months ago
  11. 07531a0 Switch the DDLRecorder over to holding a GrRecordingContext ... by Robert Phillips · 4 years, 3 months ago
  12. c0693db Remove SkFontArguments::Axis. by Ben Wagner · 4 years, 3 months ago
  13. 3a22017 Reland "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 3 months ago
  14. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 3 months ago
  15. 779813a Revert "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 3 months ago
  16. a56da9e Add a direct context arg to makeColorTypeAndColorSpace by Adlai Holler · 4 years, 3 months ago
  17. b2db979 subclass GrPathSubRun from GrSubRun by Herb Derby · 4 years, 3 months ago
  18. 252a3c0 make GrAtlasSubRun a subclass of GrSubRun by Herb Derby · 4 years, 3 months ago
  19. 3d00a97 extract and rename SubRun to GrSubRun by Herb Derby · 4 years, 3 months ago
  20. 9d5c55c Move makeFontData to SkTypeface_FreeType. by Ben Wagner · 4 years, 4 months ago
  21. 2fe1569 Create mipmaps when creating images by Mike Reed · 4 years, 3 months ago
  22. 1a57857 Retract GrContext.h from headers by Robert Phillips · 4 years, 4 months ago
  23. 2955973 remove helper now that g3 is updated by Mike Reed · 4 years, 4 months ago
  24. 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years, 4 months ago
  25. 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 4 years, 4 months ago
  26. 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 4 years, 4 months ago
  27. 4a3ebc2 Switch SkImage's & SkImageGenerator's isValid call over to GrRecordingContext by Robert Phillips · 4 years, 4 months ago
  28. f8a6b5b Impl SkFilterOptions for raster-images by Mike Reed · 4 years, 4 months ago
  29. fcfd0af Notify when SkFontMetrics bounds are bogus. by Ben Wagner · 4 years, 4 months ago
  30. 16bf7d3 Make SkGpuDevice hold a GrRecordingContext (take 2) by Robert Phillips · 4 years, 4 months ago
  31. 414418d Add option for client to own semaphores after telling to skia to wait. by Greg Daniel · 4 years, 4 months ago
  32. 2a4acf3 Remove all internal uses of (and deprecate) SkSurface::getContext by Robert Phillips · 4 years, 4 months ago
  33. 05da783 Revert "Make SkGpuDevice hold a GrRecordingContext" by Chris Dalton · 4 years, 4 months ago
  34. c8b721b Make SkGpuDevice hold a GrRecordingContext by Robert Phillips · 4 years, 4 months ago
  35. 8155976 [skottie] Add line-spacing animator support by Florin Malita · 4 years, 4 months ago
  36. 92c33f3 document Make for paths, and move from pathbuilder into path by Mike Reed · 4 years, 4 months ago
  37. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 4 months ago
  38. 22c6aa1 Update Skia milestone to 86 by Heather Miller · 4 years, 4 months ago
  39. f19bbb5 Finish the DDL sk_sp migration by Adlai Holler · 4 years, 4 months ago
  40. d71cf40 Remove SkFontMgr::matchFaceStyle. by Ben Wagner · 4 years, 4 months ago
  41. 3d00fc9 Make SkFontMgr::onMakeFromStreamArgs pure virtual. by Ben Wagner · 4 years, 4 months ago
  42. f123f06 Expose GrRecordingContext accessor on SkCanvas and SkSurface by Robert Phillips · 4 years, 4 months ago
  43. 63a0a75 Reland "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
  44. 1caf378 Revert "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
  45. 7ac9b5f Add async rescale and read APIs to SkImage. by Brian Salomon · 4 years, 4 months ago
  46. c72d7a5 Add default flush calls to gpu backend. by Greg Daniel · 4 years, 4 months ago
  47. c19b9c5 androidFramework_replaceClip proposal by Michael Ludwig · 4 years, 4 months ago
  48. 061a5cf Move SkSLSampleMatrix to include/private by Brian Osman · 4 years, 4 months ago
  49. 7580ad4 Add an sk_sp API for DDLs with a macro for staging by Adlai Holler · 4 years, 4 months ago
  50. b11e627 Move impl into SkColorFilterBase by Mike Reed · 4 years, 4 months ago
  51. 72e5764 Rename MakeResult so that it can be used more broadly. by John Stiles · 4 years, 4 months ago
  52. 22f246f add simple pathbuilder by Mike Reed · 4 years, 4 months ago
  53. b444943 Update SkString::resize to preserve string contents efficiently. by John Stiles · 4 years, 4 months ago
  54. e22c5ca Fix wacky_yuv_formats for *ooprddl configs by Robert Phillips · 4 years, 4 months ago
  55. 9394dd5 Fix stack-buffer overrun in appendVAList. by John Stiles · 4 years, 4 months ago
  56. 82d6196 remove (unused) clipmask from savelayer by Mike Reed · 4 years, 5 months ago
  57. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 5 months ago
  58. 616da10 Allow printf-style formatting to be used in SK_ABORT. by John Stiles · 4 years, 5 months ago
  59. 9290d01 Add filter-quality to imageshader factory by Mike Reed · 4 years, 5 months ago
  60. ff7bee9 Remove SkReader32, and some API from SkWriter32 by Brian Osman · 4 years, 5 months ago
  61. 7eb0a5f Auto-resolve DDL targets in flushSurfaces by Robert Phillips · 4 years, 5 months ago
  62. 5c9d181 Make SK_DISABLE_EFFECT_SERIALIZATION trim out more code by Brian Osman · 4 years, 5 months ago
  63. 64aa513 Remove SkAtlasTextTarget by Herb Derby · 4 years, 5 months ago
  64. e84f96d Fix comments for SkYUVColorSpace by Wan-Teh Chang · 4 years, 5 months ago
  65. 2362022 [canvaskit] Make SkCanvas.drawColor/clear take SkColor4f by Kevin Lubick · 4 years, 5 months ago
  66. 3fdc49f Always call release procs on SkSurface GPU factories by Brian Salomon · 4 years, 5 months ago
  67. 2ad3dfb For custom vector/normal/position attrs, let marker ID 0 mean CTM by Brian Osman · 4 years, 5 months ago
  68. 3927802 Remove submit from async read pixels. User must submit. by Brian Salomon · 4 years, 5 months ago
  69. 6b3d6e9 Rewrite SkVertices serialization to use SkReadBuffer/SkWriteBuffer by Brian Osman · 4 years, 5 months ago
  70. 89c909e Wsign-conversion for public headers by Mike Klein · 4 years, 5 months ago
  71. 7a8e394 Revert "Allow printf-style formatting to be used in SK_ABORT." by John Stiles · 4 years, 5 months ago
  72. 67e50a6 Allow printf-style formatting to be used in SK_ABORT. by John Stiles · 4 years, 5 months ago
  73. b42a327 hide savelayer's clipmask fields by Mike Reed · 4 years, 5 months ago
  74. c0d88a1 Remove SkSurface::MakeFromBackendTextureAsRenderTarget from public API by Brian Salomon · 4 years, 5 months ago
  75. ac37b7a remove old kDCIP3 alias by Mike Klein · 4 years, 5 months ago
  76. 7135239 Line-wrap comments to fit the 100-character limit. by John Stiles · 4 years, 5 months ago
  77. 9f987c3 Remove misleading comments that implied big-endian support in Skia. by John Stiles · 4 years, 5 months ago
  78. fd9745e SkDrawLooper has not been supported by Skia for a while. Update dox and remove examples by Mike Reed · 4 years, 5 months ago
  79. e01c229 SkMatrix::Rotate() by Florin Malita · 4 years, 5 months ago
  80. d73f688 Remove incorrect doc comment about constraint argument. by John Stiles · 4 years, 5 months ago
  81. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 5 months ago
  82. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 5 months ago
  83. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 5 months ago
  84. 04283f3 Reland "Implement submit API to GrContext." by Greg Daniel · 4 years, 5 months ago
  85. 49de103 Reland "Remove deprecated flush calls." by Greg Daniel · 4 years, 5 months ago
  86. 5e6d789 Revert "Remove deprecated flush calls." by Greg Daniel · 4 years, 5 months ago
  87. 9ee15d7 Revert "Implement submit API to GrContext." by Greg Daniel · 4 years, 5 months ago
  88. 40f288c Implement submit API to GrContext. by Greg Daniel · 4 years, 5 months ago
  89. d8fd0bf Remove deprecated flush calls. by Greg Daniel · 4 years, 5 months ago
  90. d240d76 extract original paths at big size to improve precision by Mike Reed · 4 years, 5 months ago
  91. 1963009 stroke-and-fill is deprecated, introduce simpler api by Mike Reed · 4 years, 5 months ago
  92. 293e1d8 Clarify doc comments to document the meaning of 'hairline'. by John Stiles · 4 years, 5 months ago
  93. 8219e91 For vertices/patches with a shader and no texCoords, use positions by Brian Osman · 4 years, 5 months ago
  94. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 6 months ago
  95. 5b2ede3 Update Skia milestone to 85 by Heather Miller · 4 years, 6 months ago
  96. 5ab94e1 Add GrContext getter to SkSurface. by Greg Daniel · 4 years, 6 months ago
  97. da50cb8 A flush and submit apis to public headers. by Greg Daniel · 4 years, 6 months ago
  98. 48fcdac only pass a real paint to drawPicture if we need to by Mike Reed · 4 years, 6 months ago
  99. 684838f Mark SkStringPrintf as SK_PRINTF_LIKE by Adlai Holler · 4 years, 6 months ago
  100. 43e7e4f Add a work indication to SkDeferredDisplayList::ProgramIterator::compile by Robert Phillips · 4 years, 6 months ago