1. f80ef38 Add skstd::string_view::substr by Brian Osman · 2 years, 10 months ago
  2. 0459a93 Made out-of-bounds literals non-fatal errors in DSLParser by Ethan Nicholas · 2 years, 10 months ago
  3. 2ecc595 Migrate program finalization logic out of IRGenerator. by John Stiles · 2 years, 10 months ago
  4. 98eae1e Moved DetectVarDeclarationWithoutScope out of IRGenerator by Ethan Nicholas · 2 years, 10 months ago
  5. facffbe [infra] Add go/skia-break-glass to gardener documentation by Kevin Lubick · 2 years, 10 months ago
  6. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 2 years, 10 months ago
  7. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 10 months ago
  8. 0fc6bed Move VerifyStaticTests from Compiler to Analysis. by John Stiles · 2 years, 10 months ago
  9. d2f53f9 Move more Ops to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  10. ad284fe Made DSLParser 'expected expression' a fatal error by Ethan Nicholas · 2 years, 10 months ago
  11. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 2 years, 10 months ago
  12. 600481f Made position parameter of DSL ReportErrors required by Ethan Nicholas · 2 years, 10 months ago
  13. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  14. 7db3ab5 Remove SK_HAS_SRGBA_COLOR_TYPE guard by Brian Osman · 2 years, 11 months ago
  15. fd1ff92 Made DSLType::Array return poison on error by Ethan Nicholas · 2 years, 10 months ago
  16. e425088 Roll SwiftShader from 8ed4e39caa5b to b75ca3758a80 (2 revisions) by skia-autoroll · 2 years, 10 months ago
  17. 4d6344c Roll Dawn from c7226a76245d to 4a4a80447653 (5 revisions) by skia-autoroll · 2 years, 10 months ago
  18. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 10 months ago
  19. 51b4b86 Improve DSL error reporting with invalid array sizes by Ethan Nicholas · 2 years, 10 months ago
  20. 9667235 Use Type::convertArraySize from DSL for error detection by Ethan Nicholas · 2 years, 10 months ago
  21. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 2 years, 10 months ago
  22. 0c8a598 Improved DSL Struct error reporting by Ethan Nicholas · 2 years, 10 months ago
  23. 3b20489 Add FunctionDefinition::Convert for creating function definitions. by John Stiles · 2 years, 11 months ago
  24. be2c3ee Fix compilation with "skia_enable_skparagraph = false" by Robert Phillips · 2 years, 10 months ago
  25. 0e32aa8 Rename some GrD3DTypes* header files. by Greg Daniel · 2 years, 10 months ago
  26. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 2 years, 10 months ago
  27. be8f73d Improved error reporting in DSLParser::swizzle by Ethan Nicholas · 2 years, 11 months ago
  28. c898d04 Made IsAssignableVisitor ignore Poison values by Ethan Nicholas · 2 years, 11 months ago
  29. ebb451d Reland "Simplify SkRasterClip now that it's only intersect/diff" by Michael Ludwig · 2 years, 10 months ago
  30. a8b897b Remove blend and colorFilter sksl modules by Brian Osman · 2 years, 10 months ago
  31. 0d45655 Metal: Remove unused variable by Jim Van Verth · 2 years, 10 months ago
  32. f8f1fa0 Stop DSLParser from continuing after an invalid token by Ethan Nicholas · 2 years, 11 months ago
  33. 2763323 Fixed DSL handling of struct field modifiers by Ethan Nicholas · 2 years, 11 months ago
  34. e110f6e Improve DSLParser error recovery with interface blocks by Ethan Nicholas · 2 years, 11 months ago
  35. c89ebe3 Fix EmptyStruct test in DSLParser by Ethan Nicholas · 2 years, 11 months ago
  36. 772061e Added DSL error for opaque types in structs by Ethan Nicholas · 2 years, 11 months ago
  37. 79c8899 Fix error with allocating arrays from DSLParser by Ethan Nicholas · 2 years, 11 months ago
  38. df803aa Added positions to DSLParser layout processing by Ethan Nicholas · 2 years, 11 months ago
  39. 36e4df7 Fixed a function name in MismatchedNumbers.sksl by Ethan Nicholas · 2 years, 11 months ago
  40. 2910452 [infra] Port serve.py from Python2 to 3 by Kevin Lubick · 2 years, 10 months ago
  41. 9c975c5 Store loop-unroll information inside ForStatement. by John Stiles · 2 years, 10 months ago
  42. aa008bc Avoid integer overflow in area calculation for SkRect::Subtract by Michael Ludwig · 2 years, 10 months ago
  43. ace470b Make IRGenerator::call propagate poison by Ethan Nicholas · 2 years, 10 months ago
  44. 17c7c2f [fuzz] Update docs with better OSS-Fuzz link by Kevin Lubick · 2 years, 10 months ago
  45. fd3a6d9 Always use python3 to run fetch-sk. by John Stiles · 2 years, 10 months ago
  46. 6f20b8d Added line numbers to DSLParser errors by Ethan Nicholas · 2 years, 10 months ago
  47. 262713d Roll ANGLE from 3a9df22fcc51 to 27517801121e (1 revision) by skia-autoroll · 2 years, 10 months ago
  48. 667d050 Roll Dawn from ea487972d16e to c7226a76245d (3 revisions) by skia-autoroll · 2 years, 10 months ago
  49. 78a0099 Roll SwiftShader from 6aad52e1aef6 to 8ed4e39caa5b (9 revisions) by skia-autoroll · 2 years, 10 months ago
  50. f182b8d Roll ANGLE from bc89eda7bb6e to 3a9df22fcc51 (9 revisions) by skia-autoroll · 2 years, 10 months ago
  51. 2303f7c Redraw duing mouse drag by Mike Reed · 2 years, 10 months ago
  52. 9a0302c Revert "Simplify SkRasterClip now that it's only intersect/diff" by Robert Phillips · 2 years, 10 months ago
  53. cadd5db Move three Op-derived classes to the skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  54. 5d97a96 DSLParser now tracks parse errors separately from semantic errors by Ethan Nicholas · 2 years, 10 months ago
  55. 2055cb2 Metal: fix RenderCommandEncoder compatibility check. by Jim Van Verth · 2 years, 10 months ago
  56. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 2 years, 10 months ago
  57. 75bab92 Simplify SkRasterClip now that it's only intersect/diff by Michael Ludwig · 2 years, 11 months ago
  58. e5d0778 [infra] Add wildcard OWNERS by Kevin Lubick · 2 years, 10 months ago
  59. 5dbdb1e Line metrics: return all indices in UTF16 by Julia Lavrova · 2 years, 10 months ago
  60. 078a8dd Yet another bug in line metrics by Julia Lavrova · 2 years, 10 months ago
  61. d5e9523 Roll SwiftShader from 9eb5acaba94c to 6aad52e1aef6 (5 revisions) by Kevin Lubick · 2 years, 10 months ago
  62. 16749b4 Disable TSAN bot from running vkdmsaa. by Greg Daniel · 2 years, 10 months ago
  63. a85560a Work around divide-by-zero UBSAN errors in intrinsic optimization. by John Stiles · 2 years, 10 months ago
  64. 31f7631 Move GrAtlasTextOp to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  65. 90a6974 Roll SK Tool from 6cc8590fd276 to e7e1e30274a5 by skia-autoroll · 2 years, 10 months ago
  66. 2145390 Move GrTextureOp to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  67. 91b781e Roll ANGLE from cf24931abf27 to bc89eda7bb6e (19 revisions) by skia-autoroll · 2 years, 11 months ago
  68. 09e533b Roll Dawn from 086c44ee737d to ea487972d16e (4 revisions) by skia-autoroll · 2 years, 11 months ago
  69. 5c4463e Fixed DSLParser code rot by Ethan Nicholas · 2 years, 11 months ago
  70. f8a9658 Disable vulkan dmsaa on early adrenos. by Greg Daniel · 2 years, 11 months ago
  71. 3be00e9 Enable support for vulkan dmsaa in caps. by Greg Daniel · 2 years, 11 months ago
  72. 494eb3e Refactored IRGenerator::convertInterfaceBlock by Ethan Nicholas · 2 years, 11 months ago
  73. b42c383 Remove support for unsized arrays by Brian Osman · 2 years, 11 months ago
  74. 7bd3f1c Fix fuzzer-discovered assertion with global variables. by John Stiles · 2 years, 11 months ago
  75. c7774a7 Switched SymbolTable.fErrorReporter over to .fContext by Ethan Nicholas · 2 years, 11 months ago
  76. 8ff0394 Treat uninvoked external-function-references as errors. by John Stiles · 2 years, 11 months ago
  77. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 2 years, 11 months ago
  78. 8d13084 Migrate function-body finalization out of IRGenerator. by John Stiles · 2 years, 11 months ago
  79. c26cf6c Guard against width/height overflow in SkIRect::subtract by Michael Ludwig · 2 years, 11 months ago
  80. 842ee5b Fix assertion when calling a built-in function at global scope. by John Stiles · 2 years, 11 months ago
  81. c82eab8 [commandbuffer] Update infra dep to fix CommandBuffer by Eric Boren · 2 years, 11 months ago
  82. 0454fcb dedup tess shader flags by Brian Salomon · 2 years, 11 months ago
  83. 537c8a7 Fix assertion when returning intermediate types. by John Stiles · 2 years, 11 months ago
  84. bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 2 years, 11 months ago
  85. 43a157c Roll ANGLE from 47279c726e5a to cf24931abf27 (25 revisions) by skia-autoroll · 2 years, 11 months ago
  86. 2e3126d Roll Dawn from 2aee6eef7f07 to 086c44ee737d (2 revisions) by skia-autoroll · 2 years, 11 months ago
  87. 31012fa Roll SK Tool from 8d483c4a005b to c46cc491471b by skia-autoroll · 2 years, 11 months ago
  88. cb54758 fix aligned delete missing symbol by Herb Derby · 2 years, 11 months ago
  89. 3b0d350 Disallow function parameters in VarDeclaration statements. by John Stiles · 2 years, 11 months ago
  90. 810eccc [infra] Update recipes.cfg to use main branch by Eric Boren · 2 years, 11 months ago
  91. aca3f22 Add skstd::optional::emplace. by John Stiles · 2 years, 11 months ago
  92. 6483d76 Narrow down some Adreno opt-outs to GLSL only. by John Stiles · 2 years, 11 months ago
  93. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 2 years, 11 months ago
  94. 82d0814 Use drawVertices instead of SkDraw for MSAA hairline points by Chris Dalton · 2 years, 11 months ago
  95. 6efab71 Move error checking into VarDeclaration::Convert. by John Stiles · 2 years, 11 months ago
  96. f9e2055 extract common code from blur by Herb Derby · 2 years, 11 months ago
  97. 62bd633 Move tessellation ops to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  98. 3c0c185 Don't assume DecomposeCTM and setDeviceCoordSystem always succeed by Michael Ludwig · 2 years, 11 months ago
  99. 9ef6927 Add script to update the SkSL fuzzer corpus automatically. by John Stiles · 2 years, 11 months ago
  100. c1727fc [JetSki] pass SkPaint into experimental SkText drawText calls by Jorge Betancourt · 2 years, 11 months ago