1. 0983914 Roll Dawn from d5a0728b67c8 to 2b9707d3369a (7 revisions) by skia-autoroll · 3 years, 9 months ago
  2. 2a21a21 Roll Chromium from 782ff20a9dc1 to e94d2f0da382 (512 revisions) by skia-autoroll · 3 years, 9 months ago
  3. 3f95357 Don't simplify strokes that could have been tessellated by Chris Dalton · 3 years, 9 months ago
  4. 91a88f0 Keep mapped buffer manager alive until after buffers are disposed of. by Brian Salomon · 3 years, 9 months ago
  5. 9f704a8 Don't call drawSimpleShape from drawShape by Chris Dalton · 3 years, 9 months ago
  6. 52bf485 Add new MotionMark SVG by Ravi Mistry · 3 years, 9 months ago
  7. f76259e Make sure to unbind xfer buffer before glReadPixels to cpu call. by Greg Daniel · 3 years, 9 months ago
  8. b88b4e1 Migrate additional SkSL tests to run in dm. by John Stiles · 3 years, 9 months ago
  9. bfe0d37 Add a drawSimpleShape method to GrSurfaceDrawContext by Chris Dalton · 3 years, 9 months ago
  10. 2c2303e Handle possible degenerate case in the hairline path renderer by Robert Phillips · 3 years, 9 months ago
  11. 7c6abf8 Reland "Remove deprecated SkImageFilter::MakeMatrixFilter" by Michael Ludwig · 3 years, 9 months ago
  12. 4fca995 Simplify function declaration handling in GrSkSLFP by Brian Osman · 3 years, 9 months ago
  13. 2a1b594 Get tessellation shaders compiling again on GLSL by Chris Dalton · 3 years, 9 months ago
  14. 05007df Rename GrStrokeOp -> GrStrokeTessellateOp by Chris Dalton · 3 years, 9 months ago
  15. 04f471a Add GrWangsFormula implementation for conics by Tyler Denniston · 3 years, 9 months ago
  16. 2224100 Create an abstract GrStrokeTessellator class by Chris Dalton · 3 years, 9 months ago
  17. e609598 Reject array-typed vardecls and array ctors in strict ES2 mode. by John Stiles · 3 years, 9 months ago
  18. 1a771fe [fuzzing] Add SkParagraph to oss-fuzz. by Weston Tracey · 3 years, 9 months ago
  19. a0fea40 [canvaskit] Deploy 0.23.0 by Kevin Lubick · 3 years, 9 months ago
  20. 71d420d only tweak sampling when hitting pixel centers by Mike Klein · 3 years, 9 months ago
  21. f2f3d52 Add CanvasKit bindings for SkRuntimeEffect's uniform data by Brian Osman · 3 years, 9 months ago
  22. b441850 Reland "Improve support for arrays in Metal." by John Stiles · 3 years, 9 months ago
  23. 420c8a5 end kickoff() step at the right time by Mike Klein · 3 years, 9 months ago
  24. a6bf48c Improve handling of cusps in GrStrokeTessellateOp by Chris Dalton · 3 years, 9 months ago
  25. 16a97bb Re-enable SkSL Hex test with constants that fit in 16 bits. by John Stiles · 3 years, 9 months ago
  26. d49b128 Update GrLatticeOp to not read from the gpu vertex buffer. by Greg Daniel · 3 years, 9 months ago
  27. 1dea436 make fetching Gold hashes a step by Mike Klein · 3 years, 9 months ago
  28. 8eb119a Move uniform buffers over to new vulkan buffer class. by Greg Daniel · 3 years, 9 months ago
  29. 1cdb5a6 guard against masks that are too big to blur by Herb Derby · 3 years, 9 months ago
  30. f38f20e another layer of step nesting by Mike Klein · 3 years, 9 months ago
  31. 56c78f4 Reland "Add backend texture and backend render target versions snapshot GMs" by Brian Salomon · 3 years, 9 months ago
  32. 1aa55de Disable SkSLHex test. by John Stiles · 3 years, 9 months ago
  33. cb6ea84 remove more bots now covered by FM by Mike Klein · 3 years, 9 months ago
  34. c481dd6 split --gold off from --bot by Mike Klein · 3 years, 9 months ago
  35. 3c8444e NativeFonts, the fm_driver way by Mike Klein · 3 years, 9 months ago
  36. 6738e2b rearrange wg use by Mike Klein · 3 years, 9 months ago
  37. fa962f5 rerun only what makes unknown hashes by Mike Klein · 3 years, 9 months ago
  38. 574a453 introduce steps by Mike Klein · 3 years, 9 months ago
  39. 9e189aa don't shuffle sources destructively by Mike Klein · 3 years, 9 months ago
  40. 8043b78 Roll SwiftShader from 51045556acd0 to 14dcbed947ce (1 revision) by skia-autoroll · 3 years, 9 months ago
  41. c66754b Roll Dawn from fd5fd05db039 to d5a0728b67c8 (14 revisions) by skia-autoroll · 3 years, 9 months ago
  42. b7f6b74 Roll ANGLE from 6cc845bb0a60 to 63e7ab8d636d (11 revisions) by skia-autoroll · 3 years, 9 months ago
  43. 2d8a595 Roll Chromium from 4e5b4f3a094d to 782ff20a9dc1 (498 revisions) by skia-autoroll · 3 years, 9 months ago
  44. 1d35777 Run mskp skpbench on galaxy s20s by Nathaniel Nifong · 3 years, 9 months ago
  45. d76d186 Remove 'f' prefix on SkRuntimeEffect::Uniform struct by Brian Osman · 3 years, 9 months ago
  46. 38df4c8 Revert "Improve support for arrays in Metal." by John Stiles · 3 years, 9 months ago
  47. d48f9da fix for preabadoncontext after SkImage_Base::asView by Brian Salomon · 3 years, 9 months ago
  48. ecd2036 Migrate more SkSL tests to run in dm. by John Stiles · 3 years, 9 months ago
  49. 2af58b0 Add std430 offset support by Jim Van Verth · 3 years, 9 months ago
  50. efae4d5 Glyph positions in empty lines (few places had to be fixed) by Julia Lavrova · 3 years, 9 months ago
  51. 4d76f63 Fix particle bug where uniforms are allocated too late by Brian Osman · 3 years, 10 months ago
  52. dd904af Improve support for arrays in Metal. by John Stiles · 3 years, 9 months ago
  53. 248f57b Reject array constructors with the wrong number of elements. by John Stiles · 3 years, 9 months ago
  54. f863721 Remove 'f' prefix on SkRuntimeEffect::Varying struct by Brian Osman · 3 years, 9 months ago
  55. e5ed50b notify type size for SkGlyphScaler_remote by Herb Derby · 3 years, 9 months ago
  56. e1db1fb Grapheme clusters and glypheme clusters edges don't match. by Julia Lavrova · 3 years, 9 months ago
  57. f71278c add ASAN/TSAN Mac and ASAN/MSVC Win FM bots by Mike Klein · 3 years, 9 months ago
  58. 56233d1 Migrate matrix SkSL test to dm. by John Stiles · 3 years, 9 months ago
  59. 7fc0971 remove Test bots covered by FM bots by Mike Klein · 3 years, 9 months ago
  60. 0131c32 move FM mac bots again by Mike Klein · 3 years, 9 months ago
  61. 507c565 Revert "Add backend texture and backend render target versions snapshot GMs" by Brian Salomon · 3 years, 9 months ago
  62. 3f041f8 reland: make brianosman a public API owner by Mike Klein · 3 years, 9 months ago
  63. 7d338c2 Add basic support for vkCmdPushConstants. by Jim Van Verth · 3 years, 9 months ago
  64. 733ab11 Reland "Remove gpu buffer reads from default path renderer." by Greg Daniel · 3 years, 9 months ago
  65. e2c0504 Moved SkSL error checking of break / continue / return into a separate pass. by Ethan Nicholas · 3 years, 9 months ago
  66. d0924f3 Replace SkImage_Base::view() and ::refView() with new asView(). by Brian Salomon · 3 years, 9 months ago
  67. d80f966 Run SkSL tests with and without inlining. by John Stiles · 3 years, 9 months ago
  68. 20e92f7 Update SkRuntimeEffect::Make to take an Options struct. by John Stiles · 3 years, 9 months ago
  69. 360035c Particle cleanup by Brian Osman · 3 years, 9 months ago
  70. 4228186 Revert "make brianosman a public API owner" by Mike Klein · 3 years, 9 months ago
  71. 4ac2511 make brianosman a public API owner by Mike Klein · 3 years, 9 months ago
  72. 70b6729 [canvaskit] Add error callback for runtime effect constructor by Kevin Lubick · 3 years, 9 months ago
  73. 1db274d add sample output to skpbench by Herb Derby · 3 years, 9 months ago
  74. 8404725 wire up images/skps/svgs by Mike Klein · 3 years, 9 months ago
  75. fa87f9c Add backend texture and backend render target versions snapshot GMs by Brian Salomon · 3 years, 9 months ago
  76. c112932 Remove unreachable-code workaround that is no longer used. by John Stiles · 3 years, 9 months ago
  77. 9109dc1 Skpbench: perform core locking functionality into generic hardware profile by Nathaniel Nifong · 3 years, 9 months ago
  78. 0b233d7 update naming style guide by Mike Klein · 3 years, 9 months ago
  79. 30b355a Revert "Remove gpu buffer reads from default path renderer." by Greg Daniel · 3 years, 9 months ago
  80. 5feaeb2 [canvaskit] Fix particles.setPosition and add test. by Kevin Lubick · 3 years, 9 months ago
  81. 64241b8 Remove gpu buffer reads from default path renderer. by Greg Daniel · 3 years, 9 months ago
  82. d50ac5c break huge conversions into batches by Mike Klein · 3 years, 9 months ago
  83. cd067fe Move the default inline threshold to SkSLDefines.h. by John Stiles · 3 years, 9 months ago
  84. 045f87d Reasonable results for not styled text in findAllBlocks. by Julia Lavrova · 3 years, 9 months ago
  85. 87d784f Add new GrVkBuffer class to merge all types in one. by Greg Daniel · 3 years, 9 months ago
  86. aa14b75 Update GrDrawVerticesOp to not read gpu vertex buffer. by Greg Daniel · 3 years, 9 months ago
  87. 798ae0d Roll Chromium from 2329a341cbd8 to 4e5b4f3a094d (520 revisions) by skia-autoroll · 3 years, 9 months ago
  88. b7ba971 Roll ANGLE from 7e81056a5469 to 6cc845bb0a60 (6 revisions) by skia-autoroll · 3 years, 9 months ago
  89. 8285714 Roll Dawn from d11f4c3d0577 to fd5fd05db039 (6 revisions) by skia-autoroll · 3 years, 9 months ago
  90. 5a956ce Add more dm tests for the comma operator. by John Stiles · 3 years, 9 months ago
  91. 58a7d85 Opt into new matrix imagefilter api by Mike Reed · 3 years, 9 months ago
  92. d1131b6 fix FM svg harness by Mike Klein · 3 years, 9 months ago
  93. f57207b Remove SkSL ABORT() macro. by John Stiles · 3 years, 9 months ago
  94. 5cf5b46 Move metadata in OWNERS files to DIR_METADATA files by Edward Lesmes · 3 years, 9 months ago
  95. eada7bc Replace SK_DEBUG-wrapped ABORT calls with SkDEBUGFAILF. by John Stiles · 3 years, 9 months ago
  96. 1dd2b4b Replace SkSL-specific macros with Skia equivalents. by John Stiles · 3 years, 9 months ago
  97. b8ed2bc Make simplifyStroke optional on GrStyledShape by Chris Dalton · 3 years, 9 months ago
  98. 8ca4626 [svg] Implement <image> element by Tyler Denniston · 3 years, 9 months ago
  99. 027f7b3 move Mac FM bot by Mike Klein · 3 years, 9 months ago
  100. f127e37 Update SKP version by skia-recreate-skps · 3 years, 9 months ago