1. 48a643d SkRuntimeEffect: Always include GrTypesPriv, clean up variable type code by Brian Osman · 4 years, 4 months ago
  2. 9f1760b Remove two unused deprecated SkImage functions by Adlai Holler · 4 years, 4 months ago
  3. c24a6af create SkAtlasSubRun API subclass SkMaskSubRun by Herb Derby · 4 years, 4 months ago
  4. 3164b44 Roll skcms from c21106442079 to f73242142ce5 (1 revision) by skia-autoroll · 4 years, 4 months ago
  5. fd6f709 Revert "Revert "Serialize mipmaps"" by Mike Reed · 4 years, 4 months ago
  6. 4caa935 Migrate MakeTextureImage to take GrDirectContext by Adlai Holler · 4 years, 4 months ago
  7. 07531a0 Switch the DDLRecorder over to holding a GrRecordingContext ... by Robert Phillips · 4 years, 4 months ago
  8. c0693db Remove SkFontArguments::Axis. by Ben Wagner · 4 years, 4 months ago
  9. 4d680cd a bunch of half-related stuff by Mike Klein · 4 years, 4 months ago
  10. 72b8aea Fix experimental_simd CanvasKit build. by Elliot Evans · 4 years, 4 months ago
  11. 3a22017 Reland "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 4 months ago
  12. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 4 months ago
  13. 779813a Revert "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 4 months ago
  14. a56da9e Add a direct context arg to makeColorTypeAndColorSpace by Adlai Holler · 4 years, 4 months ago
  15. b2db979 subclass GrPathSubRun from GrSubRun by Herb Derby · 4 years, 4 months ago
  16. 252a3c0 make GrAtlasSubRun a subclass of GrSubRun by Herb Derby · 4 years, 4 months ago
  17. c7228c6 Set up to use new GrDirectContext factories in Chrome by Robert Phillips · 4 years, 4 months ago
  18. 3d00a97 extract and rename SubRun to GrSubRun by Herb Derby · 4 years, 4 months ago
  19. 955adbe Replace various one-liner sorting functor adapters with lambdas. by John Stiles · 4 years, 4 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, 4 months ago
  22. ceebe42 Revert "Add GrContext api to update compressed backend textures." by Greg Daniel · 4 years, 4 months ago
  23. 43833b0 Add GrContextOption to limit the number of cached secondary command buffers. by Greg Daniel · 4 years, 4 months ago
  24. f4f8011 Add Context factories to GrDirectContext by Robert Phillips · 4 years, 4 months ago
  25. 5bdbdf4 Update glMultiDraw... to use GLuint* for baseInstances by Chris Dalton · 4 years, 4 months ago
  26. 2c18030 Add GrContext api to update compressed backend textures. by Greg Daniel · 4 years, 4 months ago
  27. 1a57857 Retract GrContext.h from headers by Robert Phillips · 4 years, 4 months ago
  28. 2955973 remove helper now that g3 is updated by Mike Reed · 4 years, 4 months ago
  29. 74470ae Make GrAsDirectContext public by Adlai Holler · 4 years, 4 months ago
  30. 5cb47d6 refactor skvx::if_then_else() by Mike Klein · 4 years, 4 months ago
  31. 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years, 4 months ago
  32. 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 4 years, 4 months ago
  33. 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 4 years, 4 months ago
  34. 4a3ebc2 Switch SkImage's & SkImageGenerator's isValid call over to GrRecordingContext by Robert Phillips · 4 years, 4 months ago
  35. b490eb2 Add ANGLE's glMultiDraw*BaseInstance functions to the GL interface by Chris Dalton · 4 years, 4 months ago
  36. f8a6b5b Impl SkFilterOptions for raster-images by Mike Reed · 4 years, 4 months ago
  37. fcfd0af Notify when SkFontMetrics bounds are bogus. by Ben Wagner · 4 years, 4 months ago
  38. dadc081 Add missing recordingContext override to SkPaintFilterCanvas by Robert Phillips · 4 years, 4 months ago
  39. 16bf7d3 Make SkGpuDevice hold a GrRecordingContext (take 2) by Robert Phillips · 4 years, 4 months ago
  40. 414418d Add option for client to own semaphores after telling to skia to wait. by Greg Daniel · 4 years, 4 months ago
  41. 2a4acf3 Remove all internal uses of (and deprecate) SkSurface::getContext by Robert Phillips · 4 years, 4 months ago
  42. b370725 Mark SkGetThreadID SK_SPI in debug. by Ben Wagner · 4 years, 4 months ago
  43. e3ad527 Add a convenience to downcast contexts into GrDirectContext by Adlai Holler · 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. bc4d13a move GrTextBlobCache to GrContextThreadSafeProxy by Herb Derby · 4 years, 4 months ago
  48. c1893f3 GCC: fix unknown attribute warnings for no_sanitize by Stephan Hartmann · 4 years, 4 months ago
  49. 92c33f3 document Make for paths, and move from pathbuilder into path by Mike Reed · 4 years, 4 months ago
  50. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 4 months ago
  51. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 4 months ago
  52. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 4 months ago
  53. d2f870c Fix modifier key handling in OS X to allow command-keys to work. by John Stiles · 4 years, 4 months ago
  54. fe7e74b Add an `experimental_simd` build target to CanvasKit. by Elliot Evans · 4 years, 4 months ago
  55. 9eb0002 Double down on abandoned being publicly accessible on contexts by Robert Phillips · 4 years, 4 months ago
  56. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 4 months ago
  57. 746460e Fix d3d backend texture uploads when used formats need swizzling. by Greg Daniel · 4 years, 4 months ago
  58. 44333c5 Make asDirectContext return a GrDirectContext by Robert Phillips · 4 years, 4 months ago
  59. ad24845 Make the GrDirectContext a thing and move it to include/private by Robert Phillips · 4 years, 4 months ago
  60. 8f3a836 Write SkSL visitor pattern and consolidate sampling analysis by Michael Ludwig · 4 years, 4 months ago
  61. 22c6aa1 Update Skia milestone to 86 by Heather Miller · 4 years, 4 months ago
  62. f19bbb5 Finish the DDL sk_sp migration by Adlai Holler · 4 years, 4 months ago
  63. d71cf40 Remove SkFontMgr::matchFaceStyle. by Ben Wagner · 4 years, 4 months ago
  64. 3d00fc9 Make SkFontMgr::onMakeFromStreamArgs pure virtual. by Ben Wagner · 4 years, 4 months ago
  65. f123f06 Expose GrRecordingContext accessor on SkCanvas and SkSurface by Robert Phillips · 4 years, 4 months ago
  66. 63a0a75 Reland "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
  67. 1caf378 Revert "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
  68. be1b837 Support sample(matrix) with runtime effects by Brian Osman · 4 years, 5 months ago
  69. 7ac9b5f Add async rescale and read APIs to SkImage. by Brian Salomon · 4 years, 4 months ago
  70. 96ead54 Reland "Consolidate GrDrawingManager <-> GrRenderTask lifecycle" by Adlai Holler · 4 years, 4 months ago
  71. c72d7a5 Add default flush calls to gpu backend. by Greg Daniel · 4 years, 4 months ago
  72. c19b9c5 androidFramework_replaceClip proposal by Michael Ludwig · 4 years, 4 months ago
  73. c1a67b5 Implement Direct3D semaphores by Jim Van Verth · 4 years, 4 months ago
  74. 061a5cf Move SkSLSampleMatrix to include/private by Brian Osman · 4 years, 4 months ago
  75. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 5 months ago
  76. 7580ad4 Add an sk_sp API for DDLs with a macro for staging by Adlai Holler · 4 years, 4 months ago
  77. b11e627 Move impl into SkColorFilterBase by Mike Reed · 4 years, 4 months ago
  78. 24069eb Add GrContext::oomed() and implement for GL and VK. by Brian Salomon · 4 years, 5 months ago
  79. 72e5764 Rename MakeResult so that it can be used more broadly. by John Stiles · 4 years, 5 months ago
  80. 22f246f add simple pathbuilder by Mike Reed · 4 years, 5 months ago
  81. d79197d Add api to GrVkMemoryAllocator to return VkResult from allocate calls. by Greg Daniel · 4 years, 5 months ago
  82. 2eb3c17 Add appendNodeIdArray to avoid code duplication. by Dominic Mazzoni · 4 years, 5 months ago
  83. b444943 Update SkString::resize to preserve string contents efficiently. by John Stiles · 4 years, 5 months ago
  84. 65888b8 Revert "Consolidate GrDrawingManager <-> GrRenderTask lifecycle" by Adlai Holler · 4 years, 5 months ago
  85. 33e044f Prevent non-trivial destructors from running after exit in DM. by John Stiles · 4 years, 5 months ago
  86. e22c5ca Fix wacky_yuv_formats for *ooprddl configs by Robert Phillips · 4 years, 5 months ago
  87. 5ed3c11 Reland "Don't release vk memory allocator until context is deleted." by Greg Daniel · 4 years, 5 months ago
  88. 6f1487f Consolidate GrDrawingManager <-> GrRenderTask lifecycle by Adlai Holler · 4 years, 5 months ago
  89. c35c073 Revert "Don't release vk memory allocator until context is deleted." by Greg Daniel · 4 years, 5 months ago
  90. 11afa63 Don't release vk memory allocator until context is deleted. by Greg Daniel · 4 years, 5 months ago
  91. 9394dd5 Fix stack-buffer overrun in appendVAList. by John Stiles · 4 years, 5 months ago
  92. 8c662a7 Get rid of deprecated API to add children to PDF tag nodes. by Dominic Mazzoni · 4 years, 5 months ago
  93. 3b2c06c Remove HairlineAA from the clip-edge types. by John Stiles · 4 years, 5 months ago
  94. a08bde6 GrTextContext::Options -> GrSDFTOptions by Herb Derby · 4 years, 5 months ago
  95. 127c607 Add separate PDF tag attribute interfaces for names and strings by Dominic Mazzoni · 4 years, 5 months ago
  96. 82d6196 remove (unused) clipmask from savelayer by Mike Reed · 4 years, 5 months ago
  97. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 5 months ago
  98. 616da10 Allow printf-style formatting to be used in SK_ABORT. by John Stiles · 4 years, 5 months ago
  99. 3005c48 Make explicit SDF default values. by Herb Derby · 4 years, 5 months ago
  100. 77968f0 Revert "fixed sample(..., matrix) with runtime effects" by Ethan Nicholas · 4 years, 5 months ago