1. ebb451d Reland "Simplify SkRasterClip now that it's only intersect/diff" by Michael Ludwig · 3 years, 1 month ago
  2. a8b897b Remove blend and colorFilter sksl modules by Brian Osman · 3 years, 1 month ago
  3. 0d45655 Metal: Remove unused variable by Jim Van Verth · 3 years, 1 month ago
  4. f8f1fa0 Stop DSLParser from continuing after an invalid token by Ethan Nicholas · 3 years, 1 month ago
  5. 2763323 Fixed DSL handling of struct field modifiers by Ethan Nicholas · 3 years, 1 month ago
  6. e110f6e Improve DSLParser error recovery with interface blocks by Ethan Nicholas · 3 years, 1 month ago
  7. c89ebe3 Fix EmptyStruct test in DSLParser by Ethan Nicholas · 3 years, 1 month ago
  8. 772061e Added DSL error for opaque types in structs by Ethan Nicholas · 3 years, 1 month ago
  9. 79c8899 Fix error with allocating arrays from DSLParser by Ethan Nicholas · 3 years, 1 month ago
  10. df803aa Added positions to DSLParser layout processing by Ethan Nicholas · 3 years, 1 month ago
  11. 36e4df7 Fixed a function name in MismatchedNumbers.sksl by Ethan Nicholas · 3 years, 1 month ago
  12. 2910452 [infra] Port serve.py from Python2 to 3 by Kevin Lubick · 3 years, 1 month ago
  13. 9c975c5 Store loop-unroll information inside ForStatement. by John Stiles · 3 years, 1 month ago
  14. aa008bc Avoid integer overflow in area calculation for SkRect::Subtract by Michael Ludwig · 3 years, 1 month ago
  15. ace470b Make IRGenerator::call propagate poison by Ethan Nicholas · 3 years, 1 month ago
  16. 17c7c2f [fuzz] Update docs with better OSS-Fuzz link by Kevin Lubick · 3 years, 1 month ago
  17. fd3a6d9 Always use python3 to run fetch-sk. by John Stiles · 3 years, 1 month ago
  18. 6f20b8d Added line numbers to DSLParser errors by Ethan Nicholas · 3 years, 1 month ago
  19. 262713d Roll ANGLE from 3a9df22fcc51 to 27517801121e (1 revision) by skia-autoroll · 3 years, 1 month ago
  20. 667d050 Roll Dawn from ea487972d16e to c7226a76245d (3 revisions) by skia-autoroll · 3 years, 1 month ago
  21. 78a0099 Roll SwiftShader from 6aad52e1aef6 to 8ed4e39caa5b (9 revisions) by skia-autoroll · 3 years, 1 month ago
  22. f182b8d Roll ANGLE from bc89eda7bb6e to 3a9df22fcc51 (9 revisions) by skia-autoroll · 3 years, 1 month ago
  23. 2303f7c Redraw duing mouse drag by Mike Reed · 3 years, 1 month ago
  24. 9a0302c Revert "Simplify SkRasterClip now that it's only intersect/diff" by Robert Phillips · 3 years, 1 month ago
  25. cadd5db Move three Op-derived classes to the skgpu::v1 namespace by Robert Phillips · 3 years, 1 month ago
  26. 5d97a96 DSLParser now tracks parse errors separately from semantic errors by Ethan Nicholas · 3 years, 1 month ago
  27. 2055cb2 Metal: fix RenderCommandEncoder compatibility check. by Jim Van Verth · 3 years, 1 month ago
  28. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 3 years, 1 month ago
  29. 75bab92 Simplify SkRasterClip now that it's only intersect/diff by Michael Ludwig · 3 years, 2 months ago
  30. e5d0778 [infra] Add wildcard OWNERS by Kevin Lubick · 3 years, 1 month ago
  31. 5dbdb1e Line metrics: return all indices in UTF16 by Julia Lavrova · 3 years, 1 month ago
  32. 078a8dd Yet another bug in line metrics by Julia Lavrova · 3 years, 1 month ago
  33. d5e9523 Roll SwiftShader from 9eb5acaba94c to 6aad52e1aef6 (5 revisions) by Kevin Lubick · 3 years, 1 month ago
  34. 16749b4 Disable TSAN bot from running vkdmsaa. by Greg Daniel · 3 years, 1 month ago
  35. a85560a Work around divide-by-zero UBSAN errors in intrinsic optimization. by John Stiles · 3 years, 1 month ago
  36. 31f7631 Move GrAtlasTextOp to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
  37. 90a6974 Roll SK Tool from 6cc8590fd276 to e7e1e30274a5 by skia-autoroll · 3 years, 1 month ago
  38. 2145390 Move GrTextureOp to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
  39. 91b781e Roll ANGLE from cf24931abf27 to bc89eda7bb6e (19 revisions) by skia-autoroll · 3 years, 1 month ago
  40. 09e533b Roll Dawn from 086c44ee737d to ea487972d16e (4 revisions) by skia-autoroll · 3 years, 1 month ago
  41. 5c4463e Fixed DSLParser code rot by Ethan Nicholas · 3 years, 1 month ago
  42. f8a9658 Disable vulkan dmsaa on early adrenos. by Greg Daniel · 3 years, 1 month ago
  43. 3be00e9 Enable support for vulkan dmsaa in caps. by Greg Daniel · 3 years, 2 months ago
  44. 494eb3e Refactored IRGenerator::convertInterfaceBlock by Ethan Nicholas · 3 years, 2 months ago
  45. b42c383 Remove support for unsized arrays by Brian Osman · 3 years, 2 months ago
  46. 7bd3f1c Fix fuzzer-discovered assertion with global variables. by John Stiles · 3 years, 2 months ago
  47. c7774a7 Switched SymbolTable.fErrorReporter over to .fContext by Ethan Nicholas · 3 years, 2 months ago
  48. 8ff0394 Treat uninvoked external-function-references as errors. by John Stiles · 3 years, 2 months ago
  49. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years, 2 months ago
  50. 8d13084 Migrate function-body finalization out of IRGenerator. by John Stiles · 3 years, 2 months ago
  51. c26cf6c Guard against width/height overflow in SkIRect::subtract by Michael Ludwig · 3 years, 2 months ago
  52. 842ee5b Fix assertion when calling a built-in function at global scope. by John Stiles · 3 years, 2 months ago
  53. c82eab8 [commandbuffer] Update infra dep to fix CommandBuffer by Eric Boren · 3 years, 2 months ago
  54. 0454fcb dedup tess shader flags by Brian Salomon · 3 years, 2 months ago
  55. 537c8a7 Fix assertion when returning intermediate types. by John Stiles · 3 years, 2 months ago
  56. bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 3 years, 2 months ago
  57. 43a157c Roll ANGLE from 47279c726e5a to cf24931abf27 (25 revisions) by skia-autoroll · 3 years, 2 months ago
  58. 2e3126d Roll Dawn from 2aee6eef7f07 to 086c44ee737d (2 revisions) by skia-autoroll · 3 years, 2 months ago
  59. 31012fa Roll SK Tool from 8d483c4a005b to c46cc491471b by skia-autoroll · 3 years, 2 months ago
  60. cb54758 fix aligned delete missing symbol by Herb Derby · 3 years, 2 months ago
  61. 3b0d350 Disallow function parameters in VarDeclaration statements. by John Stiles · 3 years, 2 months ago
  62. 810eccc [infra] Update recipes.cfg to use main branch by Eric Boren · 3 years, 2 months ago
  63. aca3f22 Add skstd::optional::emplace. by John Stiles · 3 years, 2 months ago
  64. 6483d76 Narrow down some Adreno opt-outs to GLSL only. by John Stiles · 3 years, 2 months ago
  65. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 3 years, 2 months ago
  66. 82d0814 Use drawVertices instead of SkDraw for MSAA hairline points by Chris Dalton · 3 years, 2 months ago
  67. 6efab71 Move error checking into VarDeclaration::Convert. by John Stiles · 3 years, 2 months ago
  68. f9e2055 extract common code from blur by Herb Derby · 3 years, 2 months ago
  69. 62bd633 Move tessellation ops to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
  70. 3c0c185 Don't assume DecomposeCTM and setDeviceCoordSystem always succeed by Michael Ludwig · 3 years, 2 months ago
  71. 9ef6927 Add script to update the SkSL fuzzer corpus automatically. by John Stiles · 3 years, 2 months ago
  72. c1727fc [JetSki] pass SkPaint into experimental SkText drawText calls by Jorge Betancourt · 3 years, 2 months ago
  73. a3a8cba Roll Dawn from 6fa34f80bd4a to 2aee6eef7f07 (1 revision) by skia-autoroll · 3 years, 2 months ago
  74. 7c94cf9 Roll SK Tool from 1599676d9dea to ac56067b7a25 by skia-autoroll · 3 years, 2 months ago
  75. fdafc0c Move GrAtlasRenderTask to gpu/ops and skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
  76. fbb905e Remove nearly-unused ASTNode description code. by John Stiles · 3 years, 2 months ago
  77. 0f629d7 Positioning in chinese glyphs by Julia Lavrova · 3 years, 2 months ago
  78. 6fc1f02 Make sure to disable MSAA on ANGLE Intel by Chris Dalton · 3 years, 2 months ago
  79. 2cede62 Remove staging flag for raster clip aa disabling by Michael Ludwig · 3 years, 2 months ago
  80. 8ecd9e0 Roll skcms from b3fa31431c6a to 4f7135f89d98 (1 revision) by skia-autoroll · 3 years, 2 months ago
  81. dec5ff2 Reland "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by John Stiles · 3 years, 2 months ago
  82. ad326ae Ignore motion mark svg slight pixel mismatches in mtltestprecompile by Brian Salomon · 3 years, 2 months ago
  83. a228a48 Silence clang-tidy warnings around SkBlockAllocator by Michael Ludwig · 3 years, 2 months ago
  84. 3e87a8e Move GrOpsTask to gpu/ops and the the skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
  85. f611404 [canvaskit] Remove the need for users to keep track of contexts. by Kevin Lubick · 3 years, 2 months ago
  86. 96cd8a0 Disable use of StoreAndMultisampleResolve on Mac. by Jim Van Verth · 3 years, 2 months ago
  87. 43ac7e6 Fix parsing error with SPIR-V negating a uint. by John Stiles · 3 years, 2 months ago
  88. b61014d Roll ANGLE from 3408ea3ea402 to 47279c726e5a (7 revisions) by skia-autoroll · 3 years, 2 months ago
  89. 31c8710 Fix parsing error with structs containing arrays. by John Stiles · 3 years, 2 months ago
  90. 2d3f5e8 Demonstrate parsing error with structs and arrays. by John Stiles · 3 years, 2 months ago
  91. f95048c Report intermediate expressions as errors in For next-exprs. by John Stiles · 3 years, 2 months ago
  92. 24d622d Move the GrTessellationPathRenderer into the skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
  93. d34406a Remove dead code related to BuiltinTypes. by John Stiles · 3 years, 2 months ago
  94. 1e16937 Add more flexibility to GrVkRT to support DMSAA. by Greg Daniel · 3 years, 2 months ago
  95. c1ed11d Move GrBlockAllocator and GrTBlockList to src/core/ by Michael Ludwig · 3 years, 2 months ago
  96. 0305e86 Roll ANGLE from 8c05fd4fe56a to 3408ea3ea402 (20 revisions) by skia-autoroll · 3 years, 2 months ago
  97. 02c7dac Roll Dawn from dd1a5b3ad3e0 to 6fa34f80bd4a (9 revisions) by skia-autoroll · 3 years, 2 months ago
  98. 9155b33 Revert "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by Brian Osman · 3 years, 2 months ago
  99. 80fc31b Set --internalSamples for nanobench by Chris Dalton · 3 years, 2 months ago
  100. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years, 2 months ago