1. 9155b33 Revert "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by Brian Osman · 3 years, 2 months ago
  2. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years, 2 months ago
  3. e43714f Add ES3 intrinsics isinf/isnan to public SkSL ES3. by John Stiles · 3 years, 2 months ago
  4. c332739 Remove 0/x arithmetic simplification. by John Stiles · 3 years, 2 months ago
  5. 9746f20 Tweak Overflow.sksl to generate the same output on Windows & other OS by Brian Osman · 3 years, 2 months ago
  6. f8a5504 SkSL: Use type-specific sampling intrinsics, rather than fn-call syntax by Brian Osman · 3 years, 2 months ago
  7. 878d8fb Improve constant folding for boolean vectors. by John Stiles · 3 years, 2 months ago
  8. b5282f0 Migrate runtime effect sample tests to golden files by Brian Osman · 3 years, 2 months ago
  9. d77dda5 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years, 2 months ago
  10. 553239b Added reportPendingErrors to SkSL code generation by Ethan Nicholas · 3 years, 2 months ago
  11. 3f37322 Fix const function-parameter assertion discovered by fuzzer. by John Stiles · 3 years, 2 months ago
  12. d361690 Fix diagonal-matrix assertion discovered by fuzzer. by John Stiles · 3 years, 2 months ago
  13. 3681662 Add trunc/round/roundEven SKSL ES3 public APIs. by John Stiles · 3 years, 2 months ago
  14. 7253a20 Improve error-checking during array-size conversion. by John Stiles · 3 years, 2 months ago
  15. 8f633ef Fix assertion discovered by fuzzer. by John Stiles · 3 years, 3 months ago
  16. b39236b Add `floatBitsToInt` family of ES3 intrinsics to SkSL public ES3. by John Stiles · 3 years, 3 months ago
  17. 55dc5c8 Fix assertion in constant-folder when using float4(mat2) casts. by John Stiles · 3 years, 3 months ago
  18. c61d1bf Implement determinant() in SkSL ES3 public API. by John Stiles · 3 years, 3 months ago
  19. 9078a89 Avoid mix-up between MAIN_COORDS and FRAGCOORD. by John Stiles · 3 years, 3 months ago
  20. 1e45dcd Add compile-time optimization for transpose(). by John Stiles · 3 years, 3 months ago
  21. b069708 Improve SPIR-V handling of RTFlip when running the fuzzer. by John Stiles · 3 years, 3 months ago
  22. fdcf153 Fix crash when inverse() is passed a constant variable. by John Stiles · 3 years, 3 months ago
  23. 5e3c1f4 Improve testing of transpose() intrinsic. by John Stiles · 3 years, 3 months ago
  24. fd5068a Add tests for ES3 types embedded in structs and arrays. by John Stiles · 3 years, 3 months ago
  25. 059798f Test that Runtime Effects cannot use non-ES2 types. by John Stiles · 3 years, 3 months ago
  26. 1049d82 Add ES3 Angle and Trigonometry methods to sksl_public. by John Stiles · 3 years, 3 months ago
  27. 4e24948 Allow derivatives in Runtime Effects when ES3 restrictions are off. by John Stiles · 3 years, 3 months ago
  28. efde90d Add $es3 modifier to SkSL. by John Stiles · 3 years, 3 months ago
  29. 30c2dfe [skottie] Add support for displacement map output expansion by Florin Malita · 3 years, 3 months ago
  30. adb3eac Add tests for array assignment with narrowing conversions. by John Stiles · 3 years, 3 months ago
  31. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years, 3 months ago
  32. 82d4c12 Reland "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years, 3 months ago
  33. e076c38 Reland "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years, 3 months ago
  34. 2fa273e Reland: [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years, 3 months ago
  35. ef9a1b6 Revert "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years, 3 months ago
  36. 80c256e Revert "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years, 3 months ago
  37. 23d8f94 Fix array-of-matrix/struct comparisons in Metal. by John Stiles · 3 years, 3 months ago
  38. 130338c Fix array-of-vector comparisons in Metal. by John Stiles · 3 years, 3 months ago
  39. df1ba03 Revert "[COLRv1] Support retrieving ClipBox." by Robert Phillips · 3 years, 3 months ago
  40. 4f12b4a [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years, 3 months ago
  41. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 3 months ago
  42. e3f85e0 Add improved regression test for oss-fuzz:36655. by John Stiles · 3 years, 3 months ago
  43. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 3 months ago
  44. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 3 months ago
  45. ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years, 3 months ago
  46. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 3 months ago
  47. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years, 3 months ago
  48. 9fdcc51 Write test demonstrating bug with array narrowing conversions. by John Stiles · 3 years, 3 months ago
  49. e9dcbfd Add test for Runtime Effects and narrowing conversions. by John Stiles · 3 years, 3 months ago
  50. d7437ee Fix for fuzzer-discovered error in SPIR-V with RTFlip. by John Stiles · 3 years, 3 months ago
  51. 131410a Add regression test for oss-fuzz:36655. by John Stiles · 3 years, 3 months ago
  52. 58920bb [COLRv1] Spec update for degree specifications, fix PaintSkew by Dominik Röttsches · 3 years, 3 months ago
  53. 613ca2b Fix PaintScale and add testing by Dominik Röttsches · 3 years, 3 months ago
  54. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 4 months ago
  55. fb21225 Improve tests/comments, to prepare for calling functions before definition by Brian Osman · 3 years, 4 months ago
  56. b6a7319 Add tokens for highp/mediump/lowp. by John Stiles · 3 years, 4 months ago
  57. ce7cdcd Add test for SkSL vector-slice constructors. by John Stiles · 3 years, 4 months ago
  58. 7f56b41 Add scalar-swizzling tests for int and bool types. by John Stiles · 3 years, 4 months ago
  59. 49c4176 Shore up matrix/vector conversion tests. by John Stiles · 3 years, 4 months ago
  60. f9ad6ec Add support for mat2-to-ivec4 conversions in SkSL. by John Stiles · 3 years, 4 months ago
  61. 9191e81 Enforce consistency in swizzle domains. by John Stiles · 3 years, 4 months ago
  62. 6de2e1d Add support for matrix-to-vector conversions in SkSL. by John Stiles · 3 years, 4 months ago
  63. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 4 months ago
  64. 5a825da Reland "Add tests for matrix-vector conversions." by John Stiles · 3 years, 4 months ago
  65. f009db5 Revert "Add tests for matrix-vector conversions." by John Stiles · 3 years, 4 months ago
  66. 54fd2c5 Re-enable large png decode bench by Florin Malita · 3 years, 4 months ago
  67. a897812 Add tests for matrix-vector conversions. by John Stiles · 3 years, 4 months ago
  68. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 4 months ago
  69. ed5181e Remove .fp tests and build steps by Brian Osman · 3 years, 4 months ago
  70. d8d85b9 Reland "Don't key progams/pipelines on origin."" by Brian Salomon · 3 years, 4 months ago
  71. 4024224 Revert "Don't key progams/pipelines on origin." by Brian Salomon · 3 years, 4 months ago
  72. 943108b0 Don't key progams/pipelines on origin. by Brian Salomon · 3 years, 4 months ago
  73. 1bddd42 Add base outlines to colrv1 test font by Ben Wagner · 3 years, 4 months ago
  74. 3e4ef49 Remove SkBlendMode from SkSL by Brian Osman · 3 years, 5 months ago
  75. 9c19b9f Fix for fuzzer-discovered out-of-bounds array access. by John Stiles · 3 years, 5 months ago
  76. 50d0d09 Add dest-color support to the Pipeline stage. by John Stiles · 3 years, 5 months ago
  77. f7f36ae Add ProgramKind::kRuntimeBlend for Runtime Blend functions. by John Stiles · 3 years, 5 months ago
  78. 155c33c Add a workaround for "ldexp(..., -x)" on Mac/Radeon/GLSL by Chris Dalton · 3 years, 5 months ago
  79. d774558 Implement compile-time optimization for mix(). by John Stiles · 3 years, 5 months ago
  80. 598c5e5 Implement compile-time optimization for matrixCompMult(). by John Stiles · 3 years, 5 months ago
  81. 9df48c6 Add test for literals that overflow int64. by John Stiles · 3 years, 5 months ago
  82. b0d93cc Detect out-of-range integer assignment. by John Stiles · 3 years, 5 months ago
  83. c43dc5e Implement compile-time optimization for cross(). by John Stiles · 3 years, 5 months ago
  84. b069582 Add regression test for oss-fuzz:32156. by John Stiles · 3 years, 5 months ago
  85. e4ac484 Implement compile-time optimization for atan(). by John Stiles · 3 years, 5 months ago
  86. 3598129 Prevent overflow of integral types during constant-folding. by John Stiles · 3 years, 5 months ago
  87. b01c186 Implement compile-time optimization for inverse(). by John Stiles · 3 years, 5 months ago
  88. b35fbdb Add test demonstrating overflow error in SkSL. by John Stiles · 3 years, 5 months ago
  89. f47cfa8 Implement compile-time optimization for refract(). by John Stiles · 3 years, 5 months ago
  90. c3ff098 Implement compile-time optimization for pow(). by John Stiles · 3 years, 5 months ago
  91. 4ceccaf Implement compile-time optimization for reflect(). by John Stiles · 3 years, 5 months ago
  92. 7cfa1ce Implement compile-time optimization for faceforward(). by John Stiles · 3 years, 5 months ago
  93. 3ef2c61 Implement compile-time optimization for normalize(). by John Stiles · 3 years, 5 months ago
  94. 419d2ce Implement compile-time optimization for dot(). by John Stiles · 3 years, 5 months ago
  95. e1c2beb Implement compile-time optimization for distance(). by John Stiles · 3 years, 5 months ago
  96. 9b2baac Implement compile-time optimization for length(). by John Stiles · 3 years, 5 months ago
  97. e5240a2 Implement compile-time optimization for mod(). by John Stiles · 3 years, 5 months ago
  98. 4987c4a Implement compile-time optimization for smoothstep(). by John Stiles · 3 years, 5 months ago
  99. 017ffd7 Implement compile-time optimization for step(). by John Stiles · 3 years, 5 months ago
  100. 0727a80 Implement compile-time optimization for clamp(). by John Stiles · 3 years, 5 months ago