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