1. a5ec04d Turn off failure comments from G3 bot by Ravi Mistry · 5 years ago
  2. 64874ea Avoid using kClamp domain in GrMatrixConvolutionEffect::MakeGaussian. by Brian Salomon · 5 years ago
  3. d1be5d6 Fix skshaper in component builds by Brian Osman · 5 years ago
  4. ce9e060 finish up 2pt conicals by Mike Klein · 5 years ago
  5. 5df08e5 [fuchsia] Replace system-temp with isolated-temp. by Benjamin Wright · 5 years ago
  6. 0ec7b84 [infra] Update go.sum by Eric Boren · 5 years ago
  7. 8f44c35 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  8. f1c330b Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  9. 25bcd6a Roll ../src 243744c215b7..fbfe7df1b1d4 (481 commits) by skia-autoroll · 5 years ago
  10. 5b04865 Roll third_party/externals/swiftshader 6c3dc3581eaf..430def835f9f (7 commits) by skia-autoroll · 5 years ago
  11. 73b7486 Roll third_party/externals/angle2 2bc9cc12f0b0..ee07cb317579 (18 commits) by skia-autoroll · 5 years ago
  12. 4328e92 Add a stencil/tessellation hybrid mode for path rendering by Chris Dalton · 5 years ago
  13. 1a049bb Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  14. 24ed75d Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  15. d0a0c59 Return summaries of all layers for display by Nathaniel Nifong · 5 years ago
  16. 5c08249 Use views throughout gpu blur code. by Greg Daniel · 5 years ago
  17. 8a46f76 [canvaskit] Add demo for RT shader by Kevin Lubick · 5 years ago
  18. 6ccc032 Add a "kSimpleInnerPolygons" mode to GrTessellator by Chris Dalton · 5 years ago
  19. f7d399a [skottie] Cleanup: convert shape stroke/fill to new adapter pattern by Florin Malita · 5 years ago
  20. 38c85d2 Check for valid stencil buffer in GrGLGpu::clearStencilClip by Brian Salomon · 5 years ago
  21. 37e7b36 Make cache RRect blur masks with exact fit textures. by Brian Salomon · 5 years ago
  22. f4a9067 tweak textbox to use subpixel by Mike Reed · 5 years ago
  23. 022bd3b Preserve triangle winding in GrTessellator by Chris Dalton · 5 years ago
  24. db543f6 Memory leak in cache by Julia Lavrova · 5 years ago
  25. 8354717 Remove asTextureProxyRef from SkSpecialImage. by Greg Daniel · 5 years ago
  26. a2a0c8a extract font from run by Mike Reed · 5 years ago
  27. d960cc3 [skottie] Cleanup: remove unused header by Florin Malita · 5 years ago
  28. 99044e1 Update wacky_yuv_formats GM to demonstrate YUV resizing on the GPU by Robert Phillips · 5 years ago
  29. 45c9487 Add SkImage::MakeTextureFromCompressed and deprecate MakeFromCompressed by Robert Phillips · 5 years ago
  30. dc49b0c [canvaskit] Fix support for fonts with CFF by Kevin Lubick · 5 years ago
  31. 3d23fc1 Update Go Deps by skia-recreate-skps · 5 years ago
  32. 1b5b51d Roll ../src 77c4d4c42f40..243744c215b7 (487 commits) by skia-autoroll · 5 years ago
  33. 803aaeb Roll third_party/externals/swiftshader 34e16df059f8..6c3dc3581eaf (2 commits) by skia-autoroll · 5 years ago
  34. 71d5d9c Roll third_party/externals/angle2 086aded3cb74..2bc9cc12f0b0 (19 commits) by skia-autoroll · 5 years ago
  35. 9404603 remove more vtune references by Mike Klein · 5 years ago
  36. caf5ee4 start on 2pt conical gradients by Mike Klein · 5 years ago
  37. dcc8c54 Convert the "bool antialias" param in GrTessellator to an enum by Chris Dalton · 5 years ago
  38. c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 5 years ago
  39. ad91100 [skottie] Separate text resize options by Florin Malita · 5 years ago
  40. faa34c5 partial strength reduction for bit ops by Mike Klein · 5 years ago
  41. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 5 years ago
  42. 5e58f94 tweak grading in gm/skbug_9819 for G8 by Mike Klein · 5 years ago
  43. bd1360f skvm sweep gradients by Mike Klein · 5 years ago
  44. 04da746 improvements to shaper_ct by Mike Reed · 5 years ago
  45. 2ea69aa Fix asyncRescaleAndReadPixelsYUV420 fallback w/out GL_EXT_texture_rg. by Brian Salomon · 5 years ago
  46. ba9da46 radial gradients in skvm by Mike Klein · 5 years ago
  47. 0ef780b Use a monotonic counter for atlas and plot generations by Herb Derby · 5 years ago
  48. d352529 incorporate r,g,b,a into shaderHash by Mike Klein · 5 years ago
  49. 162e04b Expand the compressed_textures GM by Robert Phillips · 5 years ago
  50. 0f4cb09 [debugger] Use correct archiver by Kevin Lubick · 5 years ago
  51. 6d54a1e Atlas generation numbers is not tracking plot changes -- disable it by Herb Derby · 5 years ago
  52. a4ecfd1 prune unused SkPostConfig by Mike Klein · 5 years ago
  53. 9ae0663 add --skvm to DM by Mike Klein · 5 years ago
  54. e17862a Fix wasm builds by Kevin Lubick · 5 years ago
  55. f03c116 Roll dawn and adjust for new SwapChain API. by Stephen White · 5 years ago
  56. 6aa6505 Add fallback for asyncRescaleAndReadPixelsYUV420 without PBOs. by Brian Salomon · 5 years ago
  57. b2bf28c Experimental coretext backend for SkShaper by Mike Reed · 5 years ago
  58. 89e678d Skip vertical clipping in unclear case of font height=font size by Julia Lavrova · 5 years ago
  59. f76da63 [canvaskit] Update build script to support latest Emscripten by Kevin Lubick · 5 years ago
  60. 99dead9 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) by Robert Phillips · 5 years ago
  61. 9f8c6ea Update Go Deps by skia-recreate-skps · 5 years ago
  62. c9653c8 Roll ../src 82459860eaf4..77c4d4c42f40 (425 commits) by skia-autoroll · 5 years ago
  63. 0677556 Roll third_party/externals/swiftshader 748ad200897b..34e16df059f8 (6 commits) by skia-autoroll · 5 years ago
  64. 211075b Roll third_party/externals/angle2 fcef6dcb6ab2..086aded3cb74 (9 commits) by skia-autoroll · 5 years ago
  65. 7ee8ca5 Fix bug in NPOT shader wrap mode impl by Brian Salomon · 5 years ago
  66. fd7fd96 Revert "In GrSkSLFP, always use a coord transform" by Brian Osman · 5 years ago
  67. aec9c84 Dealing with SkScalar values in cache by Julia Lavrova · 5 years ago
  68. b67ca74 [skottie] Switch SkMatrix44 -> SkM44 by Florin Malita · 5 years ago
  69. 5a36a3a don't need to include deprecated Sk3D.h by Mike Reed · 5 years ago
  70. 4d72171 Rename AtlasID to PlotLocator by Herb Derby · 5 years ago
  71. a7e5c7c Fix case of asyncRescaleAndReadPixelsYUV420 for case where SkSurface is by Brian Salomon · 5 years ago
  72. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 5 years ago
  73. 36d6c59 In GrSkSLFP, always use a coord transform by Brian Osman · 5 years ago
  74. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 5 years ago
  75. 2bdf95c Swap dtor order of SkSTArenaAlloc and SkArenaAlloc v.2 by Herb Derby · 5 years ago
  76. 999d1d7 [infra] Update infra dep by Eric Boren · 5 years ago
  77. 9c1d30d Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  78. b7cc9d7 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  79. f68213f draw whole grid by Mike Klein · 5 years ago
  80. e7bd58f [skottie] Cleanup: convert transform adapters to new pattern by Florin Malita · 5 years ago
  81. 2fa68db rm mtklein@chromium by Mike Klein · 5 years ago
  82. d4bf54e Revert "Switch runtime SkSL to always sample at explicit coords" by Brian Salomon · 5 years ago
  83. 28a9b12 Revert "Wrap page index packing in helper methods." by Jim Van Verth · 5 years ago
  84. b1e9971 Switch runtime SkSL to always sample at explicit coords by Brian Osman · 5 years ago
  85. f1b2b42 Fix GrSmallPathRenderer to respect max texture size. by Sergey Ulanov · 5 years ago
  86. 5237933 [canvaskit] Fix test for drawOnce by Kevin Lubick · 5 years ago
  87. 2c5b856 Add drawOnce() API to SkSurface. by Bryce Thomas · 5 years ago
  88. 732248c Use html tags instead of markdown for images in debugger user guide by Nathaniel Nifong · 5 years ago
  89. 0fb0a21 Roll ../src 2ae619822948..82459860eaf4 (508 commits) by skia-autoroll · 5 years ago
  90. bee41f9 Roll third_party/externals/angle2 f3b4e6c3030f..fcef6dcb6ab2 (15 commits) by skia-autoroll · 5 years ago
  91. 764e848 Roll third_party/externals/swiftshader 5ef91b82cbed..748ad200897b (6 commits) by skia-autoroll · 5 years ago
  92. f93a843 support dither in skvm by Mike Klein · 5 years ago
  93. d92e4e9 cache only when SkVM has a JIT by Mike Klein · 5 years ago
  94. d3963a3 offer raw-array variant of remaining 44 methods by Mike Reed · 5 years ago
  95. f85fe13 Update SKP version by skia-recreate-skps · 5 years ago
  96. 2d4a28e use vsphere to control light by Mike Reed · 5 years ago
  97. e580995 virtual sphere by Mike Reed · 5 years ago
  98. db301b7 restore til I understand what changed by Mike Reed · 5 years ago
  99. 00a9764 consolidate examples to 1 matrix type by Mike Reed · 5 years ago
  100. e014367 Revert "Revert "Use bitmap subset for comparison in texture_domain_effect GMs."" by Brian Salomon · 5 years ago