1. ceebe42 Revert "Add GrContext api to update compressed backend textures." by Greg Daniel · 4 years ago
  2. 2c18030 Add GrContext api to update compressed backend textures. by Greg Daniel · 4 years ago
  3. 414418d Add option for client to own semaphores after telling to skia to wait. by Greg Daniel · 4 years, 1 month ago
  4. 2a4acf3 Remove all internal uses of (and deprecate) SkSurface::getContext by Robert Phillips · 4 years, 1 month ago
  5. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 1 month ago
  6. 63a0a75 Reland "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 1 month ago
  7. 1caf378 Revert "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 1 month ago
  8. 7ac9b5f Add async rescale and read APIs to SkImage. by Brian Salomon · 4 years, 1 month ago
  9. c72d7a5 Add default flush calls to gpu backend. by Greg Daniel · 4 years, 1 month ago
  10. c1a67b5 Implement Direct3D semaphores by Jim Van Verth · 4 years, 1 month ago
  11. 24069eb Add GrContext::oomed() and implement for GL and VK. by Brian Salomon · 4 years, 1 month ago
  12. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 1 month ago
  13. 1db8e79 Add GrContext API to allow updating GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 2 months ago
  14. 2362022 [canvaskit] Make SkCanvas.drawColor/clear take SkColor4f by Kevin Lubick · 4 years, 2 months ago
  15. 3fdc49f Always call release procs on SkSurface GPU factories by Brian Salomon · 4 years, 2 months ago
  16. 3927802 Remove submit from async read pixels. User must submit. by Brian Salomon · 4 years, 2 months ago
  17. aa9d99f Add support for vk image sharing mode and handle queues xfers correctly. by Greg Daniel · 4 years, 2 months ago
  18. 43182bc Remove SkBitmapRegionDecoder and SkBRDAllocator by Leon Scroggins III · 4 years, 2 months ago
  19. c0d88a1 Remove SkSurface::MakeFromBackendTextureAsRenderTarget from public API by Brian Salomon · 4 years, 2 months ago
  20. 55822f1 Add submittedProc to GrFlushInfo. by Greg Daniel · 4 years, 2 months ago
  21. 04283f3 Reland "Implement submit API to GrContext." by Greg Daniel · 4 years, 2 months ago
  22. 49de103 Reland "Remove deprecated flush calls." by Greg Daniel · 4 years, 2 months ago
  23. 5e6d789 Revert "Remove deprecated flush calls." by Greg Daniel · 4 years, 2 months ago
  24. 9ee15d7 Revert "Implement submit API to GrContext." by Greg Daniel · 4 years, 2 months ago
  25. 40f288c Implement submit API to GrContext. by Greg Daniel · 4 years, 2 months ago
  26. d8fd0bf Remove deprecated flush calls. by Greg Daniel · 4 years, 2 months ago
  27. 8219e91 For vertices/patches with a shader and no texCoords, use positions by Brian Osman · 4 years, 2 months ago
  28. b88892f update release notes file, site for 84 branch by Heather Miller · 4 years, 2 months ago
  29. b2365d8 Reland "Reland "Add api on GrContext to update the data of GrBackendTextures."" by Greg Daniel · 4 years, 2 months ago
  30. 5ab94e1 Add GrContext getter to SkSurface. by Greg Daniel · 4 years, 2 months ago
  31. da50cb8 A flush and submit apis to public headers. by Greg Daniel · 4 years, 2 months ago
  32. ed219fe Revert "Reland "Add api on GrContext to update the data of GrBackendTextures."" by Greg Daniel · 4 years, 3 months ago
  33. 83c6626 Reland "Add api on GrContext to update the data of GrBackendTextures." by Greg Daniel · 4 years, 3 months ago
  34. 93ca54e Revert "Add api on GrContext to update the data of GrBackendTextures." by Greg Daniel · 4 years, 3 months ago
  35. ac09f7c Add api on GrContext to update the data of GrBackendTextures. by Greg Daniel · 4 years, 3 months ago
  36. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 3 months ago
  37. 5265373 remove unused maskfilter helpers: Combine, Compose by Mike Reed · 4 years, 3 months ago
  38. a91e478 Restore SkCanvas::kPreserveLCDText_SaveLayerFlag by Xianzhu Wang · 4 years, 3 months ago
  39. 63cfb36 Reland "Move SkFrontBufferedStream into Android-only dir" by Leon Scroggins III · 4 years, 3 months ago
  40. d5cba9d add SkColorSpace param to SkPixmap::erase() by Mike Klein · 4 years, 3 months ago
  41. b25f303 Revert "Move SkFrontBufferedStream into Android-only dir" by Joe Gregorio · 4 years, 3 months ago
  42. 513720f Move SkFrontBufferedStream into Android-only dir by Leon Scroggins III · 4 years, 3 months ago
  43. d276e3f SkMatrix44 is deprecated: use SkM44 instead by Mike Reed · 4 years, 3 months ago
  44. 14f62de SkCamera.h is deprecated by Mike Reed · 4 years, 3 months ago
  45. cc81e20 Take MorphologyImageFilter radii as SkScalar. by Ben Wagner · 4 years, 4 months ago
  46. 8561fc2 Update gpu flush semaphore contract. by Greg Daniel · 4 years, 4 months ago
  47. 62a0fb2 Remove secret wireframe mode from drawVertices by Brian Osman · 4 years, 4 months ago
  48. e4bcbf8 Update release schedule, notes by Heather Miller · 4 years, 4 months ago
  49. 988ce04 remove localmatrix parameter from Blend and Lerp compose shaders by Kevin Lubick · 4 years, 4 months ago
  50. 05d0919 Flesh out backend textures and rendertargets to support Direct3D. by Jim Van Verth · 4 years, 4 months ago
  51. f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 4 years, 4 months ago
  52. 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 4 years, 4 months ago
  53. 6cafe73 Remove MoltenVK support by Brian Salomon · 4 years, 4 months ago
  54. fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 4 years, 4 months ago
  55. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 4 months ago
  56. 00ba5ef Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots" by Brian Salomon · 4 years, 4 months ago
  57. f6784a8 Don't build GL on Metal, Vulkan, Dawn, Direct3D bots by Brian Salomon · 4 years, 4 months ago
  58. 6c13871 fix up release notes file for milestone 83 by Heather Miller · 4 years, 4 months ago
  59. b0cee9b Remove drawBitmap et al. from SkDevice by Michael Ludwig · 4 years, 5 months ago
  60. dafbf12 SkVertices: Remove volatile/nonvolatile bit by Brian Osman · 4 years, 5 months ago
  61. a77f30c Reland "Split building encoding from decoding" by Leon Scroggins III · 4 years, 5 months ago
  62. 9d4b788 Revert "Split building encoding from decoding" by Mike Klein · 4 years, 5 months ago
  63. 7c90211 Remove SkImage getTexture call. by Greg Daniel · 4 years, 5 months ago
  64. 94aaf7c Split building encoding from decoding by Leon Scroggins III · 4 years, 5 months ago
  65. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 5 months ago
  66. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 5 months ago
  67. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 5 months ago
  68. eced98b Enforce saveLayer ignoring restore paint's mask filter by Michael Ludwig · 4 years, 5 months ago
  69. 5caf935 remove bones from SkVertices by Mike Reed · 4 years, 5 months ago
  70. d857545 Add GrContextOption for GL error checking, shader, and program success. by Brian Salomon · 4 years, 5 months ago
  71. 1cec4d5 Add a program iterator to SkDeferredDisplayList by Robert Phillips · 4 years, 5 months ago
  72. 7dfb46e Re-land: Support adding attributes to PDF document structure nodes. by Dominic Mazzoni · 4 years, 5 months ago
  73. 86b4388 Revert "Support adding attributes to PDF document structure nodes." by Mike Reed · 4 years, 5 months ago
  74. 8047415 Support adding attributes to PDF document structure nodes. by Dominic Mazzoni · 4 years, 5 months ago
  75. 55bca41 Update SkSurface::ReplaceBackendTexture to take ContentChangeMode by Yi Xu · 4 years, 5 months ago
  76. b3c061a Add createBackendFormat and createFBO0 helper methods to SkSurfaceCharacterization by Robert Phillips · 4 years, 5 months ago
  77. 42a604f Allow decoding without color conversion - part 2 by Leon Scroggins III · 4 years, 6 months ago
  78. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 months ago
  79. 5f3d9f7 Replace usage of SkTClamp with SkTPin by Brian Osman · 4 years, 6 months ago
  80. 762b42f Remove SkClampMax by Brian Osman · 4 years, 6 months ago
  81. aba642c Remove SkScalarClampMax and SkScalarPin by Brian Osman · 4 years, 6 months ago
  82. 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 4 years, 6 months ago
  83. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 6 months ago
  84. a428c7b SkColorSetA now warns if the result is unused. by Allen Bauer · 4 years, 6 months ago
  85. 196f319 Allow decoding without color conversion by Leon Scroggins III · 4 years, 6 months ago
  86. c9b06ca Remove CGFontRef parameter from SkMakeTypefaceFromCTFont by Dominik Röttsches · 4 years, 6 months ago
  87. 22d08b5 Expose the ICC profile from SkAndroidCodec by Leon Scroggins III · 4 years, 6 months ago
  88. ebc4d62 new section and formatting by Heather Miller · 4 years, 6 months ago
  89. 99dead9 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) by Robert Phillips · 4 years, 6 months ago
  90. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 6 months ago
  91. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 6 months ago
  92. 3eedc97 Make SkImageInfo::validRowBytes consider alignment by Leon Scroggins III · 4 years, 6 months ago
  93. 87c3142 Add functions for GL_NV_fence to GrGLInterface. by Brian Salomon · 4 years, 6 months ago
  94. b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 4 years, 6 months ago
  95. a88cab1 Add CachingHint to makeRasterImage, default to kDisallow by Brian Osman · 4 years, 7 months ago
  96. f5bc8fb [canvaskit] Create an SkImage from a frame of an SkAnimatedImage by Kevin Lubick · 4 years, 7 months ago
  97. e276701 Add method to delay drawable acquisition from MTKView by Jim Van Verth · 4 years, 7 months ago
  98. 44207f3 Remove SkIRect::EmptyIRect by Brian Salomon · 4 years, 7 months ago
  99. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 7 months ago
  100. 5a2f962 Add back door support for GLSL tessellation shaders by Chris Dalton · 4 years, 7 months ago