1. 0ee16f6 Add reverse iterators to SkSpan by Herb Derby · 4 years, 9 months ago
  2. a90ed95 Cleanup GrStrike management because we do not abandon strikes by Herb Derby · 4 years, 9 months ago
  3. 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 9 months ago
  4. 314524e Add compressed backend textures to Metal (take 2) by Robert Phillips · 4 years, 9 months ago
  5. 64874ea Avoid using kClamp domain in GrMatrixConvolutionEffect::MakeGaussian. by Brian Salomon · 4 years, 9 months ago
  6. ce9e060 finish up 2pt conicals by Mike Klein · 4 years, 9 months ago
  7. 4328e92 Add a stencil/tessellation hybrid mode for path rendering by Chris Dalton · 4 years, 9 months ago
  8. 5c08249 Use views throughout gpu blur code. by Greg Daniel · 4 years, 9 months ago
  9. 6ccc032 Add a "kSimpleInnerPolygons" mode to GrTessellator by Chris Dalton · 4 years, 9 months ago
  10. 38c85d2 Check for valid stencil buffer in GrGLGpu::clearStencilClip by Brian Salomon · 4 years, 9 months ago
  11. 37e7b36 Make cache RRect blur masks with exact fit textures. by Brian Salomon · 4 years, 9 months ago
  12. 022bd3b Preserve triangle winding in GrTessellator by Chris Dalton · 4 years, 9 months ago
  13. 8354717 Remove asTextureProxyRef from SkSpecialImage. by Greg Daniel · 4 years, 9 months ago
  14. a2a0c8a extract font from run by Mike Reed · 4 years, 9 months ago
  15. 45c9487 Add SkImage::MakeTextureFromCompressed and deprecate MakeFromCompressed by Robert Phillips · 4 years, 9 months ago
  16. caf5ee4 start on 2pt conical gradients by Mike Klein · 4 years, 9 months ago
  17. dcc8c54 Convert the "bool antialias" param in GrTessellator to an enum by Chris Dalton · 4 years, 9 months ago
  18. c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 4 years, 9 months ago
  19. faa34c5 partial strength reduction for bit ops by Mike Klein · 4 years, 9 months ago
  20. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 9 months ago
  21. bd1360f skvm sweep gradients by Mike Klein · 4 years, 9 months ago
  22. 2ea69aa Fix asyncRescaleAndReadPixelsYUV420 fallback w/out GL_EXT_texture_rg. by Brian Salomon · 4 years, 9 months ago
  23. ba9da46 radial gradients in skvm by Mike Klein · 4 years, 9 months ago
  24. 0ef780b Use a monotonic counter for atlas and plot generations by Herb Derby · 4 years, 9 months ago
  25. d352529 incorporate r,g,b,a into shaderHash by Mike Klein · 4 years, 9 months ago
  26. 162e04b Expand the compressed_textures GM by Robert Phillips · 4 years, 9 months ago
  27. 6d54a1e Atlas generation numbers is not tracking plot changes -- disable it by Herb Derby · 4 years, 9 months ago
  28. f03c116 Roll dawn and adjust for new SwapChain API. by Stephen White · 4 years, 9 months ago
  29. 6aa6505 Add fallback for asyncRescaleAndReadPixelsYUV420 without PBOs. by Brian Salomon · 4 years, 9 months ago
  30. f76da63 [canvaskit] Update build script to support latest Emscripten by Kevin Lubick · 4 years, 9 months ago
  31. 99dead9 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) by Robert Phillips · 4 years, 9 months ago
  32. 7ee8ca5 Fix bug in NPOT shader wrap mode impl by Brian Salomon · 4 years, 9 months ago
  33. fd7fd96 Revert "In GrSkSLFP, always use a coord transform" by Brian Osman · 4 years, 9 months ago
  34. 4d72171 Rename AtlasID to PlotLocator by Herb Derby · 4 years, 9 months ago
  35. a7e5c7c Fix case of asyncRescaleAndReadPixelsYUV420 for case where SkSurface is by Brian Salomon · 4 years, 9 months ago
  36. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 9 months ago
  37. 36d6c59 In GrSkSLFP, always use a coord transform by Brian Osman · 4 years, 9 months ago
  38. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 9 months ago
  39. 2bdf95c Swap dtor order of SkSTArenaAlloc and SkArenaAlloc v.2 by Herb Derby · 4 years, 9 months ago
  40. d4bf54e Revert "Switch runtime SkSL to always sample at explicit coords" by Brian Salomon · 4 years, 9 months ago
  41. 28a9b12 Revert "Wrap page index packing in helper methods." by Jim Van Verth · 4 years, 9 months ago
  42. b1e9971 Switch runtime SkSL to always sample at explicit coords by Brian Osman · 4 years, 9 months ago
  43. f1b2b42 Fix GrSmallPathRenderer to respect max texture size. by Sergey Ulanov · 4 years, 9 months ago
  44. f93a843 support dither in skvm by Mike Klein · 4 years, 9 months ago
  45. d92e4e9 cache only when SkVM has a JIT by Mike Klein · 4 years, 9 months ago
  46. d3963a3 offer raw-array variant of remaining 44 methods by Mike Reed · 4 years, 9 months ago
  47. 00a9764 consolidate examples to 1 matrix type by Mike Reed · 4 years, 9 months ago
  48. 78184a3 Revert "convert sample completely to SkM4" by Mike Reed · 4 years, 9 months ago
  49. e455d2e convert sample completely to SkM4 by Mike Reed · 4 years, 9 months ago
  50. 2329da0 add SkSLInterpreter vector instructions by Ethan Nicholas · 4 years, 9 months ago
  51. b4cce3f Revert "Revert "add rotate to SkM44"" by Mike Reed · 4 years, 9 months ago
  52. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 9 months ago
  53. 44aa1ab Revert "add rotate to SkM44" by Mike Reed · 4 years, 9 months ago
  54. 9b55327 Detect implementation read formats on ES. by Brian Salomon · 4 years, 9 months ago
  55. a6272de add rotate to SkM44 by Mike Reed · 4 years, 9 months ago
  56. f33dcc2 Preserve FcConfig in SkFontConfigInterface_direct methods. by Ben Wagner · 5 years ago
  57. cb93a20 Wrap page index packing in helper methods. by Jim Van Verth · 4 years, 9 months ago
  58. ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 4 years, 9 months ago
  59. ba5c7ad Make GrGpu::createBackendTexture match createCompressedBackendTexture by Robert Phillips · 4 years, 9 months ago
  60. 2f2c77a Revert "Reland "Reland "Add new method for storing DrawOpAtlas texture index.""" by Jim Van Verth · 4 years, 9 months ago
  61. cddfc5e Remove invokeChild variants that write to output color by Brian Osman · 4 years, 9 months ago
  62. b81e697 clean up caches at thread exit by Mike Klein · 4 years, 9 months ago
  63. 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 4 years, 9 months ago
  64. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 9 months ago
  65. 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 4 years, 9 months ago
  66. 8675bcb Add support for GL_NV_fence. by Brian Salomon · 4 years, 9 months ago
  67. a7e557f Reland "Increase precision of some quad AA calculations" by Michael Ludwig · 4 years, 9 months ago
  68. 6b67273 use longer-lived alloc in CacheKey() by Mike Klein · 4 years, 9 months ago
  69. 20b16bd force skvm interpreter in ASAN builds, add bots by Mike Klein · 4 years, 9 months ago
  70. 300fe1d Use PipelineStageArgs throughout GrSkSLFP and PipelineStageCodeGenerator by Brian Osman · 4 years, 9 months ago
  71. d081dce Move GrTessellator::VertexAllocator to GrEagerVertexAllocator by Chris Dalton · 4 years, 9 months ago
  72. 1a496c5 Convert evict callback from function to interface by Herb Derby · 4 years, 9 months ago
  73. 7abc7aa Remove unused functions and members from PipelineStageCodeGenerator by Brian Osman · 4 years, 9 months ago
  74. 7d0861b more bits for shader program hash by Mike Klein · 4 years, 9 months ago
  75. 2716daf Clean up some "const SkISize& dimensions" usages w/in Ganesh by Robert Phillips · 4 years, 9 months ago
  76. 11b05bc Don't make promises about rowbytes by Mike Reed · 4 years, 9 months ago
  77. cce6500 Treat GrTextureAdjusters mip copy like other producers, i.e. no fallback. by Greg Daniel · 4 years, 9 months ago
  78. 5195673 Revert "Increase precision of some quad AA calculations" by Michael Ludwig · 4 years, 9 months ago
  79. 85754d5 basic pass at gradients by Mike Klein · 4 years, 9 months ago
  80. 07d32b4 remove some memory-based methods, add rc() by Mike Reed · 4 years, 9 months ago
  81. 3c0a50f Implement support for framebufferOnly render targets. by Stephen White · 4 years, 9 months ago
  82. 4cb2933 GrPixelConfig is DEAD!!!!! by Greg Daniel · 4 years, 9 months ago
  83. 8098e63 Increase precision in barycentric_coord calculations by Michael Ludwig · 4 years, 9 months ago
  84. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 9 months ago
  85. 8999852 Fix issue introduced in 33c0f260d28e28dbb5e34be71ffcbd5165a83bb3 by Brian Salomon · 4 years, 9 months ago
  86. 40a1353 Increase precision of some quad AA calculations by Michael Ludwig · 4 years, 9 months ago
  87. 73c7587 Reland "Specialize SkRectanzier to SkRectanizerSkyline" by Herb Derby · 4 years, 9 months ago
  88. 05b7297 remove obsolete flag SK_SUPPORT_LEGACY_CANVAS_MATRIX_VIRTUALS by Mike Reed · 4 years, 9 months ago
  89. e4ddb8a Revert "Specialize SkRectanzier to SkRectanizerSkyline" by Mike Reed · 4 years, 9 months ago
  90. 77e1f84 Specialize SkRectanzier to SkRectanizerSkyline by Herb Derby · 4 years, 9 months ago
  91. ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 9 months ago
  92. d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 4 years, 9 months ago
  93. 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 4 years, 9 months ago
  94. 52c68c4 Account for negative w in GrQuad::bounds by Michael Ludwig · 4 years, 9 months ago
  95. 9ae6732 Update font descriptor selection workaround by Alan Screen · 4 years, 9 months ago
  96. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 4 years, 9 months ago
  97. d529056 let's see what happens by Ethan Nicholas · 4 years, 9 months ago
  98. 4f830b8 derp by Ethan Nicholas · 4 years, 9 months ago
  99. 5f40986 test change by Ethan Nicholas · 4 years, 9 months ago
  100. 682f299 removed extraneous change by Ethan Nicholas · 4 years, 9 months ago