1. 385e744 [svg] Add support for preserveAspectRatio by Florin Malita · 3 years, 11 months ago
  2. e51b6a3 Pop the symbol table if compilation fails. by John Stiles · 3 years, 11 months ago
  3. bffc116 [canvaskit] Load resources into wasm gms/unit tests. by Kevin Lubick · 3 years, 11 months ago
  4. 292f777 In Vk don't set dynamic blend constant on Pipeline if we don't use it. by Greg Daniel · 3 years, 11 months ago
  5. ab76ab4 [svg] Add gradientUnits attribute, value, and parsing by Tyler Denniston · 3 years, 11 months ago
  6. f857a87 Underline decorations with gaps and no text by Julia Lavrova · 3 years, 11 months ago
  7. 5e961b0 Reland "Perform bounding rect-relative calcs in full float in GrRRectBlurEffect" by Brian Salomon · 3 years, 11 months ago
  8. 9cf9930 Add several more visualizations to Skia.natvis by Brian Osman · 3 years, 11 months ago
  9. e267464 Make small epsilons more rigorous for gpu gaussian blurs by Michael Ludwig · 3 years, 11 months ago
  10. fb330c2 Revert "Create a basic IRNode pooling system." by John Stiles · 3 years, 11 months ago
  11. 07829f2 Revert "Perform bounding rect-relative calcs in full float in GrRRectBlurEffect" by Brian Salomon · 3 years, 11 months ago
  12. 5e7c040 Migrate additional FPs to `return` instead of `sk_OutColor`. by John Stiles · 3 years, 11 months ago
  13. 2869288 Wrap built-in symbol tables when a switch statement is cloned. by John Stiles · 3 years, 11 months ago
  14. f4594d1 Perform bounding rect-relative calcs in full float in GrRRectBlurEffect by Brian Salomon · 3 years, 11 months ago
  15. e16eca9 Create a basic IRNode pooling system. by John Stiles · 3 years, 11 months ago
  16. 01771c1 Increase encapsulation of GrThreadSafeCache::Entry by Robert Phillips · 3 years, 11 months ago
  17. ffad5d3 [canvaskit] Fix gm test runner on non-tryjobs by Kevin Lubick · 3 years, 11 months ago
  18. b432d0b Roll SwiftShader from df17a76102df to 84f5eeb6dd9b (3 revisions) by skia-autoroll · 3 years, 11 months ago
  19. 1f88bb9 Roll ANGLE from 2be35682cd67 to e2147a58a233 (40 revisions) by skia-autoroll · 3 years, 11 months ago
  20. 5128715 Roll Chromium from 60b90a0bfd24 to 4bdce889ea35 (441 revisions) by skia-autoroll · 3 years, 11 months ago
  21. 41d4c65 Roll Dawn from c4593127cbdd to cca03ca6bfe9 (7 revisions) by skia-autoroll · 3 years, 11 months ago
  22. 2d2f82c Always declare sk_FragColor in GLSL, even if unused by Brian Osman · 3 years, 11 months ago
  23. 838d71d added SkSLNodeArrayWrapper by Ethan Nicholas · 3 years, 11 months ago
  24. d6e6a3c update dox for drawPaint by Mike Reed · 3 years, 11 months ago
  25. a1e2b41 Wrap built-in symbol tables during inlining. by John Stiles · 3 years, 11 months ago
  26. 82f373c Wrap built-in symbol tables when an IRNode is cloned. by John Stiles · 3 years, 11 months ago
  27. 5630abf Fix typo in class name. by John Stiles · 3 years, 11 months ago
  28. 473a848 Make GrFillRectOp::onPrePrepareDraws also call base class' version by Robert Phillips · 3 years, 11 months ago
  29. 9ae860a Reland "Remove GrContext" by Adlai Holler · 3 years, 11 months ago
  30. 74ad27d Rename some of GrThreadSafeCache's member variables by Robert Phillips · 3 years, 11 months ago
  31. 130eef1 [fuchsia] Migrate to new zx::vmar::map method by Adam Barth · 3 years, 11 months ago
  32. c49da0b upstream cl/337571894 with tweaks by Mike Klein · 3 years, 11 months ago
  33. 9dfc6d8 Pull the triangulating path renderer's shape-space triangulation into a helper method by Robert Phillips · 3 years, 11 months ago
  34. 39fe8c8 [svg] Parse text attributes by Florin Malita · 3 years, 11 months ago
  35. 1c82367 Clear the `builtin` status of SkSL nodes when they are cloned. by John Stiles · 3 years, 11 months ago
  36. b270568 Almost remove GrContext by Adlai Holler · 3 years, 11 months ago
  37. 4a4eead [canvaskit] Make build docs more clear by Kevin Lubick · 3 years, 11 months ago
  38. 0e24265 add new DemoActivity to showcase SkottieView xml loading and surface view backing by Jorge Betancourt · 3 years, 11 months ago
  39. a80a3dc Fix frexp support in Metal. by John Stiles · 3 years, 11 months ago
  40. bb9769f [canvaskit] Add task driver for running GMs on WASM/WebGL. by Kevin Lubick · 3 years, 11 months ago
  41. 727f0cd Sort SkSL gencode enums by value, not name. by John Stiles · 3 years, 11 months ago
  42. 3ed7cb5 Allow kNoCropRect to be referenced by Michael Ludwig · 3 years, 11 months ago
  43. 51dc285 allow early returns by Mike Klein · 3 years, 11 months ago
  44. 6cc9d8d Better encapsulate creation & usage of triangulating path renderer's key data by Robert Phillips · 3 years, 11 months ago
  45. 607d36b Add a fBuiltin flag to FunctionDefinition. by John Stiles · 3 years, 11 months ago
  46. 13fa346 [infra] Sync to latest infra repo. by Kevin Lubick · 3 years, 11 months ago
  47. 9f8ee0d Remove legacy SkImageGenerator YUV planes interface by Brian Salomon · 3 years, 11 months ago
  48. 4964300 Improve gencode for inlined blend and composition functions. by John Stiles · 3 years, 11 months ago
  49. cd74dfa [canvaskit] Add test harness for running all gms and getting output by Kevin Lubick · 3 years, 11 months ago
  50. a25c061 [canvaskit] Make gm test wrapper not omit known pngs by Kevin Lubick · 3 years, 11 months ago
  51. 38688fc Roll Chromium from cb9deed9f162 to 60b90a0bfd24 (436 revisions) by skia-autoroll · 3 years, 11 months ago
  52. ac1ded0 Roll Dawn from b1938273e405 to c4593127cbdd (14 revisions) by skia-autoroll · 3 years, 11 months ago
  53. a670782 Update GrAttachment budgeted and gpu memory size calculation. by Greg Daniel · 3 years, 11 months ago
  54. f1cd155 Remove a redundant position assignment from stroke tessellation shaders by Chris Dalton · 3 years, 11 months ago
  55. f5323d9 Implement computeScratchKey virtual for GrAttachment. by Greg Daniel · 3 years, 11 months ago
  56. 2e25ff4 Directly compute call counts, rather than mutating state by Brian Osman · 3 years, 11 months ago
  57. c1a249d Revert "Revert "New variant of SkImage::MakeFromYUVATextures."" by Brian Salomon · 3 years, 11 months ago
  58. bcd1fc0 Avoid changing built-in symbol tables during lookup. by John Stiles · 3 years, 11 months ago
  59. 97a1e67 Add context option to disable mipmap support by kylechar · 3 years, 11 months ago
  60. 7c3515b Add builtin flag to SymbolTable. by John Stiles · 3 years, 11 months ago
  61. 2b5504d fix forward/backward jump logic by Mike Klein · 3 years, 11 months ago
  62. abdfd39 Fix debug code in GrDrawingManager by Adlai Holler · 3 years, 11 months ago
  63. 2600294 Roll Chromium from 17855e1b657e to cb9deed9f162 (555 revisions) by skia-autoroll · 3 years, 11 months ago
  64. 89a73d0 Roll ANGLE from b4fb7cc9ec8f to 2be35682cd67 (25 revisions) by skia-autoroll · 3 years, 11 months ago
  65. 1400dda Roll SwiftShader from 04bd4d8e4ece to df17a76102df (2 revisions) by skia-autoroll · 3 years, 11 months ago
  66. a5e8f6b [svg] Post-relocation cleanup by Florin Malita · 3 years, 11 months ago
  67. 27f7fe3 Update SKP version by skia-recreate-skps · 3 years, 11 months ago
  68. be8004d Revert "New variant of SkImage::MakeFromYUVATextures." by Brian Salomon · 3 years, 11 months ago
  69. f60a76e switch SkTPin impl to pin NaN to lo by Mike Klein · 3 years, 11 months ago
  70. 5f90ee0 Don't run SVG tests on tsan bots for now by Tyler Denniston · 3 years, 11 months ago
  71. fea1223 New variant of SkImage::MakeFromYUVATextures. by Brian Salomon · 3 years, 11 months ago
  72. 137068d impl SkTPin with std::{min,max} by Mike Klein · 3 years, 11 months ago
  73. f9c7b28 Add test for old font axis deserialization. by Ben Wagner · 3 years, 11 months ago
  74. 8aa0edf move SkTPin to include/private by Mike Klein · 3 years, 11 months ago
  75. d6bf999 Factor perspective scale into filter matrix decomposition by Michael Ludwig · 3 years, 11 months ago
  76. 418eda2 Slightly improve cubic chop precision in stroke tessellation shaders by Chris Dalton · 3 years, 11 months ago
  77. fd0b158 Visualize perspective scaling in filter bounds sample by Michael Ludwig · 3 years, 11 months ago
  78. 712d3a5 Cannot create SkFontData with no data. by Ben Wagner · 3 years, 11 months ago
  79. 36700ef ICU project: script iterator in SkShaper by Julia Lavrova · 4 years ago
  80. da34798 Cleanup gn_to_bp_utils by Florin Malita · 3 years, 11 months ago
  81. 6c11ba2 fix always true comparison in assert by Brian Salomon · 3 years, 11 months ago
  82. a0c6731 update SkTPin() by Mike Klein · 3 years, 11 months ago
  83. 7db7139 Revert "Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage."" by Brian Salomon · 3 years, 11 months ago
  84. acafbe8 Reland "Add subset of W3C test suite to SVG corpus" by Tyler Denniston · 3 years, 11 months ago
  85. 839fb22 Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage." by Brian Salomon · 3 years, 11 months ago
  86. db0288d Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage. by Brian Salomon · 3 years, 11 months ago
  87. 1131b65 Reenable circle blur fast path for ellipse that transforms to circle by Brian Salomon · 3 years, 11 months ago
  88. fd74ac6 Roll SwiftShader from 52c1a859d9eb to 04bd4d8e4ece (2 revisions) by skia-autoroll · 3 years, 11 months ago
  89. 68e6421 Roll Chromium from 37c343f01f2b to 17855e1b657e (436 revisions) by skia-autoroll · 3 years, 11 months ago
  90. c35d623 Roll Dawn from 84b70a6e4d93 to b1938273e405 (13 revisions) by skia-autoroll · 3 years, 11 months ago
  91. b871548 Roll ANGLE from a2ef814426ee to b4fb7cc9ec8f (15 revisions) by skia-autoroll · 3 years, 11 months ago
  92. b341810 Reland "[svg] Relocate out of experimental" by Florin Malita · 3 years, 11 months ago
  93. f1b5383 handle updateAnimationSurface in SkottieView through GL thread by Jorge Betancourt · 3 years, 11 months ago
  94. 7767a26 Revert "Add subset of W3C test suite to SVG corpus" by Tyler Denniston · 3 years, 11 months ago
  95. f1f1e7d Hide shrinkToFit -- not needed now that we have pathbuilder by Mike Reed · 3 years, 11 months ago
  96. f761a8c Add subset of W3C test suite to SVG corpus by Tyler Denniston · 3 years, 11 months ago
  97. 1b44330 Placeholder at the end of the text right before \n. by Julia Lavrova · 3 years, 11 months ago
  98. d6cf56f Revert "[svg] Relocate out of experimental" by Robert Phillips · 3 years, 11 months ago
  99. ede793a Increase stack trace depth from 64 to 128. by John Stiles · 3 years, 11 months ago
  100. ec64d03 cond_stack/mask_stack for CPU backend by Mike Klein · 3 years, 11 months ago