1. 005392c Reland "For runtime shaders, deduce isOpaque automatically" by Brian Osman · 2 years, 8 months ago
  2. 4e95e1e Revert "For runtime shaders, deduce isOpaque automatically" by Brian Osman · 2 years, 8 months ago
  3. 995d16f For runtime shaders, deduce isOpaque automatically by Brian Osman · 2 years, 8 months ago
  4. ffeb6f2 Remove SkSL::String class. by John Stiles · 2 years, 8 months ago
  5. afb6511 Remove string_view + string_view concatenation function. by John Stiles · 2 years, 8 months ago
  6. 074a016 Remove skstd::string_view entirely. by John Stiles · 2 years, 8 months ago
  7. 03e7350 Migrate VerifyStaticTestsAndExpressions analysis pass out. by John Stiles · 2 years, 8 months ago
  8. 8af1eeb Converted SkSLSwitchCase to use ints rather than expressions by Ethan Nicholas · 2 years, 9 months ago
  9. c4b95b2 Renamed SkSLType operator== to 'matches' by Ethan Nicholas · 2 years, 9 months ago
  10. 2f2977e SkSL: Add color transform intrinsics by Brian Osman · 2 years, 10 months ago
  11. e7a9535 Enforce basic limits on global size in SkSL. by John Stiles · 2 years, 11 months ago
  12. bcaacec Make Program owned-elements public. by John Stiles · 3 years ago
  13. 2dfbf99 Migrate IsConstantExpression out of SkSLAnalysis. by John Stiles · 3 years ago
  14. 2153a87 Migrate GetLoopUnrollInfo out of SkSLAnalysis. by John Stiles · 3 years ago
  15. 8db7cd0 Migrate CanExitWithoutReturningValue out of SkSLAnalysis. by John Stiles · 3 years ago
  16. 7176637 Migrate EliminateUnreachableCode into Transform. by John Stiles · 3 years ago
  17. da4bcb6 Migrate ProgramUsage out of SkSLAnalysis. by John Stiles · 3 years ago
  18. b691ce4 Migrate `CheckProgramUnrolledSize` out of SkSLAnalysis. by John Stiles · 3 years ago
  19. a1b44b7 Migrate `SwitchCaseContainsExit` out of SkSLAnalysis. by John Stiles · 3 years ago
  20. 6d02346 Optimize away empty for loops. by John Stiles · 3 years ago
  21. 1780755 Broke ProgramVisitor and ProgramWriter out into separate files by Ethan Nicholas · 3 years ago
  22. 89cfde1 Reland "Renamed SkSL "offset" to "line"" by Ethan Nicholas · 3 years ago
  23. cc91452 Revert "Renamed SkSL "offset" to "line"" by Brian Osman · 3 years ago
  24. 58d47fa Renamed SkSL "offset" to "line" by Ethan Nicholas · 3 years ago
  25. cb40008 Implement switch in SkVM. by John Stiles · 3 years ago
  26. 448b2d5 Add GetConstantValue, fix const-variable ES2 loop bounds by Brian Osman · 3 years ago
  27. 49b1a42 Migrate unreachable-code elimination to Analysis. by John Stiles · 3 years ago
  28. a047e8b Improve overflow checks in CheckProgramUnrolledSize. by John Stiles · 3 years, 1 month ago
  29. 78b84cc Fix size calculation of blockless for-loops. by John Stiles · 3 years, 1 month ago
  30. 7591d4b Replace trio of XxxxLiteral types with a single Literal type. by John Stiles · 3 years, 1 month ago
  31. 106e0cd Increase GetLoopUnrollInfo loop-count limit to 100,000. by John Stiles · 3 years, 1 month ago
  32. 3272412 Switched DSL error handling from const char* to string_view by Ethan Nicholas · 3 years, 1 month ago
  33. 36ddccc Remove unnecessary [[maybe_unused]]. by John Stiles · 3 years, 1 month ago
  34. b6c29c7 Initialize class variables at construction time. by John Stiles · 3 years, 1 month ago
  35. 3099f79 SkSL: Add support for method calls on effect objects by Brian Osman · 3 years, 1 month ago
  36. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 3 years, 1 month ago
  37. 98ddea0 Report recursion from within CheckProgramUnrolledSize. by John Stiles · 3 years, 1 month ago
  38. 6475b10 Restructure CheckProgramUnrolledSize to support cycle detection. by John Stiles · 3 years, 1 month ago
  39. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 3 years, 1 month ago
  40. 2ecc595 Migrate program finalization logic out of IRGenerator. by John Stiles · 3 years, 1 month ago
  41. 98eae1e Moved DetectVarDeclarationWithoutScope out of IRGenerator by Ethan Nicholas · 3 years, 1 month ago
  42. 0fc6bed Move VerifyStaticTests from Compiler to Analysis. by John Stiles · 3 years, 1 month ago
  43. c898d04 Made IsAssignableVisitor ignore Poison values by Ethan Nicholas · 3 years, 1 month ago
  44. 9c975c5 Store loop-unroll information inside ForStatement. by John Stiles · 3 years, 1 month ago
  45. 7bd3f1c Fix fuzzer-discovered assertion with global variables. by John Stiles · 3 years, 1 month ago
  46. bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 3 years, 1 month ago
  47. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years, 1 month ago
  48. eb0f29d SkSL: Allow invoking children (shaders, etc) like functions by Brian Osman · 3 years, 2 months ago
  49. 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 3 years, 2 months ago
  50. 5547866 Removed setErrorCount from SkSL ErrorReporter by Ethan Nicholas · 3 years, 2 months ago
  51. a40ddcd Pass dsl::PositionInfo by value by Ethan Nicholas · 3 years, 2 months ago
  52. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 2 months ago
  53. 4cb0c37 Fix undefined behavior in recursion detection. by John Stiles · 3 years, 2 months ago
  54. 628777c Fix cases of variable shadowing in SkSL. by John Stiles · 3 years, 2 months ago
  55. b449fff Unify DSL and SkSL error handling paths by Ethan Nicholas · 3 years, 2 months ago
  56. 60dbf07 Allow ProgramUsage add/remove for any kind of element. by John Stiles · 3 years, 2 months ago
  57. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 2 months ago
  58. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 3 months ago
  59. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 3 months ago
  60. 66657d1 Switch to using intrinsicKind to detect "sample" calls by Brian Osman · 3 years, 3 months ago
  61. 04d79fc GrSkSLFP: Avoid making a global copy of inColor most of the time by Brian Osman · 3 years, 3 months ago
  62. 549c6b8 Added Poison values to SkSL to improve DSL error handling by Ethan Nicholas · 3 years, 3 months ago
  63. 8cdf28f Elide sample coords for GrSkSLFP if only used for pass-through sampling by Brian Osman · 3 years, 4 months ago
  64. 83dae92 Remove SkSL sample-with-matrix implementation by Brian Osman · 3 years, 5 months ago
  65. 9121667 Remove DefinedExpression. by John Stiles · 3 years, 5 months ago
  66. 4d57111 Reland "Runtime effects: Detect passthrough sample calls automatically" by Brian Osman · 3 years, 5 months ago
  67. 00f3041 Revert "Runtime effects: Detect passthrough sample calls automatically" by Brian Osman · 3 years, 5 months ago
  68. e49703f Remove custom SkVertices data and runtime effect `varying` support by Brian Osman · 3 years, 6 months ago
  69. 8e2a84b Fix for fuzzer-discovered error in SPIR-V compilation. by John Stiles · 3 years, 6 months ago
  70. cc3d2d2 Runtime effects: Detect passthrough sample calls automatically by Brian Osman · 3 years, 6 months ago
  71. 0962268 Fix SampleUsage analysis for calls that use coords and color by Brian Osman · 3 years, 6 months ago
  72. d47330f Add support for struct constructors to SkSL. by John Stiles · 3 years, 6 months ago
  73. 8cad637 Rename composite constructors to compound constructors. by John Stiles · 3 years, 6 months ago
  74. 8317d0b Remove universal Constructor class. by John Stiles · 3 years, 6 months ago
  75. 268a73f Represent matrix casts with CompositeCast type. by John Stiles · 3 years, 6 months ago
  76. 2bec8ab Represent vector/matrix composition with the ConstructorComposite type. by John Stiles · 3 years, 6 months ago
  77. d986f47 Represent vector construction with ConstructorVector. by John Stiles · 3 years, 6 months ago
  78. 21a50ec Replace getVecComponent with getConstantSubexpression. by John Stiles · 3 years, 6 months ago
  79. 5abb9e1 Represent matrix resizes as a dedicated expression type. by John Stiles · 3 years, 6 months ago
  80. b14a819 Represent vector-cast constructors with ConstructorVectorCast. by John Stiles · 3 years, 6 months ago
  81. fd7252f Represent scalar-cast constructors with ConstructorScalarCast. by John Stiles · 3 years, 6 months ago
  82. 2938eea Represent splat constructors with a dedicated ConstructorSplat class. by John Stiles · 3 years, 6 months ago
  83. 7384b37 Represent array constructors with a dedicated ConstructorArray class. by John Stiles · 3 years, 6 months ago
  84. e118278 Create a diagonal-matrix Constructor class. by John Stiles · 3 years, 6 months ago
  85. d80cef6 Simplify the getConstant code during loop analysis. by John Stiles · 3 years, 6 months ago
  86. 39465b8 Ensure function-parameter variables exist in the variable usage map. by John Stiles · 3 years, 7 months ago
  87. 958f4b5 Run finalizeFunction before creating a FunctionDefinition. by John Stiles · 3 years, 7 months ago
  88. f10eff3 Fix misdetection of dead global variables. by John Stiles · 3 years, 7 months ago
  89. 48b2558 Add unique_ptr visitation support to ProgramWriter. by John Stiles · 3 years, 7 months ago
  90. b23a64b Replace vector<SwitchCase> in Switch with a StatementArray. by John Stiles · 3 years, 7 months ago
  91. 04a8a54 Ensure all local variables exist in the ProgramUsage map. by John Stiles · 3 years, 7 months ago
  92. c3ce43b Replace the vector<Statement> in SwitchCase with a Block. by John Stiles · 3 years, 7 months ago
  93. 24c1772 Fixed an issue with DSL includes by Ethan Nicholas · 3 years, 7 months ago
  94. 5676c57 Optimize away self-comparison in the constant folder. by John Stiles · 3 years, 7 months ago
  95. 532138c Restore 'medPrecision' label in ellipse effect FP. by John Stiles · 3 years, 7 months ago
  96. b3dcbb1 Detect functions that fail to return a value, without using CFG. by John Stiles · 3 years, 7 months ago
  97. daed259 Made SkSL DSL into public API by Ethan Nicholas · 3 years, 7 months ago
  98. a0e56e3 Allow ProgramVisitor::visitStatement to receive SwitchCase statements. by John Stiles · 3 years, 7 months ago
  99. 786d42c Improve comments for Analysis::IsSelfAssignment. by John Stiles · 3 years, 7 months ago
  100. 232b4ce Allow ForLoopIsValidForES2 to run before creating a ForStatement. by John Stiles · 3 years, 7 months ago