1. e136c31 [graphite] Add rasterization state methods to CommandBuffer by Jim Van Verth · 3 years ago
  2. 85f4226 Fix fuzzer-discovered error with child calls. by John Stiles · 3 years ago
  3. 51f568a Remove void from the list of opaque types. by John Stiles · 3 years ago
  4. 504d57e Add test for void type in struct. by John Stiles · 3 years ago
  5. a726978 Revert "[python3] More Recipes -> Python 3 fixes" by Eric Boren · 3 years ago
  6. 04cd6fb Revert "[recipes] Fix Android failures after Python3 update" by Eric Boren · 3 years ago
  7. b2271e6 Disallow variables of type 'void'. by John Stiles · 3 years ago
  8. fe3cfc1 Add test for variables of type void. by John Stiles · 3 years ago
  9. 3b1a71c [recipes] Fix Android failures after Python3 update by Eric Boren · 3 years ago
  10. 12e7867 [python3] More Recipes -> Python 3 fixes by Eric Boren · 3 years ago
  11. cf1e959 [canvaskit] Expand Bazel rules to include Canvas2D compat layer by Kevin Lubick · 3 years ago
  12. 888d4ef [canvaskit] Add Freetype/Fonts to Bazel Build by Kevin Lubick · 3 years ago
  13. fa2edac Roll ANGLE from d27552f21f4e to b9c0194c4e1e (10 revisions) by skia-autoroll · 3 years ago
  14. d2fd4e2 Roll SwiftShader from f0e8ec2da282 to e068963d1dcf (2 revisions) by skia-autoroll · 3 years ago
  15. 463fac8 Roll Dawn from 53e13fc7785f to 8ce15b3ce97e (7 revisions) by skia-autoroll · 3 years ago
  16. e30c65b Roll Chromium from 5105fe77e507 to e6803bcb1fd5 (438 revisions) by skia-autoroll · 3 years ago
  17. 2211c2c Store whether or not a VkImage is from a swapchain and return it in drawable info. by Greg Daniel · 3 years ago
  18. 8a4ba51 Flutter RTL/LTR positioning fix by Julia Lavrova · 3 years ago
  19. 78a0a2a [graphite] Move VertexAttribTypeSize to DrawTypes.h by Michael Ludwig · 3 years ago
  20. 4f806e0 Add UniformSlot to CommandBuffer API by Robert Phillips · 3 years ago
  21. 350d46d [canvaskit] Deploy 0.31.0 by Kevin Lubick · 3 years ago
  22. a7de72f Roll SK Tool from 5fcf63524c82 to b046db81f8bd by skia-autoroll · 3 years ago
  23. 92ccf45 Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 3 years ago
  24. 80ee93d Add ShaderType::kSolidColor and make Combinations work w/ PaintParams by Robert Phillips · 3 years ago
  25. 24e7ec7 Implement serialization for SkVMDebugInfo traces. by John Stiles · 3 years ago
  26. b10ec0f cleanup back links for support data by Herb Derby · 3 years ago
  27. 6a6a741 move onDrawGlyphRunList to the right scope by Herb Derby · 3 years ago
  28. f28f9d6 Fix paths of non-generated SKPs after running through DM by Ravi Mistry · 3 years ago
  29. 77da3e2 Report invalid octal numbers correctly. by John Stiles · 3 years ago
  30. 33fb008 Add parser support for `u` suffix on literals. by John Stiles · 3 years ago
  31. e10839f Add basic unit test for octal parsing support. by John Stiles · 3 years ago
  32. f4db916 Roll ANGLE from ae3f67ab4a3a to d27552f21f4e (10 revisions) by skia-autoroll · 3 years ago
  33. a26f7f5 Roll SwiftShader from 6885768e737f to f0e8ec2da282 (10 revisions) by skia-autoroll · 3 years ago
  34. 409b916 Roll Dawn from 12e51f6efaaa to 53e13fc7785f (13 revisions) by skia-autoroll · 3 years ago
  35. 2ac3dec Roll Chromium from 4b7455c44bc0 to 5105fe77e507 (445 revisions) by skia-autoroll · 3 years ago
  36. 9f300e4 Roll skcms from 103005b3c336 to 1ea0b89e7a7e (1 revision) by skia-autoroll · 3 years ago
  37. 1554910 Roll skcms from 9019104061d8 to 103005b3c336 (1 revision) by skia-autoroll · 3 years ago
  38. e262e68 Limit surfaces/images to 2GB in size by Brian Osman · 3 years ago
  39. fe5b133 don't rely on GlyphRunList for position by Herb Derby · 3 years ago
  40. 7b64e13 [graphite] Remove use of GraphiteTypesPriv and move to *Types in src. by Greg Daniel · 3 years ago
  41. c3915f7 Reland "Enable non-standalone builds with dawn" by Brian Salomon · 3 years ago
  42. 686ccec [graphite] Add BackendTexture abstraction for Graphite. by Greg Daniel · 3 years ago
  43. 122f1b9 Revert "Enable non-standalone builds with dawn" by Julia Lavrova · 3 years ago
  44. 9aca7f7 Yank GrStrokeTessellationShader out of StrokeTessellators by Chris Dalton · 3 years ago
  45. b339d59 Fold GrStrokeTessellationShader::ShaderFlags into PatchAttribs by Chris Dalton · 3 years ago
  46. 6fc735e Move ErrorOnDivideByZero out of ConstantFolder interface. by John Stiles · 3 years ago
  47. 0566f5d [infra] Make git-sync-deps truncate directory from beginning by Kevin Lubick · 3 years ago
  48. c1bbd1f generalize text geometry back pointer by Herb Derby · 3 years ago
  49. 25deba3 Enable non-standalone builds with dawn by Safa Sofuoglu · 3 years ago
  50. a3d2f24 Simplify literal creation in SPIR-V. by John Stiles · 3 years ago
  51. 7fab38d Don't check for framebuffer completeness on TSAN builds. by Brian Salomon · 3 years ago
  52. 14a487f Replace getConstantSubexpression with getConstantValue. by John Stiles · 3 years ago
  53. 7ab86bd Add variable slot information to SkVMDebugInfo. by John Stiles · 3 years ago
  54. 6460541 Reland "Fix Metal codegen error with structs containing compound types." by John Stiles · 3 years ago
  55. cf7be0f Roll ANGLE from eefb41112624 to ae3f67ab4a3a (12 revisions) by skia-autoroll · 3 years ago
  56. 65189fe Roll SwiftShader from e878186acaee to 6885768e737f (12 revisions) by skia-autoroll · 3 years ago
  57. 199194c Roll Chromium from 0339eeae1454 to 4b7455c44bc0 (507 revisions) by skia-autoroll · 3 years ago
  58. 7134d4a Roll Dawn from 792b94ffeeca to 12e51f6efaaa (9 revisions) by skia-autoroll · 3 years ago
  59. eecf0af Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 3 years ago
  60. 48585f5 Copy only SKPs over by Ravi Mistry · 3 years ago
  61. db8a7e6 Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 3 years ago
  62. 95c8761 Roll SK Tool from 48428a99b46f to 5fcf63524c82 by skia-autoroll · 3 years ago
  63. 300f51a [graphite] Be explicit about pending draws on DrawContext destruction by Jim Van Verth · 3 years ago
  64. 87e9d52 Saturate subtract translation in SkOffsetImageFilter by Brian Salomon · 3 years ago
  65. 3aaed99 Revert "Fix Metal codegen error with structs containing compound types." by John Stiles · 3 years ago
  66. ef3d6af [infra] Add POC Bazel rules for CanvasKit by Kevin Lubick · 3 years ago
  67. 23dafe8 [graphite] Implement fullscreen clear as LoadOp by Jim Van Verth · 3 years ago
  68. c02dceb Add checks around tessellation buffer allocations by Chris Dalton · 3 years ago
  69. babbec1 On Mali-TXXX driver version <= 1.26 rebind color target after by Brian Salomon · 3 years ago
  70. 6388f0e Don't try to use FanBuffer in PathInnerTriangulateOp if allocation failed. by Greg Daniel · 3 years ago
  71. 799abb7 [canvaskit] Set unsupported WebGL caps to false by Kevin Lubick · 3 years ago
  72. e393e72 [canvaskit] Add ImageInfo to Texture APIs by Kevin Lubick · 3 years ago
  73. e96b25c Disallow direct readback of compressed textures in Metal by Robert Phillips · 3 years ago
  74. 152299e Roll skcms from 0d5496480324 to 9019104061d8 (1 revision) by skia-autoroll · 3 years ago
  75. 87686e3 Disable broken tests on Tegra3. by John Stiles · 3 years ago
  76. 2a6c415 Fix Metal codegen error with structs containing compound types. by John Stiles · 3 years ago
  77. 09ece93 Move breadcrumb and inner-fan triangles out of PathCurveTessellator by Chris Dalton · 3 years ago
  78. 5182ed3 [graphite] Revise RenderPassTask construction by Jim Van Verth · 3 years ago
  79. 1061a4c Roll ANGLE from 9c486b67528f to eefb41112624 (4 revisions) by skia-autoroll · 3 years ago
  80. 6df1871 Replace `fSkVMDebugTrace` program setting with `SkVMDebugInfo`. by John Stiles · 3 years ago
  81. 1991780 Update LoopFloat/LoopInt tests to reduce hoisting. by John Stiles · 3 years ago
  82. 7ee4dec Roll ANGLE from b5adbe272e48 to 9c486b67528f (4 revisions) by skia-autoroll · 3 years ago
  83. 4ab1218 Roll SwiftShader from 73a6940a2d14 to e878186acaee (1 revision) by skia-autoroll · 3 years ago
  84. 20a2328 Roll Chromium from b720fbc74d97 to 0339eeae1454 (409 revisions) by skia-autoroll · 3 years ago
  85. c7074cb Roll Dawn from e9c84c071ff8 to 792b94ffeeca (5 revisions) by skia-autoroll · 3 years ago
  86. 32451cf Fix PatchAttribs issues with explicit curve type by Chris Dalton · 3 years ago
  87. c0ff5a8 Add flag that can be used to disable `std::shared_mutex` use in VMA. by Brandon DeRosier · 3 years ago
  88. f0f447c Yank GrPathTessellationShader out of PatchTessellators by Chris Dalton · 3 years ago
  89. 6d823b3 Roll ANGLE from 92bdb59b3c26 to b5adbe272e48 (9 revisions) by skia-autoroll · 3 years ago
  90. 8ed49ea [infra] Add Bazel rules for codecs. by Kevin Lubick · 3 years ago
  91. 08a9711 Reland "Implement batching for convex tessellated paths" by Chris Dalton · 3 years ago
  92. 05c4116 Allow inlining of functions with unassigned out-params. by John Stiles · 3 years ago
  93. 6ee5d9e Improve index-folding of arrays and matrices. by John Stiles · 3 years ago
  94. 7441002 Add tests for inlining functions with out/inout params. by John Stiles · 3 years ago
  95. 107ea94 Add support for clamp($genUType, ...) in SkSL. by John Stiles · 3 years ago
  96. 0e956d5 Fix runtimecolorfilter_vertices_atlas_and_patch GM size by Brian Salomon · 3 years ago
  97. cb94b57 [canvaskit] Add ability to make texture image across surfaces. by Kevin Lubick · 3 years ago
  98. 7e17793 Check FBO status when creating or wrapping renderable texture. by Brian Salomon · 3 years ago
  99. 384ba65 Remove GPU V2 by Brian Salomon · 3 years ago
  100. 4dee13d Remove unnecessary pdf include in SkJpegCodec by Kevin Lubick · 3 years ago