1. ff5bb37 Replace illegal DSLTypes with Poison types. by John Stiles · 3 years ago
  2. e5d4c43 Add SkSL test for uniform arrays. by John Stiles · 3 years ago
  3. 0dd68c3 Add tests for constructors of private types. by John Stiles · 3 years ago
  4. 8d2bd04 Add test for construction of non-ES2 types. by John Stiles · 3 years ago
  5. 923d83b Fix incorrect assertion discovered by fuzzer. by John Stiles · 3 years ago
  6. 906e9eb Emit qualifiers in the GLSL ES-required order. by John Stiles · 3 years ago
  7. 66aa1de Allow precision qualifiers in function params. by John Stiles · 3 years ago
  8. 7e947ab Reland "Mark GLSL reserved names as reserved in SkSL grammar." by John Stiles · 3 years ago
  9. 5f15c69 Revert "Mark GLSL reserved names as reserved in SkSL grammar." by Ethan Nicholas · 3 years ago
  10. 31e4c38 Add support for function prototypes in Pipeline stage. by John Stiles · 3 years ago
  11. 57f3fc4 Mark GLSL reserved names as reserved in SkSL grammar. by John Stiles · 3 years ago
  12. 9c0b844 Output Runtime Effect files from import_conformance_tests. by John Stiles · 3 years ago
  13. 469fb3c Rename variables named `input` in test files. by John Stiles · 3 years ago
  14. 9b428d1 Convert ES2 conformance tests to usable SkSL. by John Stiles · 3 years ago
  15. 31a9458 Implement parser for ES2 conformance '.test' files. by John Stiles · 3 years ago
  16. 18cb4a6 [skottie] Fix MotionTile/opacity interaction by Florin Malita · 3 years ago
  17. 26c9344 Re-re-reland "Rewrite switch statements in GLSL strict-ES2 mode." by John Stiles · 3 years ago
  18. 6ba939d [skottie] Improved Hue/Saturation effect by Florin Malita · 3 years ago
  19. 6f06bab Revert "Re-reland "Rewrite switch statements in GLSL strict-ES2 mode.""" by Brian Osman · 3 years ago
  20. 64560c7 Re-reland "Rewrite switch statements in GLSL strict-ES2 mode."" by John Stiles · 3 years ago
  21. b05bbd0 Fix for fuzzer-discovered error with invalid var-initializers. by John Stiles · 3 years ago
  22. c4c3559 Revert "Reland "Rewrite switch statements in GLSL strict-ES2 mode."" by Brian Osman · 3 years ago
  23. c81edd0 Reland "Rewrite switch statements in GLSL strict-ES2 mode." by John Stiles · 3 years ago
  24. cb40008 Implement switch in SkVM. by John Stiles · 3 years ago
  25. 92ae58f Reland "bench: Add PhoneHub assets to skottie-vs-png decode bench" by Avery Musbach · 3 years ago
  26. 448b2d5 Add GetConstantValue, fix const-variable ES2 loop bounds by Brian Osman · 3 years ago
  27. bd8bbcd Revert "bench: Add PhoneHub assets to skottie-vs-png decode bench" by Brian Osman · 3 years ago
  28. 0541a98 bench: Add PhoneHub assets to skottie-vs-png decode bench by Avery Musbach · 3 years, 1 month ago
  29. d668d4d Fix SwitchWithFallthrough test on iOS. by John Stiles · 3 years, 1 month ago
  30. 1c5eb4b Disallow continue inside a switch. by John Stiles · 3 years, 1 month ago
  31. 35bd926 Add tests for switch + loop constructs. by John Stiles · 3 years, 1 month ago
  32. 8abb52f Roll FreeType by Dominik Röttsches · 3 years, 1 month ago
  33. e32309d Update switch-fallthrough test to run in dm. by John Stiles · 3 years, 1 month ago
  34. b8f1651 Add workaround for switch() containing only a `default` case. by John Stiles · 3 years, 1 month ago
  35. 2816dcf Fixed fuzzer-discovered bug with interface blocks by Ethan Nicholas · 3 years, 1 month ago
  36. ed2baba Reland "Add switch statement support to PipelineStage." by John Stiles · 3 years, 1 month ago
  37. 8e369b0 Replace break with continue inside empty (post-optimization) loop. by John Stiles · 3 years, 1 month ago
  38. d288d8b Revert "Add switch statement support to PipelineStage." by John Stiles · 3 years, 1 month ago
  39. be056f4 Add switch statement support to PipelineStage. by John Stiles · 3 years, 1 month ago
  40. f62934b Fixed DSLParser error uncovered by ossfuzz by Ethan Nicholas · 3 years, 1 month ago
  41. 498bfa4 Add test case for 'loop over switch with continue inside.' by John Stiles · 3 years, 1 month ago
  42. b42b926 Add additional examples to UnusedVariables test. by John Stiles · 3 years, 1 month ago
  43. c973d26 Fixed DSLParser assertion error uncovered by fuzzer by Ethan Nicholas · 3 years, 1 month ago
  44. 0dc1e0f Fixed DSLParser unary expression error handling by Ethan Nicholas · 3 years, 1 month ago
  45. d0665d9 Fix fuzzer-discovered null deref with empty interface blocks. by John Stiles · 3 years, 1 month ago
  46. eb68973 Disallow matrix ctors which overflow a column. by John Stiles · 3 years, 1 month ago
  47. 2586851 Add fwidth intrinsic to public SkSL in ES3. by John Stiles · 3 years, 1 month ago
  48. a047e8b Improve overflow checks in CheckProgramUnrolledSize. by John Stiles · 3 years, 1 month ago
  49. a81e7e2 Report an error if sk_LastFragColor is referenced without fbFetchSupport by Brian Osman · 3 years, 1 month ago
  50. fd1332f Reland "Fixed DSL assertion error on source files containing nulls" by Ethan Nicholas · 3 years, 1 month ago
  51. 857c7f9 Add program-too-large test using for loops without blocks. by John Stiles · 3 years, 1 month ago
  52. b701fa0 Add non-square MatrixCompMult support to public SkSL in ES3 mode. by John Stiles · 3 years, 1 month ago
  53. eae4ad9 Remove SkSL sample() intrinsic for Skia object types by Brian Osman · 3 years, 1 month ago
  54. 7d19065 Add test of off-kilter matrix constructors. by John Stiles · 3 years, 1 month ago
  55. dc65256 Fix for-statement assertion detected by the fuzzer. by John Stiles · 3 years, 1 month ago
  56. 47d8244 Revert "Fixed DSL assertion error on source files containing nulls" by Michael Ludwig · 3 years, 1 month ago
  57. db38ad7 Fixed DSL assertion error on source files containing nulls by Ethan Nicholas · 3 years, 1 month ago
  58. c9d65f0 Fixed duplicate function definition error discovered by fuzzer by Ethan Nicholas · 3 years, 1 month ago
  59. 144ea42 Enable outerProduct() in public SkSL and add unit tests. by John Stiles · 3 years, 1 month ago
  60. bf4a7d5 Fixed DSLParser crash with invalid swizzle by Ethan Nicholas · 3 years, 1 month ago
  61. 8d0dd0d Add support for pack/unpackUnorm2x16 to public SkSL. by John Stiles · 3 years, 1 month ago
  62. 14c3175 Add ES3 intrinsic modf to sksl_public. by John Stiles · 3 years, 1 month ago
  63. a2c76c7 Fixed illegal interface block reporting by Ethan Nicholas · 3 years, 1 month ago
  64. 106e0cd Increase GetLoopUnrollInfo loop-count limit to 100,000. by John Stiles · 3 years, 1 month ago
  65. 09961b5 [COLRv1] Fix blending and compositing by Dominik Röttsches · 3 years, 1 month ago
  66. 733fd74 Improve unit testing of for-loops. by John Stiles · 3 years, 1 month ago
  67. 3ff77f4 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years, 1 month ago
  68. 33e0f9a Remove SkSL shade/blend/filter intrinsics by Brian Osman · 3 years, 1 month ago
  69. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 3 years, 1 month ago
  70. 5572b2a Reland "[skottie] AllCaps support" by Florin Malita · 3 years, 1 month ago
  71. 6142500 Revert "[skottie] AllCaps support" by Florin Malita · 3 years, 1 month ago
  72. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 3 years, 1 month ago
  73. efc7ca4 [skottie] AllCaps support by Florin Malita · 3 years, 1 month ago
  74. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 3 years, 1 month ago
  75. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 3 years, 1 month ago
  76. 36e4df7 Fixed a function name in MismatchedNumbers.sksl by Ethan Nicholas · 3 years, 1 month ago
  77. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 3 years, 1 month ago
  78. b42c383 Remove support for unsized arrays by Brian Osman · 3 years, 1 month ago
  79. 7bd3f1c Fix fuzzer-discovered assertion with global variables. by John Stiles · 3 years, 1 month ago
  80. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years, 1 month ago
  81. 8d13084 Migrate function-body finalization out of IRGenerator. by John Stiles · 3 years, 1 month ago
  82. 842ee5b Fix assertion when calling a built-in function at global scope. by John Stiles · 3 years, 1 month ago
  83. 537c8a7 Fix assertion when returning intermediate types. by John Stiles · 3 years, 1 month ago
  84. bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 3 years, 1 month ago
  85. 9ef6927 Add script to update the SkSL fuzzer corpus automatically. by John Stiles · 3 years, 1 month ago
  86. dec5ff2 Reland "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by John Stiles · 3 years, 1 month ago
  87. 43ac7e6 Fix parsing error with SPIR-V negating a uint. by John Stiles · 3 years, 1 month ago
  88. 2d3f5e8 Demonstrate parsing error with structs and arrays. by John Stiles · 3 years, 1 month ago
  89. f95048c Report intermediate expressions as errors in For next-exprs. by John Stiles · 3 years, 1 month ago
  90. 9155b33 Revert "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by Brian Osman · 3 years, 1 month ago
  91. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years, 1 month ago
  92. e43714f Add ES3 intrinsics isinf/isnan to public SkSL ES3. by John Stiles · 3 years, 1 month ago
  93. c332739 Remove 0/x arithmetic simplification. by John Stiles · 3 years, 1 month ago
  94. 9746f20 Tweak Overflow.sksl to generate the same output on Windows & other OS by Brian Osman · 3 years, 1 month ago
  95. f8a5504 SkSL: Use type-specific sampling intrinsics, rather than fn-call syntax by Brian Osman · 3 years, 1 month ago
  96. 878d8fb Improve constant folding for boolean vectors. by John Stiles · 3 years, 1 month ago
  97. b5282f0 Migrate runtime effect sample tests to golden files by Brian Osman · 3 years, 1 month ago
  98. d77dda5 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years, 1 month ago
  99. 553239b Added reportPendingErrors to SkSL code generation by Ethan Nicholas · 3 years, 1 month ago
  100. 3f37322 Fix const function-parameter assertion discovered by fuzzer. by John Stiles · 3 years, 1 month ago