1. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 2 months ago
  2. fb21225 Improve tests/comments, to prepare for calling functions before definition by Brian Osman · 3 years, 2 months ago
  3. b6a7319 Add tokens for highp/mediump/lowp. by John Stiles · 3 years, 2 months ago
  4. ce7cdcd Add test for SkSL vector-slice constructors. by John Stiles · 3 years, 2 months ago
  5. 7f56b41 Add scalar-swizzling tests for int and bool types. by John Stiles · 3 years, 2 months ago
  6. 49c4176 Shore up matrix/vector conversion tests. by John Stiles · 3 years, 2 months ago
  7. f9ad6ec Add support for mat2-to-ivec4 conversions in SkSL. by John Stiles · 3 years, 2 months ago
  8. 9191e81 Enforce consistency in swizzle domains. by John Stiles · 3 years, 2 months ago
  9. 6de2e1d Add support for matrix-to-vector conversions in SkSL. by John Stiles · 3 years, 2 months ago
  10. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 2 months ago
  11. 5a825da Reland "Add tests for matrix-vector conversions." by John Stiles · 3 years, 2 months ago
  12. f009db5 Revert "Add tests for matrix-vector conversions." by John Stiles · 3 years, 2 months ago
  13. 54fd2c5 Re-enable large png decode bench by Florin Malita · 3 years, 2 months ago
  14. a897812 Add tests for matrix-vector conversions. by John Stiles · 3 years, 2 months ago
  15. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 2 months ago
  16. ed5181e Remove .fp tests and build steps by Brian Osman · 3 years, 2 months ago
  17. d8d85b9 Reland "Don't key progams/pipelines on origin."" by Brian Salomon · 3 years, 2 months ago
  18. 4024224 Revert "Don't key progams/pipelines on origin." by Brian Salomon · 3 years, 2 months ago
  19. 943108b0 Don't key progams/pipelines on origin. by Brian Salomon · 3 years, 2 months ago
  20. 1bddd42 Add base outlines to colrv1 test font by Ben Wagner · 3 years, 3 months ago
  21. 3e4ef49 Remove SkBlendMode from SkSL by Brian Osman · 3 years, 3 months ago
  22. 9c19b9f Fix for fuzzer-discovered out-of-bounds array access. by John Stiles · 3 years, 3 months ago
  23. 50d0d09 Add dest-color support to the Pipeline stage. by John Stiles · 3 years, 3 months ago
  24. f7f36ae Add ProgramKind::kRuntimeBlend for Runtime Blend functions. by John Stiles · 3 years, 3 months ago
  25. 155c33c Add a workaround for "ldexp(..., -x)" on Mac/Radeon/GLSL by Chris Dalton · 3 years, 3 months ago
  26. d774558 Implement compile-time optimization for mix(). by John Stiles · 3 years, 3 months ago
  27. 598c5e5 Implement compile-time optimization for matrixCompMult(). by John Stiles · 3 years, 3 months ago
  28. 9df48c6 Add test for literals that overflow int64. by John Stiles · 3 years, 3 months ago
  29. b0d93cc Detect out-of-range integer assignment. by John Stiles · 3 years, 3 months ago
  30. c43dc5e Implement compile-time optimization for cross(). by John Stiles · 3 years, 3 months ago
  31. b069582 Add regression test for oss-fuzz:32156. by John Stiles · 3 years, 4 months ago
  32. e4ac484 Implement compile-time optimization for atan(). by John Stiles · 3 years, 3 months ago
  33. 3598129 Prevent overflow of integral types during constant-folding. by John Stiles · 3 years, 4 months ago
  34. b01c186 Implement compile-time optimization for inverse(). by John Stiles · 3 years, 4 months ago
  35. b35fbdb Add test demonstrating overflow error in SkSL. by John Stiles · 3 years, 4 months ago
  36. f47cfa8 Implement compile-time optimization for refract(). by John Stiles · 3 years, 4 months ago
  37. c3ff098 Implement compile-time optimization for pow(). by John Stiles · 3 years, 4 months ago
  38. 4ceccaf Implement compile-time optimization for reflect(). by John Stiles · 3 years, 4 months ago
  39. 7cfa1ce Implement compile-time optimization for faceforward(). by John Stiles · 3 years, 4 months ago
  40. 3ef2c61 Implement compile-time optimization for normalize(). by John Stiles · 3 years, 4 months ago
  41. 419d2ce Implement compile-time optimization for dot(). by John Stiles · 3 years, 4 months ago
  42. e1c2beb Implement compile-time optimization for distance(). by John Stiles · 3 years, 4 months ago
  43. 9b2baac Implement compile-time optimization for length(). by John Stiles · 3 years, 4 months ago
  44. e5240a2 Implement compile-time optimization for mod(). by John Stiles · 3 years, 4 months ago
  45. 4987c4a Implement compile-time optimization for smoothstep(). by John Stiles · 3 years, 4 months ago
  46. 017ffd7 Implement compile-time optimization for step(). by John Stiles · 3 years, 4 months ago
  47. 0727a80 Implement compile-time optimization for clamp(). by John Stiles · 3 years, 4 months ago
  48. 7f17d36 Implement compile-time optimization for min() and max(). by John Stiles · 3 years, 4 months ago
  49. 443fa19 Implement compile-time optimization for sqrt(constant). by John Stiles · 3 years, 4 months ago
  50. 639e812 Remove usage of sqrt() as an optimization barrier in tests. by John Stiles · 3 years, 4 months ago
  51. 5ee369f Rename caps bit for matrix comparison rewrites. by John Stiles · 3 years, 4 months ago
  52. 147cfda Allow function declarations to take (void). by John Stiles · 3 years, 4 months ago
  53. 36c5796 Add caps bit for 2x2 matrix comparison rewrites. by John Stiles · 3 years, 4 months ago
  54. 25be58e Reland "Eliminate unreachable code during optimization." by John Stiles · 3 years, 4 months ago
  55. 1391170 More ctype cleanup in SkSL by Brian Osman · 3 years, 4 months ago
  56. 6011bbc Fix comma operator support with matrices in Metal. by John Stiles · 3 years, 4 months ago
  57. e72fd09 Revert "Eliminate unreachable code during optimization." by Brian Salomon · 3 years, 4 months ago
  58. c6260f9 Eliminate unreachable code during optimization. by John Stiles · 3 years, 4 months ago
  59. 3c74a53 Add GLSL workaround for 4x2 diagonal matrix bug. by John Stiles · 3 years, 4 months ago
  60. c23386c Remove layout(override_coverage) by Brian Osman · 3 years, 4 months ago
  61. 3adc091 Remove layout(tracked) from SkSL by Brian Osman · 3 years, 4 months ago
  62. 325c808 Enable additional SkSL tests which require non-ES2 features. by John Stiles · 3 years, 4 months ago
  63. f2b08cc Fix SPIR-V code generation of dead return statements. by John Stiles · 3 years, 4 months ago
  64. 191b4e2 Enable proper testing of matrix-scalar ops. by John Stiles · 3 years, 4 months ago
  65. bdf3bb7 Add support for componentwise matrix divide in SPIR-V. by John Stiles · 3 years, 4 months ago
  66. a91bf05 Add support for matrix-scalar operations in SPIR-V. by John Stiles · 3 years, 4 months ago
  67. ab3e639 Re-enable the nonsquare matrix test. by John Stiles · 3 years, 4 months ago
  68. 2da029b [COLRv1] Map linear gradient extrema to [0, 1] range by Dominik Röttsches · 3 years, 4 months ago
  69. 259553c Perform basic pass-fail checks in MatricesNonsquare. by John Stiles · 3 years, 4 months ago
  70. 82491c5 Enable proper testing of const arrays. by John Stiles · 3 years, 4 months ago
  71. 6831635 Cleanup TODO for constant-expression handling. by John Stiles · 3 years, 4 months ago
  72. 29b44fc Add SPIR-V test for matrix-op-scalar math. by John Stiles · 3 years, 4 months ago
  73. 4c0da73 [skottie] Text fill/stroke opacity animators by Florin Malita · 3 years, 4 months ago
  74. c985e14 Add support for matrix division to Metal codegen. by John Stiles · 3 years, 4 months ago
  75. 465da15 Reland "The Matrices test now verifies its results." by John Stiles · 3 years, 4 months ago
  76. 6b13129 Add support for matrix + scalar to Metal codegen. by John Stiles · 3 years, 4 months ago
  77. 90508f0 Revert "The Matrices test now verifies its results." by John Stiles · 3 years, 4 months ago
  78. 86121f6 The Matrices test now verifies its results. by John Stiles · 3 years, 4 months ago
  79. 33ef30e Optimize remaining simple 1-argument intrinsics. by John Stiles · 3 years, 4 months ago
  80. 7bb100e Optimize not() intrinsic. by John Stiles · 3 years, 4 months ago
  81. 614fb1e Removed early_fragment_tests layout qualifier by Ethan Nicholas · 3 years, 4 months ago
  82. 420c563 Add support for uint types in DSL C++ code generation. by John Stiles · 3 years, 4 months ago
  83. edac771 Evaluate single-argument generic intrinsics at compile time. by John Stiles · 3 years, 4 months ago
  84. 27193d4 Add test demonstrating missed opportunities with casts. by John Stiles · 3 years, 4 months ago
  85. 115645e Evaluate various single-argument float intrinsics at compile time. by John Stiles · 3 years, 4 months ago
  86. 1dc2d0f Allow compile-time intrinsic evaluation to read const variables. by John Stiles · 3 years, 4 months ago
  87. d7a4c05 [skottie] Add support for min/max text font size by Florin Malita · 3 years, 4 months ago
  88. a5f1697 Optimize intrinsic vector comparisons of constants. by John Stiles · 3 years, 4 months ago
  89. 28181e7 Optimize away intrinsics any() and all() when their inputs are known. by John Stiles · 3 years, 4 months ago
  90. 8c9ccc8 Optimize compound constructors containing constant vars. by John Stiles · 3 years, 4 months ago
  91. 7c59ab8 Honor static statements in DSL C++ codegen. by John Stiles · 3 years, 5 months ago
  92. 3934647 Reland "Implement operator== and != for Metal structs and arrays." by John Stiles · 3 years, 5 months ago
  93. 552fcb9 Remove flexible runtime effects entirely by Brian Osman · 3 years, 5 months ago
  94. fb7d378 Add test demonstrating swizzled constant folding. by John Stiles · 3 years, 5 months ago
  95. 958a939 Fix array-of-struct name mangling in Pipeline stage. by John Stiles · 3 years, 5 months ago
  96. 65d7ab2 Loosen ES3 restrictions in Runtime Effects for debugging. by John Stiles · 3 years, 5 months ago
  97. bf3e9e9 Remove sample-with-matrix from SkSL by Brian Osman · 3 years, 5 months ago
  98. c4e9588 Improve DSL CPP support for global variables. by John Stiles · 3 years, 5 months ago
  99. ec871bf Fix global variables which call built-in functions. by John Stiles · 3 years, 5 months ago
  100. 169c890 Reland "Add coords parameter to all .sksl test files used as runtime effects" by Brian Osman · 3 years, 5 months ago