1. 857c7f9 Add program-too-large test using for loops without blocks. by John Stiles · 3 years ago
  2. b701fa0 Add non-square MatrixCompMult support to public SkSL in ES3 mode. by John Stiles · 3 years ago
  3. eae4ad9 Remove SkSL sample() intrinsic for Skia object types by Brian Osman · 3 years ago
  4. 7d19065 Add test of off-kilter matrix constructors. by John Stiles · 3 years ago
  5. dc65256 Fix for-statement assertion detected by the fuzzer. by John Stiles · 3 years ago
  6. 47d8244 Revert "Fixed DSL assertion error on source files containing nulls" by Michael Ludwig · 3 years ago
  7. db38ad7 Fixed DSL assertion error on source files containing nulls by Ethan Nicholas · 3 years ago
  8. c9d65f0 Fixed duplicate function definition error discovered by fuzzer by Ethan Nicholas · 3 years ago
  9. 144ea42 Enable outerProduct() in public SkSL and add unit tests. by John Stiles · 3 years ago
  10. bf4a7d5 Fixed DSLParser crash with invalid swizzle by Ethan Nicholas · 3 years ago
  11. 8d0dd0d Add support for pack/unpackUnorm2x16 to public SkSL. by John Stiles · 3 years ago
  12. 14c3175 Add ES3 intrinsic modf to sksl_public. by John Stiles · 3 years ago
  13. a2c76c7 Fixed illegal interface block reporting by Ethan Nicholas · 3 years ago
  14. 106e0cd Increase GetLoopUnrollInfo loop-count limit to 100,000. by John Stiles · 3 years ago
  15. 09961b5 [COLRv1] Fix blending and compositing by Dominik Röttsches · 3 years ago
  16. 733fd74 Improve unit testing of for-loops. by John Stiles · 3 years ago
  17. 3ff77f4 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years ago
  18. 33e0f9a Remove SkSL shade/blend/filter intrinsics by Brian Osman · 3 years ago
  19. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 3 years ago
  20. 5572b2a Reland "[skottie] AllCaps support" by Florin Malita · 3 years ago
  21. 6142500 Revert "[skottie] AllCaps support" by Florin Malita · 3 years ago
  22. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 3 years ago
  23. efc7ca4 [skottie] AllCaps support by Florin Malita · 3 years ago
  24. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 3 years ago
  25. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 3 years ago
  26. 36e4df7 Fixed a function name in MismatchedNumbers.sksl by Ethan Nicholas · 3 years ago
  27. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 3 years ago
  28. b42c383 Remove support for unsized arrays by Brian Osman · 3 years ago
  29. 7bd3f1c Fix fuzzer-discovered assertion with global variables. by John Stiles · 3 years ago
  30. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years ago
  31. 8d13084 Migrate function-body finalization out of IRGenerator. by John Stiles · 3 years ago
  32. 842ee5b Fix assertion when calling a built-in function at global scope. by John Stiles · 3 years ago
  33. 537c8a7 Fix assertion when returning intermediate types. by John Stiles · 3 years ago
  34. bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 3 years ago
  35. 9ef6927 Add script to update the SkSL fuzzer corpus automatically. by John Stiles · 3 years ago
  36. dec5ff2 Reland "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by John Stiles · 3 years ago
  37. 43ac7e6 Fix parsing error with SPIR-V negating a uint. by John Stiles · 3 years ago
  38. 2d3f5e8 Demonstrate parsing error with structs and arrays. by John Stiles · 3 years ago
  39. f95048c Report intermediate expressions as errors in For next-exprs. by John Stiles · 3 years ago
  40. 9155b33 Revert "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by Brian Osman · 3 years ago
  41. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years ago
  42. e43714f Add ES3 intrinsics isinf/isnan to public SkSL ES3. by John Stiles · 3 years ago
  43. c332739 Remove 0/x arithmetic simplification. by John Stiles · 3 years ago
  44. 9746f20 Tweak Overflow.sksl to generate the same output on Windows & other OS by Brian Osman · 3 years ago
  45. f8a5504 SkSL: Use type-specific sampling intrinsics, rather than fn-call syntax by Brian Osman · 3 years ago
  46. 878d8fb Improve constant folding for boolean vectors. by John Stiles · 3 years ago
  47. b5282f0 Migrate runtime effect sample tests to golden files by Brian Osman · 3 years ago
  48. d77dda5 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years ago
  49. 553239b Added reportPendingErrors to SkSL code generation by Ethan Nicholas · 3 years ago
  50. 3f37322 Fix const function-parameter assertion discovered by fuzzer. by John Stiles · 3 years ago
  51. d361690 Fix diagonal-matrix assertion discovered by fuzzer. by John Stiles · 3 years ago
  52. 3681662 Add trunc/round/roundEven SKSL ES3 public APIs. by John Stiles · 3 years ago
  53. 7253a20 Improve error-checking during array-size conversion. by John Stiles · 3 years ago
  54. 8f633ef Fix assertion discovered by fuzzer. by John Stiles · 3 years ago
  55. b39236b Add `floatBitsToInt` family of ES3 intrinsics to SkSL public ES3. by John Stiles · 3 years ago
  56. 55dc5c8 Fix assertion in constant-folder when using float4(mat2) casts. by John Stiles · 3 years ago
  57. c61d1bf Implement determinant() in SkSL ES3 public API. by John Stiles · 3 years ago
  58. 9078a89 Avoid mix-up between MAIN_COORDS and FRAGCOORD. by John Stiles · 3 years ago
  59. 1e45dcd Add compile-time optimization for transpose(). by John Stiles · 3 years ago
  60. b069708 Improve SPIR-V handling of RTFlip when running the fuzzer. by John Stiles · 3 years ago
  61. fdcf153 Fix crash when inverse() is passed a constant variable. by John Stiles · 3 years ago
  62. 5e3c1f4 Improve testing of transpose() intrinsic. by John Stiles · 3 years ago
  63. fd5068a Add tests for ES3 types embedded in structs and arrays. by John Stiles · 3 years ago
  64. 059798f Test that Runtime Effects cannot use non-ES2 types. by John Stiles · 3 years ago
  65. 1049d82 Add ES3 Angle and Trigonometry methods to sksl_public. by John Stiles · 3 years ago
  66. 4e24948 Allow derivatives in Runtime Effects when ES3 restrictions are off. by John Stiles · 3 years ago
  67. efde90d Add $es3 modifier to SkSL. by John Stiles · 3 years ago
  68. 30c2dfe [skottie] Add support for displacement map output expansion by Florin Malita · 3 years ago
  69. adb3eac Add tests for array assignment with narrowing conversions. by John Stiles · 3 years ago
  70. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years ago
  71. 82d4c12 Reland "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years ago
  72. e076c38 Reland "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years ago
  73. 2fa273e Reland: [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years ago
  74. ef9a1b6 Revert "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years ago
  75. 80c256e Revert "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years ago
  76. 23d8f94 Fix array-of-matrix/struct comparisons in Metal. by John Stiles · 3 years ago
  77. 130338c Fix array-of-vector comparisons in Metal. by John Stiles · 3 years ago
  78. df1ba03 Revert "[COLRv1] Support retrieving ClipBox." by Robert Phillips · 3 years ago
  79. 4f12b4a [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years ago
  80. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 1 month ago
  81. e3f85e0 Add improved regression test for oss-fuzz:36655. by John Stiles · 3 years, 1 month ago
  82. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 1 month ago
  83. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 1 month ago
  84. ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years, 1 month ago
  85. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 1 month ago
  86. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years, 1 month ago
  87. 9fdcc51 Write test demonstrating bug with array narrowing conversions. by John Stiles · 3 years, 1 month ago
  88. e9dcbfd Add test for Runtime Effects and narrowing conversions. by John Stiles · 3 years, 1 month ago
  89. d7437ee Fix for fuzzer-discovered error in SPIR-V with RTFlip. by John Stiles · 3 years, 1 month ago
  90. 131410a Add regression test for oss-fuzz:36655. by John Stiles · 3 years, 1 month ago
  91. 58920bb [COLRv1] Spec update for degree specifications, fix PaintSkew by Dominik Röttsches · 3 years, 1 month ago
  92. 613ca2b Fix PaintScale and add testing by Dominik Röttsches · 3 years, 1 month ago
  93. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 1 month ago
  94. fb21225 Improve tests/comments, to prepare for calling functions before definition by Brian Osman · 3 years, 1 month ago
  95. b6a7319 Add tokens for highp/mediump/lowp. by John Stiles · 3 years, 1 month ago
  96. ce7cdcd Add test for SkSL vector-slice constructors. by John Stiles · 3 years, 1 month ago
  97. 7f56b41 Add scalar-swizzling tests for int and bool types. by John Stiles · 3 years, 1 month ago
  98. 49c4176 Shore up matrix/vector conversion tests. by John Stiles · 3 years, 1 month ago
  99. f9ad6ec Add support for mat2-to-ivec4 conversions in SkSL. by John Stiles · 3 years, 1 month ago
  100. 9191e81 Enforce consistency in swizzle domains. by John Stiles · 3 years, 1 month ago