1. 32071c3 Don't draw massively wide strokes with the tessellator by Chris Dalton · 2 years, 10 months ago
  2. d8a753a Move GLSLGeneration definition to SkSL by Jim Van Verth · 2 years, 10 months ago
  3. 8d55cab Revert "Remove layer-coverage-tracking experiment" by Brian Osman · 2 years, 10 months ago
  4. 109f7ee Assign unique per-pixel device coordinates in SkVM instead of all-zero. by John Stiles · 2 years, 10 months ago
  5. 0774db1 Roll SwiftShader from e068963d1dcf to 4c687cc2f8ea (2 revisions) by skia-autoroll · 2 years, 10 months ago
  6. e4692de Force the SkVM interpreter if trace opcodes are encountered. by John Stiles · 2 years, 10 months ago
  7. c5b90df Move SkDebugfStream into SkStreamPriv. by John Stiles · 2 years, 10 months ago
  8. d502618 Roll Chromium from e6803bcb1fd5 to ca9862fcfe55 (500 revisions) by skia-autoroll · 2 years, 10 months ago
  9. 3e13936 Roll Dawn from 8ce15b3ce97e to 67e1e9c199cc (7 revisions) by skia-autoroll · 2 years, 10 months ago
  10. 688cb15 Remove layer-coverage-tracking experiment by Brian Osman · 2 years, 10 months ago
  11. 54b7bd3 Add SkVMDebugInfo::setSource. by John Stiles · 2 years, 10 months ago
  12. 2fb8dac Add trace coordinates to SkVMDebugInfo. by John Stiles · 2 years, 10 months ago
  13. 875447b Add SkVMFunctionInfo to debugger data. by John Stiles · 2 years, 10 months ago
  14. ddbe115 Treat all alpha-only images equally by Brian Osman · 2 years, 10 months ago
  15. f1660bf In the CPU backend, stop treating alpha images as coverage by Brian Osman · 2 years, 10 months ago
  16. 6d1d2c0 [graphite] Support wrapped Textures in the backends. by Greg Daniel · 2 years, 10 months ago
  17. 3097052 At SkDevice level and below use SkBlender instead of SkBlendMode by Brian Salomon · 2 years, 10 months ago
  18. bcd6d49 Add test for construction of void. by John Stiles · 2 years, 10 months ago
  19. 3868636 discard SkRuntimeEffect builder in SkSLEffect to use lower level API by Jorge Betancourt · 2 years, 10 months ago
  20. 3a295f2 Remove invalid from the list of opaque types. by John Stiles · 2 years, 10 months ago
  21. e136c31 [graphite] Add rasterization state methods to CommandBuffer by Jim Van Verth · 2 years, 10 months ago
  22. 85f4226 Fix fuzzer-discovered error with child calls. by John Stiles · 2 years, 10 months ago
  23. 51f568a Remove void from the list of opaque types. by John Stiles · 2 years, 10 months ago
  24. 504d57e Add test for void type in struct. by John Stiles · 2 years, 10 months ago
  25. a726978 Revert "[python3] More Recipes -> Python 3 fixes" by Eric Boren · 2 years, 10 months ago
  26. 04cd6fb Revert "[recipes] Fix Android failures after Python3 update" by Eric Boren · 2 years, 10 months ago
  27. b2271e6 Disallow variables of type 'void'. by John Stiles · 2 years, 10 months ago
  28. fe3cfc1 Add test for variables of type void. by John Stiles · 2 years, 10 months ago
  29. 3b1a71c [recipes] Fix Android failures after Python3 update by Eric Boren · 2 years, 10 months ago
  30. 12e7867 [python3] More Recipes -> Python 3 fixes by Eric Boren · 2 years, 10 months ago
  31. cf1e959 [canvaskit] Expand Bazel rules to include Canvas2D compat layer by Kevin Lubick · 2 years, 10 months ago
  32. 888d4ef [canvaskit] Add Freetype/Fonts to Bazel Build by Kevin Lubick · 2 years, 10 months ago
  33. fa2edac Roll ANGLE from d27552f21f4e to b9c0194c4e1e (10 revisions) by skia-autoroll · 2 years, 10 months ago
  34. d2fd4e2 Roll SwiftShader from f0e8ec2da282 to e068963d1dcf (2 revisions) by skia-autoroll · 2 years, 10 months ago
  35. 463fac8 Roll Dawn from 53e13fc7785f to 8ce15b3ce97e (7 revisions) by skia-autoroll · 2 years, 10 months ago
  36. e30c65b Roll Chromium from 5105fe77e507 to e6803bcb1fd5 (438 revisions) by skia-autoroll · 2 years, 10 months ago
  37. 2211c2c Store whether or not a VkImage is from a swapchain and return it in drawable info. by Greg Daniel · 2 years, 10 months ago
  38. 8a4ba51 Flutter RTL/LTR positioning fix by Julia Lavrova · 2 years, 10 months ago
  39. 78a0a2a [graphite] Move VertexAttribTypeSize to DrawTypes.h by Michael Ludwig · 2 years, 10 months ago
  40. 4f806e0 Add UniformSlot to CommandBuffer API by Robert Phillips · 2 years, 10 months ago
  41. 350d46d [canvaskit] Deploy 0.31.0 by Kevin Lubick · 2 years, 10 months ago
  42. a7de72f Roll SK Tool from 5fcf63524c82 to b046db81f8bd by skia-autoroll · 2 years, 10 months ago
  43. 92ccf45 Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 2 years, 10 months ago
  44. 80ee93d Add ShaderType::kSolidColor and make Combinations work w/ PaintParams by Robert Phillips · 2 years, 10 months ago
  45. 24e7ec7 Implement serialization for SkVMDebugInfo traces. by John Stiles · 2 years, 10 months ago
  46. b10ec0f cleanup back links for support data by Herb Derby · 2 years, 10 months ago
  47. 6a6a741 move onDrawGlyphRunList to the right scope by Herb Derby · 2 years, 10 months ago
  48. f28f9d6 Fix paths of non-generated SKPs after running through DM by Ravi Mistry · 2 years, 10 months ago
  49. 77da3e2 Report invalid octal numbers correctly. by John Stiles · 2 years, 10 months ago
  50. 33fb008 Add parser support for `u` suffix on literals. by John Stiles · 2 years, 10 months ago
  51. e10839f Add basic unit test for octal parsing support. by John Stiles · 2 years, 10 months ago
  52. f4db916 Roll ANGLE from ae3f67ab4a3a to d27552f21f4e (10 revisions) by skia-autoroll · 2 years, 10 months ago
  53. a26f7f5 Roll SwiftShader from 6885768e737f to f0e8ec2da282 (10 revisions) by skia-autoroll · 2 years, 10 months ago
  54. 409b916 Roll Dawn from 12e51f6efaaa to 53e13fc7785f (13 revisions) by skia-autoroll · 2 years, 10 months ago
  55. 2ac3dec Roll Chromium from 4b7455c44bc0 to 5105fe77e507 (445 revisions) by skia-autoroll · 2 years, 10 months ago
  56. 9f300e4 Roll skcms from 103005b3c336 to 1ea0b89e7a7e (1 revision) by skia-autoroll · 2 years, 10 months ago
  57. 1554910 Roll skcms from 9019104061d8 to 103005b3c336 (1 revision) by skia-autoroll · 2 years, 10 months ago
  58. e262e68 Limit surfaces/images to 2GB in size by Brian Osman · 2 years, 10 months ago
  59. fe5b133 don't rely on GlyphRunList for position by Herb Derby · 2 years, 10 months ago
  60. 7b64e13 [graphite] Remove use of GraphiteTypesPriv and move to *Types in src. by Greg Daniel · 2 years, 10 months ago
  61. c3915f7 Reland "Enable non-standalone builds with dawn" by Brian Salomon · 2 years, 10 months ago
  62. 686ccec [graphite] Add BackendTexture abstraction for Graphite. by Greg Daniel · 2 years, 10 months ago
  63. 122f1b9 Revert "Enable non-standalone builds with dawn" by Julia Lavrova · 2 years, 10 months ago
  64. 9aca7f7 Yank GrStrokeTessellationShader out of StrokeTessellators by Chris Dalton · 2 years, 10 months ago
  65. b339d59 Fold GrStrokeTessellationShader::ShaderFlags into PatchAttribs by Chris Dalton · 2 years, 10 months ago
  66. 6fc735e Move ErrorOnDivideByZero out of ConstantFolder interface. by John Stiles · 2 years, 10 months ago
  67. 0566f5d [infra] Make git-sync-deps truncate directory from beginning by Kevin Lubick · 2 years, 10 months ago
  68. c1bbd1f generalize text geometry back pointer by Herb Derby · 2 years, 10 months ago
  69. 25deba3 Enable non-standalone builds with dawn by Safa Sofuoglu · 2 years, 10 months ago
  70. a3d2f24 Simplify literal creation in SPIR-V. by John Stiles · 2 years, 10 months ago
  71. 7fab38d Don't check for framebuffer completeness on TSAN builds. by Brian Salomon · 2 years, 10 months ago
  72. 14a487f Replace getConstantSubexpression with getConstantValue. by John Stiles · 2 years, 10 months ago
  73. 7ab86bd Add variable slot information to SkVMDebugInfo. by John Stiles · 2 years, 10 months ago
  74. 6460541 Reland "Fix Metal codegen error with structs containing compound types." by John Stiles · 2 years, 10 months ago
  75. cf7be0f Roll ANGLE from eefb41112624 to ae3f67ab4a3a (12 revisions) by skia-autoroll · 2 years, 10 months ago
  76. 65189fe Roll SwiftShader from e878186acaee to 6885768e737f (12 revisions) by skia-autoroll · 2 years, 10 months ago
  77. 199194c Roll Chromium from 0339eeae1454 to 4b7455c44bc0 (507 revisions) by skia-autoroll · 2 years, 10 months ago
  78. 7134d4a Roll Dawn from 792b94ffeeca to 12e51f6efaaa (9 revisions) by skia-autoroll · 2 years, 10 months ago
  79. eecf0af Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 2 years, 10 months ago
  80. 48585f5 Copy only SKPs over by Ravi Mistry · 2 years, 10 months ago
  81. db8a7e6 Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 2 years, 10 months ago
  82. 95c8761 Roll SK Tool from 48428a99b46f to 5fcf63524c82 by skia-autoroll · 2 years, 10 months ago
  83. 300f51a [graphite] Be explicit about pending draws on DrawContext destruction by Jim Van Verth · 2 years, 10 months ago
  84. 87e9d52 Saturate subtract translation in SkOffsetImageFilter by Brian Salomon · 2 years, 10 months ago
  85. 3aaed99 Revert "Fix Metal codegen error with structs containing compound types." by John Stiles · 2 years, 10 months ago
  86. ef3d6af [infra] Add POC Bazel rules for CanvasKit by Kevin Lubick · 2 years, 10 months ago
  87. 23dafe8 [graphite] Implement fullscreen clear as LoadOp by Jim Van Verth · 2 years, 10 months ago
  88. c02dceb Add checks around tessellation buffer allocations by Chris Dalton · 2 years, 10 months ago
  89. babbec1 On Mali-TXXX driver version <= 1.26 rebind color target after by Brian Salomon · 2 years, 10 months ago
  90. 6388f0e Don't try to use FanBuffer in PathInnerTriangulateOp if allocation failed. by Greg Daniel · 2 years, 10 months ago
  91. 799abb7 [canvaskit] Set unsupported WebGL caps to false by Kevin Lubick · 2 years, 10 months ago
  92. e393e72 [canvaskit] Add ImageInfo to Texture APIs by Kevin Lubick · 2 years, 10 months ago
  93. e96b25c Disallow direct readback of compressed textures in Metal by Robert Phillips · 2 years, 10 months ago
  94. 152299e Roll skcms from 0d5496480324 to 9019104061d8 (1 revision) by skia-autoroll · 2 years, 10 months ago
  95. 87686e3 Disable broken tests on Tegra3. by John Stiles · 2 years, 10 months ago
  96. 2a6c415 Fix Metal codegen error with structs containing compound types. by John Stiles · 2 years, 10 months ago
  97. 09ece93 Move breadcrumb and inner-fan triangles out of PathCurveTessellator by Chris Dalton · 2 years, 10 months ago
  98. 5182ed3 [graphite] Revise RenderPassTask construction by Jim Van Verth · 2 years, 10 months ago
  99. 1061a4c Roll ANGLE from 9c486b67528f to eefb41112624 (4 revisions) by skia-autoroll · 2 years, 10 months ago
  100. 6df1871 Replace `fSkVMDebugTrace` program setting with `SkVMDebugInfo`. by John Stiles · 2 years, 10 months ago