1. 8d05659 Limit arrays to a maximum of eight dimensions. by John Stiles · 4 years, 2 months ago
  2. 008d63e replace std::aligned_union by Mike Klein · 4 years, 2 months ago
  3. 4888cda Fix up a ton of implicit memory_order_seq_cst for unique id gen by Adlai Holler · 4 years, 2 months ago
  4. 9e2544e Add unit test for array with many dimensions. by John Stiles · 4 years, 2 months ago
  5. 90ad0fe Add a mock implementation of GrMeshDrawOp::Target by Chris Dalton · 4 years, 2 months ago
  6. cca1976 Remove the bulk add-renderTasks entry point from the drawing manager by Robert Phillips · 4 years, 2 months ago
  7. a502878 [canvaskit] Add support for woff2 fonts by Kevin Lubick · 4 years, 2 months ago
  8. fb5850f replace std::aligned_storage by Mike Klein · 4 years, 2 months ago
  9. 0c08849 Update DDL testing harness to support drawing DDL w/ integer offsets by Robert Phillips · 4 years, 2 months ago
  10. e96c19e Add unit test demonstrating array function param bug. by John Stiles · 4 years, 2 months ago
  11. b25caae [svg] Implement feComposite, basic filter result storage by Tyler Denniston · 4 years, 2 months ago
  12. 02dd0ed Change UnrefDDLTask to just be the DDLTask by Robert Phillips · 4 years, 2 months ago
  13. 5b85989 Roll ANGLE from d4439824c554 to 72001c7d85ba (15 revisions) by skia-autoroll · 4 years, 2 months ago
  14. c2b8ecf Roll Dawn from 3e17e33724b4 to c04a0132be6c (3 revisions) by skia-autoroll · 4 years, 2 months ago
  15. 9c81e52 use initial device coordinates as subrun positions by Herb Derby · 4 years, 2 months ago
  16. cd2e148 [skshaper] Fix CoreText segfault and convert UTF16 indices to UTF8 by Martin Vejdarski · 4 years, 2 months ago
  17. f1aa6fc Fix GrPathUtils::convertLineToCubic by Chris Dalton · 4 years, 2 months ago
  18. f143274 Simplify promise image callbacks. by Brian Salomon · 4 years, 2 months ago
  19. c6acdab refactor Sk[S]TArray methods by Mike Klein · 4 years, 2 months ago
  20. 84d503b Report an SkSL error if an `in` var has an initializer expression. by John Stiles · 4 years, 2 months ago
  21. 823b153 [canvaskit] Add config key and manual mode to unit test harness. by Kevin Lubick · 4 years, 2 months ago
  22. 339f0ee align SkAlignedSTStorage<N,T> to T by Mike Klein · 4 years, 2 months ago
  23. ee1098d Update code-signing script to have better error messages. by Jim Van Verth · 4 years, 2 months ago
  24. 61b099b re-enable tests on GCC (and Clang o_O) by Mike Klein · 4 years, 2 months ago
  25. 0ad52f6 Add unit test for fuzzer-detected error with in vars. by John Stiles · 4 years, 2 months ago
  26. 46f11c2 init SkSTArray storage before passing to SkTArray by Mike Klein · 4 years, 2 months ago
  27. 5de0b38 [bugs-central] Add documentation for sheriffs by Ravi Mistry · 4 years, 2 months ago
  28. 2f30936 [canvaskit] Disable GrTextBlobMoveAround by Kevin Lubick · 4 years, 2 months ago
  29. 7d3886d rename Gr*Subrun to *Subrun in .cpp by Herb Derby · 4 years, 2 months ago
  30. cffe7e6 Roll Chromium from a4f272b3a785 to 083976a7ea21 (536 revisions) by skia-autoroll · 4 years, 2 months ago
  31. 0780c2f Roll SwiftShader from 612ded0654a0 to 4ed9d3498dcf (2 revisions) by skia-autoroll · 4 years, 2 months ago
  32. 7683939 Roll ANGLE from 3dfaeeb00271 to d4439824c554 (28 revisions) by skia-autoroll · 4 years, 2 months ago
  33. ee0ce98 Roll Dawn from 2b6b0f45ff05 to 3e17e33724b4 (6 revisions) by skia-autoroll · 4 years, 2 months ago
  34. cfe647c Update SKP version by skia-recreate-skps · 4 years, 2 months ago
  35. ed43595 Fix issues with latest GN by Martin Vejdarski · 4 years, 2 months ago
  36. c2bfcff Use SkSpan to cut out some noise when flushing surfaces by Adlai Holler · 4 years, 2 months ago
  37. 86d4cfd Revert "Update GrTriangulator to count curves" by Chris Dalton · 4 years, 2 months ago
  38. d7b59c0 Have DDLs honor the reduceOpsTaskSplittingFlag by Adlai Holler · 4 years, 2 months ago
  39. e886b8e move concrete subruns to .cpp by Herb Derby · 4 years, 2 months ago
  40. 1d1c5c1 Yet another workaround Thai \n problem (same as txtlib) by Julia Lavrova · 4 years, 2 months ago
  41. 8c42567 [svg] Convert most presentation attributes to new style parsing by Florin Malita · 4 years, 2 months ago
  42. b06301e Reland "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 4 years, 2 months ago
  43. 3331641 Allow public SkSL to return vec4 (aka float4) by Brian Osman · 4 years, 2 months ago
  44. 70bb18d [svg] Implement feColorMatrix filter by Tyler Denniston · 4 years, 2 months ago
  45. aee25fd Totally block trying to flush a ddl drawmgr by Adlai Holler · 4 years, 2 months ago
  46. b8123cc [canvaskit] Clean up readPixels API on Canvas and Image by Kevin Lubick · 4 years, 2 months ago
  47. 15b95d6 Move image sampling options into their own header by Mike Reed · 4 years, 2 months ago
  48. 7990e03 Reland "Add memsets to the GrBlockAllocator unit tests." by John Stiles · 4 years, 2 months ago
  49. cf27b4f Improve constant folding for int vectors. by John Stiles · 4 years, 2 months ago
  50. 56277e5 Add Literal<T> and getVecComponent<T> for template code. by John Stiles · 4 years, 2 months ago
  51. 6a1763b Fix merge conflict in RELEASE_NOTES.txt by Brian Osman · 4 years, 2 months ago
  52. 4eb7c23 - GrGLPath: Fix hitting an assert when a style applies a path effect that results in an empty path by kcbanner · 4 years, 2 months ago
  53. 1448eb9 Fix formatting nit. by Greg Daniel · 4 years, 2 months ago
  54. 4cb5c5e Revert "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 4 years, 2 months ago
  55. 25f9db4 test for extents of SkTextBlob drawing by Herb Derby · 4 years, 2 months ago
  56. ba9a04f Revert "Revert "Additional SkSL benches"" by Ethan Nicholas · 4 years, 2 months ago
  57. 729a37f Fix ST array storage for vulkan memory barriers. by Greg Daniel · 4 years, 2 months ago
  58. 3078f85 Remove dead no-sorting GrDrawingManager code paths by Adlai Holler · 4 years, 2 months ago
  59. 6cafdc0 Revert "Draw image filters directly under non-axis-aligned transforms" by Michael Ludwig · 4 years, 2 months ago
  60. 05f74f2 Roll ANGLE from 1e494cae8d48 to 3dfaeeb00271 (13 revisions) by skia-autoroll · 4 years, 2 months ago
  61. 86d4f7d Roll SwiftShader from ad54c71632cc to 612ded0654a0 (4 revisions) by skia-autoroll · 4 years, 2 months ago
  62. 2e6a1d0 Roll Chromium from e1d559cf7760 to a4f272b3a785 (432 revisions) by skia-autoroll · 4 years, 2 months ago
  63. 92bc649 Roll Dawn from 6564890116fd to 2b6b0f45ff05 (4 revisions) by skia-autoroll · 4 years, 2 months ago
  64. 8d0f710 Test that SkSTArray and SkTArray classes are compatible. by John Stiles · 4 years, 2 months ago
  65. bea0dc6 Rearrange SkSL pre-include modules to hide things by Brian Osman · 4 years, 2 months ago
  66. f8f23b2 Draw image filters directly under non-axis-aligned transforms by Michael Ludwig · 4 years, 2 months ago
  67. 88d7e62 Make ManagedBackendTexture fail on invalid GrBackendTexture by Brian Salomon · 4 years, 2 months ago
  68. 1277971 Revert "Additional SkSL benches" by Ethan Nicholas · 4 years, 2 months ago
  69. 98f7823 Add a method to search for the command that shades a pixel. by Nathaniel Nifong · 4 years, 2 months ago
  70. 0266c8a allow overriding {target,host}_link = ... in GN by Mike Klein · 4 years, 2 months ago
  71. 107e862 Add int-vector folding tests to VectorFolding. by John Stiles · 4 years, 2 months ago
  72. a2d6b31 Additional SkSL benches by Ethan Nicholas · 4 years, 2 months ago
  73. 64596c5 Use GrTBlockList instead of SkAutoSTMalloc to reduce GrAtlasTextOp size by Michael Ludwig · 4 years, 2 months ago
  74. 71624de Allow constant propagation for negated constant-vectors and ints. by John Stiles · 4 years, 2 months ago
  75. efc89d2 Compact fixed state tracked in GrAtlasTextOp by Michael Ludwig · 4 years, 2 months ago
  76. 401321d [svg] Minor parser tweaks by Florin Malita · 4 years, 2 months ago
  77. e5e8e66 MakeFromYUVATexturesCopyToExternal check texture valid before dimensions. by Brian Salomon · 4 years, 2 months ago
  78. 96c2165 Revert "Add memsets to the GrBlockAllocator unit tests." by John Stiles · 4 years, 2 months ago
  79. 1e6ae6d Revert "cull glyphs that have far out positions" by Derek Sollenberger · 4 years, 2 months ago
  80. 7e80880 Revert "move subrun instances and support to .cpp" by Derek Sollenberger · 4 years, 2 months ago
  81. f843170 Revert "move subrun code to anonymous namespace" by Derek Sollenberger · 4 years, 2 months ago
  82. e6a05a4 Migrate work from constructors to onOnceBeforeDraw. by John Stiles · 4 years, 2 months ago
  83. eb7f960 Reland "heif: Add AVIF type and AVIF sniffing" by Vignesh Venkatasubramanian · 4 years, 2 months ago
  84. 25ebd95 Rename msaa attachment usage to color usage. by Greg Daniel · 4 years, 2 months ago
  85. 87bc83e Add memsets to the GrBlockAllocator unit tests. by John Stiles · 4 years, 2 months ago
  86. 694ff17 Revert "Revert changes to unbreak bots." by Brian Salomon · 4 years, 2 months ago
  87. 8cdba3e Roll ANGLE from 6372a56f3a15 to 1e494cae8d48 (7 revisions) by skia-autoroll · 4 years, 2 months ago
  88. 3b9bf7a Roll Dawn from db8766bb239b to 6564890116fd (6 revisions) by skia-autoroll · 4 years, 2 months ago
  89. dfb912f Roll Chromium from 1f9589cf9ca4 to e1d559cf7760 (402 revisions) by skia-autoroll · 4 years, 2 months ago
  90. 906501d Roll SwiftShader from 31e28d20f878 to ad54c71632cc (4 revisions) by skia-autoroll · 4 years, 2 months ago
  91. 68dcf54 Migrate CrbugOssfuzz21688 to a golden-output test. by John Stiles · 4 years, 2 months ago
  92. 91292e9 Runtime Effects: Support 'uniform shader' (vs. 'in shader') by Brian Osman · 4 years, 2 months ago
  93. 95acbbc Fix crash when comparing against a negated constant vector. by John Stiles · 4 years, 2 months ago
  94. 6c88ea1 Create unit test for comparison against a negated constant vector. by John Stiles · 4 years, 2 months ago
  95. 5715499 [svg] Add plumbing for bottom-up attribute parsing by Tyler Denniston · 4 years, 2 months ago
  96. 450eb04 Implement font family names on iOS. by Ben Wagner · 4 years, 2 months ago
  97. 96dd402 Roll ANGLE from 068bb086e1c8 to 6372a56f3a15 (53 revisions) by skia-autoroll · 4 years, 2 months ago
  98. 5c7e1a1 Poison the GrMemoryPool's sentinel field when ASAN is enabled. by John Stiles · 4 years, 2 months ago
  99. 3e251dc constexpr SkCLZ and functions that use it by Herb Derby · 4 years, 2 months ago
  100. 6ecfddb Revert "Reland "Notify RTC when OpsTask is closed so it can drop ownership"" by Adlai Holler · 4 years, 2 months ago