1. c845272 Broke DSLWriter into two separate classes by Ethan Nicholas · 2 years, 11 months ago
  2. 042a197 Migrate compiler elimination passes to Transform. by John Stiles · 2 years, 11 months ago
  3. bcaacec Make Program owned-elements public. by John Stiles · 2 years, 11 months ago
  4. 2dfbf99 Migrate IsConstantExpression out of SkSLAnalysis. by John Stiles · 2 years, 11 months ago
  5. 2153a87 Migrate GetLoopUnrollInfo out of SkSLAnalysis. by John Stiles · 2 years, 11 months ago
  6. 8db7cd0 Migrate CanExitWithoutReturningValue out of SkSLAnalysis. by John Stiles · 2 years, 11 months ago
  7. cb0d81b Set Skia sksl generator to use registered magic number. by Greg Daniel · 2 years, 11 months ago
  8. a7827d6 Migrate EliminateDeadLocalVariables into Transform. by John Stiles · 2 years, 11 months ago
  9. 7176637 Migrate EliminateUnreachableCode into Transform. by John Stiles · 2 years, 11 months ago
  10. da4bcb6 Migrate ProgramUsage out of SkSLAnalysis. by John Stiles · 2 years, 11 months ago
  11. a272914 Add SkSL prefix to SwitchCaseContainsExit filename. by John Stiles · 2 years, 11 months ago
  12. b691ce4 Migrate `CheckProgramUnrolledSize` out of SkSLAnalysis. by John Stiles · 2 years, 11 months ago
  13. a1b44b7 Migrate `SwitchCaseContainsExit` out of SkSLAnalysis. by John Stiles · 2 years, 11 months ago
  14. 6d02346 Optimize away empty for loops. by John Stiles · 2 years, 11 months ago
  15. f907da7 Replace Analysis class-of-statics with a namespace. by John Stiles · 2 years, 11 months ago
  16. da25cff Require LoopUnrollInfo in ForStatement::Make. by John Stiles · 2 years, 11 months ago
  17. 36fef3b Moved function call handling into FunctionCall by Ethan Nicholas · 2 years, 11 months ago
  18. ff5bb37 Replace illegal DSLTypes with Poison types. by John Stiles · 2 years, 11 months ago
  19. fd4dc23 Factor out TypeConstant-to-type logic into separate function. by John Stiles · 2 years, 11 months ago
  20. 04b0e01 Move function intrinsic handling into Finalizer by Ethan Nicholas · 2 years, 11 months ago
  21. 95a6610 Simplify allowed-in-ES2 checks. by John Stiles · 2 years, 11 months ago
  22. df93db9 Removed a number of utility methods from DSLWriter by Ethan Nicholas · 2 years, 11 months ago
  23. 9efdc04 Remove `Type::containsPrivateFields`. by John Stiles · 2 years, 11 months ago
  24. b37fe54 Update FunctionDeclaration to take 'is-builtin' from the Context. by John Stiles · 2 years, 11 months ago
  25. a106472 Reland "Disallow constructors of ES3 types in ES2 code." by John Stiles · 2 years, 11 months ago
  26. 1a2cef7 Avoid returning a DSLExpression with an invalid type. by John Stiles · 2 years, 11 months ago
  27. c876489 Move 'is builtin code' flag into the ProgramConfig. by John Stiles · 2 years, 11 months ago
  28. e03f1c1 Revert "Disallow constructors of ES3 types in ES2 code." by John Stiles · 2 years, 11 months ago
  29. 36f53ec Disallow constructors of ES3 types in ES2 code. by John Stiles · 2 years, 11 months ago
  30. 6389bfa Removed useless modifiersWithDefaults method from DSLParser by Ethan Nicholas · 2 years, 11 months ago
  31. de42a9d Fixed unsupported type errors in pure DSL by Ethan Nicholas · 2 years, 11 months ago
  32. a7d1e5c Removed unused/nonexistent methods from IRGenerator by Ethan Nicholas · 2 years, 11 months ago
  33. 923d83b Fix incorrect assertion discovered by fuzzer. by John Stiles · 2 years, 11 months ago
  34. 906e9eb Emit qualifiers in the GLSL ES-required order. by John Stiles · 2 years, 11 months ago
  35. 66aa1de Allow precision qualifiers in function params. by John Stiles · 2 years, 11 months ago
  36. 1780755 Broke ProgramVisitor and ProgramWriter out into separate files by Ethan Nicholas · 2 years, 11 months ago
  37. 7e947ab Reland "Mark GLSL reserved names as reserved in SkSL grammar." by John Stiles · 2 years, 11 months ago
  38. 5f15c69 Revert "Mark GLSL reserved names as reserved in SkSL grammar." by Ethan Nicholas · 2 years, 11 months ago
  39. 6868f78 Emit prototypes in Pipeline for every defined function. by John Stiles · 2 years, 11 months ago
  40. 1e6e919 Moved findAndDeclareBuiltinVariables out of IRGenerator by Ethan Nicholas · 2 years, 11 months ago
  41. 31e4c38 Add support for function prototypes in Pipeline stage. by John Stiles · 2 years, 11 months ago
  42. 57f3fc4 Mark GLSL reserved names as reserved in SkSL grammar. by John Stiles · 2 years, 11 months ago
  43. 58014fa Moved SkSL intrinsics from IRGenerator to Context by Ethan Nicholas · 2 years, 11 months ago
  44. 791c0d3 Remove ASTNode and SkSLParser by Ethan Nicholas · 2 years, 11 months ago
  45. 89cfde1 Reland "Renamed SkSL "offset" to "line"" by Ethan Nicholas · 2 years, 11 months ago
  46. 5fad2b8 Reland "Use SkSL "offset" to actually mean "line"" by Ethan Nicholas · 2 years, 11 months ago
  47. 26c9344 Re-re-reland "Rewrite switch statements in GLSL strict-ES2 mode." by John Stiles · 2 years, 11 months ago
  48. 6f06bab Revert "Re-reland "Rewrite switch statements in GLSL strict-ES2 mode.""" by Brian Osman · 2 years, 11 months ago
  49. 051aeb7 Added module support to DSLParser by Ethan Nicholas · 2 years, 11 months ago
  50. 64560c7 Re-reland "Rewrite switch statements in GLSL strict-ES2 mode."" by John Stiles · 2 years, 11 months ago
  51. b05bbd0 Fix for fuzzer-discovered error with invalid var-initializers. by John Stiles · 2 years, 11 months ago
  52. a909dd6 Revert "Use SkSL "offset" to actually mean "line"" by Brian Osman · 2 years, 11 months ago
  53. cc91452 Revert "Renamed SkSL "offset" to "line"" by Brian Osman · 2 years, 11 months ago
  54. c4c3559 Revert "Reland "Rewrite switch statements in GLSL strict-ES2 mode."" by Brian Osman · 2 years, 11 months ago
  55. c81edd0 Reland "Rewrite switch statements in GLSL strict-ES2 mode." by John Stiles · 2 years, 11 months ago
  56. 6b88839 Add caps bit for rewriting switch statements. by John Stiles · 2 years, 11 months ago
  57. 58d47fa Renamed SkSL "offset" to "line" by Ethan Nicholas · 2 years, 11 months ago
  58. 47f7685 Use SkSL "offset" to actually mean "line" by Ethan Nicholas · 2 years, 11 months ago
  59. d26d0e6 Revert "Rewrite switch statements in GLSL strict-ES2 mode." by Brian Osman · 2 years, 11 months ago
  60. b8310ae Run conditional-assignment loop forwards. by John Stiles · 2 years, 11 months ago
  61. d71fac6 Remove temporary slot in writeSwitchStatement. by John Stiles · 2 years, 11 months ago
  62. 45e3838 Rewrite switch statements in GLSL strict-ES2 mode. by John Stiles · 2 years, 11 months ago
  63. 4144211 Tighten up SkVM code a bit. by John Stiles · 2 years, 11 months ago
  64. 1110118 Restore DSLWriter to relying on a Compiler again. by John Stiles · 2 years, 11 months ago
  65. cb40008 Implement switch in SkVM. by John Stiles · 2 years, 11 months ago
  66. 448b2d5 Add GetConstantValue, fix const-variable ES2 loop bounds by Brian Osman · 2 years, 11 months ago
  67. fe9bfe6 Separate IRGenerator and Compiler into separate DSLWriter fields. by John Stiles · 3 years ago
  68. 1a117d7 Allow dsl::Start with a Context instead of a Compiler. by John Stiles · 3 years ago
  69. ec8eef2 Slightly updated DSL Switch API by Ethan Nicholas · 3 years ago
  70. 428af4c Remove fLocalCoord from SkVMGenerator. by John Stiles · 3 years ago
  71. a4f5683 Refactor SkVMGenerator construction. by John Stiles · 3 years ago
  72. 6386199 Remove IRGenerator::coerce. by John Stiles · 3 years ago
  73. 49b1a42 Migrate unreachable-code elimination to Analysis. by John Stiles · 3 years ago
  74. a48e7b0 Removed unused SkSLPosition by Ethan Nicholas · 3 years ago
  75. 1c5eb4b Disallow continue inside a switch. by John Stiles · 3 years ago
  76. 408f38e Disable SwitchDefaultOnly test on Intel + Vulkan + Linux. by John Stiles · 3 years ago
  77. b8f1651 Add workaround for switch() containing only a `default` case. by John Stiles · 3 years ago
  78. 2816dcf Fixed fuzzer-discovered bug with interface blocks by Ethan Nicholas · 3 years ago
  79. ed2baba Reland "Add switch statement support to PipelineStage." by John Stiles · 3 years ago
  80. d288d8b Revert "Add switch statement support to PipelineStage." by John Stiles · 3 years ago
  81. be056f4 Add switch statement support to PipelineStage. by John Stiles · 3 years ago
  82. f62934b Fixed DSLParser error uncovered by ossfuzz by Ethan Nicholas · 3 years ago
  83. 3d9c73c Use thread_local on iOS by Ben Wagner · 3 years ago
  84. 8097076 Reorder optimizations to eliminate more code. by John Stiles · 3 years ago
  85. c973d26 Fixed DSLParser assertion error uncovered by fuzzer by Ethan Nicholas · 3 years ago
  86. 0dc1e0f Fixed DSLParser unary expression error handling by Ethan Nicholas · 3 years ago
  87. de2b609 Move symbol-table push/pop methods out of IRGenerator. by John Stiles · 3 years ago
  88. d0665d9 Fix fuzzer-discovered null deref with empty interface blocks. by John Stiles · 3 years ago
  89. 941812f Migrate scratch-variable creation from Inliner to SkSLVariable. by John Stiles · 3 years ago
  90. eb68973 Disallow matrix ctors which overflow a column. by John Stiles · 3 years ago
  91. 2dda4b6 Allow Mangler to be used outside of Inliner. by John Stiles · 3 years ago
  92. ae9b446 Turn off name mangling in DSLParser by Ethan Nicholas · 3 years ago
  93. 769146f Use string_view in Mangler. by John Stiles · 3 years ago
  94. 2586851 Add fwidth intrinsic to public SkSL in ES3. by John Stiles · 3 years ago
  95. 3e7cd00 Fixed a DSLParser bug with struct declarations by Ethan Nicholas · 3 years ago
  96. 80d2b3e Fixed DSL line numbers with private type errors by Ethan Nicholas · 3 years ago
  97. 81b7060 Fixed function analysis line numbers with DSLParser by Ethan Nicholas · 3 years ago
  98. 4f1593e Use swizzles in Metal matrix helper functions. by John Stiles · 3 years ago
  99. faf8d57 Reject discard statements in non-fragment DSLParser programs by Ethan Nicholas · 3 years ago
  100. a047e8b Improve overflow checks in CheckProgramUnrolledSize. by John Stiles · 3 years ago