1. 09746be Set SkPath.fLastMoveToIndex field from SkPathBuilder by Mike Reed · 3 years, 1 month ago
  2. 65e368b Fixed DSLParser bit rot by Ethan Nicholas · 3 years, 1 month ago
  3. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 1 month ago
  4. e3f85e0 Add improved regression test for oss-fuzz:36655. by John Stiles · 3 years, 1 month ago
  5. 699736b Fix crash in PipelineStageCodeGenerator with recursive calls. by John Stiles · 3 years, 1 month ago
  6. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 1 month ago
  7. 68403f1 Fix CMake HarfBuzz build. by Ben Wagner · 3 years, 1 month ago
  8. b8c6e2b Roll ANGLE from 9da4e52b5bb6 to 9b646c132d63 (12 revisions) by skia-autoroll · 3 years, 1 month ago
  9. 99a3ec5 Roll SwiftShader from e4b7794ddbee to b2af6a85583d (3 revisions) by skia-autoroll · 3 years, 1 month ago
  10. 5ca56dd Roll Dawn from 1ee777fcd578 to 9096fc290f86 (11 revisions) by skia-autoroll · 3 years, 1 month ago
  11. 66684b1 Roll HarfBuzz from 2.6.4 to 2.8.2-147 by Garret Rieger · 3 years, 1 month ago
  12. 058e936 Remove declaration of surfaceFillContext by Ben Wagner · 3 years, 1 month ago
  13. aef5dc7 Update references to deprecated Dawn structure. by Brandon Jones · 3 years, 1 month ago
  14. 462e188 SkScalerContext handle stroke changing path effect by Ben Wagner · 3 years, 1 month ago
  15. 134c5f7 Support expressions for scalar values by Kyle Carlstrom · 3 years, 1 month ago
  16. 7386dc7 Ensure default SkPaints w/ dither don't get dithered by Robert Phillips · 3 years, 1 month ago
  17. 4cb0c37 Fix undefined behavior in recursion detection. by John Stiles · 3 years, 1 month ago
  18. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 1 month ago
  19. 9dcbdbd Roll third_party/wuffs to version 0.3.0-beta.8 by Nigel Tao · 3 years, 1 month ago
  20. 5ac7f33 Add V2 SFC and SDC stubs by Robert Phillips · 3 years, 1 month ago
  21. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years, 1 month ago
  22. 9139803 Remove FP iterators. by Brian Salomon · 3 years, 1 month ago
  23. ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years, 1 month ago
  24. 1c51223 Make compressedBackendFormat accessible from GrContextThreadSafeProxy by Robert Phillips · 3 years, 1 month ago
  25. 628777c Fix cases of variable shadowing in SkSL. by John Stiles · 3 years, 1 month ago
  26. 0e741e2 Disable dithering on the PowerVR GE8320 by Robert Phillips · 3 years, 1 month ago
  27. e53c721 Pass DSLModifiers by reference. by John Stiles · 3 years, 1 month ago
  28. 4adb66f Honor lowp/mediump/highp precision qualifiers in DSLParser. by John Stiles · 3 years, 1 month ago
  29. a3f996c Fix skia_use_gl = false build by Ben Wagner · 3 years, 1 month ago
  30. c0bfdff [infra] Update buildbot repo used by go.mod by Kevin Lubick · 3 years, 1 month ago
  31. 7893d2d Reland "Reland "Enable the atlas path renderer for GrAAType::kCoverage"" by Chris Dalton · 3 years, 1 month ago
  32. 8ba1e71 Revert "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years, 1 month ago
  33. b942d4b Revert "Avoid expanding clip ops in tests that will remain after feature removal" by Michael Ludwig · 3 years, 1 month ago
  34. daa9717 [infra] Cleanup better after BuildStats by Kevin Lubick · 3 years, 1 month ago
  35. 8e2d894 Revert "Reland "Enable the atlas path renderer for GrAAType::kCoverage"" by Derek Sollenberger · 3 years, 1 month ago
  36. 902d2bc [infra] Cleanup permissions in our docker build tasks by Kevin Lubick · 3 years, 1 month ago
  37. 1000794 Roll ANGLE from 35bdaf8dc485 to 9da4e52b5bb6 (13 revisions) by skia-autoroll · 3 years, 1 month ago
  38. d82bee9 Roll SwiftShader from d4483095765e to e4b7794ddbee (2 revisions) by skia-autoroll · 3 years, 1 month ago
  39. 1f80836 Roll Dawn from 26391657884b to 1ee777fcd578 (6 revisions) by skia-autoroll · 3 years, 1 month ago
  40. 337e484 Revert "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Derek Sollenberger · 3 years, 1 month ago
  41. 36aef96 Disable lift of device space coord transforms to VS when GS or TS is used. by Brian Salomon · 3 years, 1 month ago
  42. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 1 month ago
  43. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years, 1 month ago
  44. 35215fb Don't assume extended (check perspective) by Mike Reed · 3 years, 1 month ago
  45. ea17e24 Reland "uniform Ptr (UPtr) is a sub class of Ptr" by Herb Derby · 3 years, 1 month ago
  46. cc04b6f Revert "Reland "Reland "Omit inner join geometry when possible""" by Tyler Denniston · 3 years, 1 month ago
  47. b449fff Unify DSL and SkSL error handling paths by Ethan Nicholas · 3 years, 1 month ago
  48. f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years, 1 month ago
  49. ae1e7bc Test addPath() by Mike Reed · 3 years, 1 month ago
  50. d1c51b2 Avoid expanding clip ops in tests that will remain after feature removal by Michael Ludwig · 3 years, 1 month ago
  51. 3b39b7f Alias canComputeFastBounds to affectsTransparentBlack by Michael Ludwig · 3 years, 1 month ago
  52. 9fdcc51 Write test demonstrating bug with array narrowing conversions. by John Stiles · 3 years, 1 month ago
  53. fdb13e9 Roll recipe dependencies (trivial). by recipe-roller · 3 years, 1 month ago
  54. 68587ae Add SkClipStack::replaceClip() separate from deprecated clip op by Michael Ludwig · 3 years, 1 month ago
  55. b00cbc7 Revert "uniform Ptr (UPtr) is a sub class of Ptr" by Derek Sollenberger · 3 years, 1 month ago
  56. 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 3 years, 1 month ago
  57. 40dfc67 Reland "Reland "Omit inner join geometry when possible"" by Tyler Denniston · 3 years, 1 month ago
  58. 03b7935 Reland "Enable the atlas path renderer for GrAAType::kCoverage" by Chris Dalton · 3 years, 1 month ago
  59. cef047a uniform Ptr (UPtr) is a sub class of Ptr by Herb Derby · 3 years, 1 month ago
  60. af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 3 years, 1 month ago
  61. f0ffd41 Roll recipe dependencies (trivial). by recipe-roller · 3 years, 1 month ago
  62. de58ca2 Roll ANGLE from f016c4352f52 to 35bdaf8dc485 (14 revisions) by skia-autoroll · 3 years, 1 month ago
  63. fbe4247 Roll SwiftShader from dcfc0a6e2d84 to d4483095765e (2 revisions) by skia-autoroll · 3 years, 1 month ago
  64. 2cbb3f5 Roll Dawn from 858e585cce60 to 26391657884b (5 revisions) by skia-autoroll · 3 years, 1 month ago
  65. 38d9e0e Roll recipe dependencies (trivial). by recipe-roller · 3 years, 1 month ago
  66. 6ff2b7a Roll recipe dependencies (trivial). by recipe-roller · 3 years, 1 month ago
  67. 1b18454 Roll recipe dependencies (trivial). by recipe-roller · 3 years, 1 month ago
  68. 9cd9d0f Fix nearly flat edge detection in GrTriangulator by Michael Ludwig · 3 years, 1 month ago
  69. 68f5606 Fix cases of variable shadowing in rasterization. by John Stiles · 3 years, 1 month ago
  70. 6ec3d27 Roll recipe dependencies (trivial). by recipe-roller · 3 years, 1 month ago
  71. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years, 1 month ago
  72. 86b2c95 Update gn_to_bp_utils to support python3 by Leon Scroggins III · 3 years, 1 month ago
  73. 46eb3ab Make v1/SurfaceDrawContext V1-only by Robert Phillips · 3 years, 1 month ago
  74. caa760e Fix -Wdeprecated-copy warnings by Brian Salomon · 3 years, 1 month ago
  75. e9dcbfd Add test for Runtime Effects and narrowing conversions. by John Stiles · 3 years, 1 month ago
  76. 7b401e0 Fix cases of variable shadowing in src/core/. by John Stiles · 3 years, 1 month ago
  77. 8ef386a Revert "Enable the atlas path renderer for GrAAType::kCoverage" by Brian Osman · 3 years, 1 month ago
  78. ea3489a Make Gr*ContextPriv class hierarchy parallel Gr*Context class hierarchy by Robert Phillips · 3 years, 1 month ago
  79. addccaf Enable narrowing conversions automatically for Runtime Effects. by John Stiles · 3 years, 1 month ago
  80. 1c38121 Roll SK Tool from 458d16ff1961 to d96e01e1e6c1 by skia-autoroll · 3 years, 1 month ago
  81. b6d6018 Roll recipe dependencies (trivial). by recipe-roller · 3 years, 1 month ago
  82. e7541d3 Roll ANGLE from d4d6c23c7c21 to f016c4352f52 (8 revisions) by skia-autoroll · 3 years, 1 month ago
  83. f4c6f5e Roll SwiftShader from 44660405ea6c to dcfc0a6e2d84 (6 revisions) by skia-autoroll · 3 years, 1 month ago
  84. 3cb9b9c Roll Dawn from 7e874a1c096e to 858e585cce60 (3 revisions) by skia-autoroll · 3 years, 1 month ago
  85. 6bbd7df Generalize KeyframeAnimatorBuilder to AnimatorBuilder by Kyle Carlstrom · 3 years, 2 months ago
  86. 6bf9189 Fix fetch-sk on Windows by Brian Osman · 3 years, 1 month ago
  87. 0e15769 Fix cases of variable shadowing in src/pdf/. by John Stiles · 3 years, 1 month ago
  88. eeff41a Fix cases of variable shadowing in src/. by John Stiles · 3 years, 1 month ago
  89. 60dbf07 Allow ProgramUsage add/remove for any kind of element. by John Stiles · 3 years, 1 month ago
  90. 289750a Don't assert if glCheckFramebufferStatus fails by Chris Dalton · 3 years, 1 month ago
  91. 9eca2ca Use varyings to implement MatrixEffects applied to DeviceCoord FPs. by Brian Salomon · 3 years, 1 month ago
  92. 0dd5f62 Removed unnecessary check in DSLWriter::Var by Ethan Nicholas · 3 years, 1 month ago
  93. 960b0f3 Fix cases of variable shadowing in samplecode/. by John Stiles · 3 years, 1 month ago
  94. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 1 month ago
  95. 1be6cbb Fix cases of variable shadowing in module/. by John Stiles · 3 years, 1 month ago
  96. a212b95 Fix cases of variable shadowing in gm/. by John Stiles · 3 years, 1 month ago
  97. 3533ff1 Converted InterfaceBlock name to string_view by Ethan Nicholas · 3 years, 1 month ago
  98. 66b500a Remove explicit sample flag from GrFP. by Brian Salomon · 3 years, 1 month ago
  99. d7437ee Fix for fuzzer-discovered error in SPIR-V with RTFlip. by John Stiles · 3 years, 1 month ago
  100. 4916c31 Retract some headers (mainly GrOpsTask.h) by Robert Phillips · 3 years, 1 month ago