1. b05f03d Increase baked-in offset of RTFlip in skslc. by John Stiles · 3 years, 2 months ago
  2. adb3eac Add tests for array assignment with narrowing conversions. by John Stiles · 3 years, 2 months ago
  3. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years, 2 months ago
  4. 82d4c12 Reland "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years, 2 months ago
  5. e076c38 Reland "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years, 2 months ago
  6. 7b2b858 Avoid short/ushort in MSL code generator. by John Stiles · 3 years, 2 months ago
  7. 3c991fd Fix duplicated array types in SPIR-V. by John Stiles · 3 years, 2 months ago
  8. ef9a1b6 Revert "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years, 2 months ago
  9. 80c256e Revert "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years, 2 months ago
  10. 23d8f94 Fix array-of-matrix/struct comparisons in Metal. by John Stiles · 3 years, 2 months ago
  11. 130338c Fix array-of-vector comparisons in Metal. by John Stiles · 3 years, 2 months ago
  12. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 2 months ago
  13. e3f85e0 Add improved regression test for oss-fuzz:36655. by John Stiles · 3 years, 2 months ago
  14. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 2 months ago
  15. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 2 months ago
  16. ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years, 2 months ago
  17. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 2 months ago
  18. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years, 2 months ago
  19. 9fdcc51 Write test demonstrating bug with array narrowing conversions. by John Stiles · 3 years, 2 months ago
  20. e9dcbfd Add test for Runtime Effects and narrowing conversions. by John Stiles · 3 years, 2 months ago
  21. d7437ee Fix for fuzzer-discovered error in SPIR-V with RTFlip. by John Stiles · 3 years, 2 months ago
  22. 131410a Add regression test for oss-fuzz:36655. by John Stiles · 3 years, 3 months ago
  23. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 3 months ago
  24. fb21225 Improve tests/comments, to prepare for calling functions before definition by Brian Osman · 3 years, 3 months ago
  25. b6a7319 Add tokens for highp/mediump/lowp. by John Stiles · 3 years, 3 months ago
  26. 7729e0a Add hints to slicing-constructor error messages. by John Stiles · 3 years, 3 months ago
  27. ce7cdcd Add test for SkSL vector-slice constructors. by John Stiles · 3 years, 3 months ago
  28. 010c0ec Allow swizzles on Boolean scalar expressions. by John Stiles · 3 years, 3 months ago
  29. 7f56b41 Add scalar-swizzling tests for int and bool types. by John Stiles · 3 years, 3 months ago
  30. 59ff4e2 Moved swizzle error checking into Swizzle::Convert by Ethan Nicholas · 3 years, 3 months ago
  31. 49c4176 Shore up matrix/vector conversion tests. by John Stiles · 3 years, 3 months ago
  32. cc2d9cc Support the Boolean form of mix() in the Metal/SPIR-V backends. by John Stiles · 3 years, 3 months ago
  33. f9ad6ec Add support for mat2-to-ivec4 conversions in SkSL. by John Stiles · 3 years, 3 months ago
  34. 9191e81 Enforce consistency in swizzle domains. by John Stiles · 3 years, 3 months ago
  35. 6de2e1d Add support for matrix-to-vector conversions in SkSL. by John Stiles · 3 years, 3 months ago
  36. b7df418 Fix Housekeeper warning. by John Stiles · 3 years, 3 months ago
  37. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 3 months ago
  38. beb2fbf Simplify SPIR-V matrix construction logic. by John Stiles · 3 years, 3 months ago
  39. 5a825da Reland "Add tests for matrix-vector conversions." by John Stiles · 3 years, 3 months ago
  40. f009db5 Revert "Add tests for matrix-vector conversions." by John Stiles · 3 years, 3 months ago
  41. a897812 Add tests for matrix-vector conversions. by John Stiles · 3 years, 3 months ago
  42. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 4 months ago
  43. ed5181e Remove .fp tests and build steps by Brian Osman · 3 years, 4 months ago
  44. f600520 When force-high-precision is enabled, change default precision by Brian Osman · 3 years, 3 months ago
  45. d8d85b9 Reland "Don't key progams/pipelines on origin."" by Brian Salomon · 3 years, 3 months ago
  46. 4024224 Revert "Don't key progams/pipelines on origin." by Brian Salomon · 3 years, 3 months ago
  47. 943108b0 Don't key progams/pipelines on origin. by Brian Salomon · 3 years, 4 months ago
  48. 3e4ef49 Remove SkBlendMode from SkSL by Brian Osman · 3 years, 4 months ago
  49. 9c19b9f Fix for fuzzer-discovered out-of-bounds array access. by John Stiles · 3 years, 4 months ago
  50. 50d0d09 Add dest-color support to the Pipeline stage. by John Stiles · 3 years, 4 months ago
  51. f7f36ae Add ProgramKind::kRuntimeBlend for Runtime Blend functions. by John Stiles · 3 years, 4 months ago
  52. 155c33c Add a workaround for "ldexp(..., -x)" on Mac/Radeon/GLSL by Chris Dalton · 3 years, 4 months ago
  53. 3e2fe2b One function for computing rt-adjust uniform once flip is determined. by Brian Salomon · 3 years, 4 months ago
  54. d774558 Implement compile-time optimization for mix(). by John Stiles · 3 years, 5 months ago
  55. 598c5e5 Implement compile-time optimization for matrixCompMult(). by John Stiles · 3 years, 5 months ago
  56. 9df48c6 Add test for literals that overflow int64. by John Stiles · 3 years, 5 months ago
  57. b0d93cc Detect out-of-range integer assignment. by John Stiles · 3 years, 5 months ago
  58. c43dc5e Implement compile-time optimization for cross(). by John Stiles · 3 years, 5 months ago
  59. b069582 Add regression test for oss-fuzz:32156. by John Stiles · 3 years, 5 months ago
  60. e4ac484 Implement compile-time optimization for atan(). by John Stiles · 3 years, 5 months ago
  61. 3598129 Prevent overflow of integral types during constant-folding. by John Stiles · 3 years, 5 months ago
  62. b01c186 Implement compile-time optimization for inverse(). by John Stiles · 3 years, 5 months ago
  63. afaddc9 Prevent overflow to infinity in constant-folding. by John Stiles · 3 years, 5 months ago
  64. b35fbdb Add test demonstrating overflow error in SkSL. by John Stiles · 3 years, 5 months ago
  65. f47cfa8 Implement compile-time optimization for refract(). by John Stiles · 3 years, 5 months ago
  66. c3ff098 Implement compile-time optimization for pow(). by John Stiles · 3 years, 5 months ago
  67. 4ceccaf Implement compile-time optimization for reflect(). by John Stiles · 3 years, 5 months ago
  68. 7cfa1ce Implement compile-time optimization for faceforward(). by John Stiles · 3 years, 5 months ago
  69. 3ef2c61 Implement compile-time optimization for normalize(). by John Stiles · 3 years, 5 months ago
  70. 419d2ce Implement compile-time optimization for dot(). by John Stiles · 3 years, 5 months ago
  71. e1c2beb Implement compile-time optimization for distance(). by John Stiles · 3 years, 5 months ago
  72. 9b2baac Implement compile-time optimization for length(). by John Stiles · 3 years, 5 months ago
  73. e5240a2 Implement compile-time optimization for mod(). by John Stiles · 3 years, 5 months ago
  74. 4987c4a Implement compile-time optimization for smoothstep(). by John Stiles · 3 years, 5 months ago
  75. 017ffd7 Implement compile-time optimization for step(). by John Stiles · 3 years, 5 months ago
  76. 0727a80 Implement compile-time optimization for clamp(). by John Stiles · 3 years, 5 months ago
  77. 7f17d36 Implement compile-time optimization for min() and max(). by John Stiles · 3 years, 5 months ago
  78. 443fa19 Implement compile-time optimization for sqrt(constant). by John Stiles · 3 years, 5 months ago
  79. 639e812 Remove usage of sqrt() as an optimization barrier in tests. by John Stiles · 3 years, 5 months ago
  80. f061c59 Rewrite matrix comparisons to work around Adreno bug. by John Stiles · 3 years, 5 months ago
  81. 5ee369f Rename caps bit for matrix comparison rewrites. by John Stiles · 3 years, 5 months ago
  82. 147cfda Allow function declarations to take (void). by John Stiles · 3 years, 5 months ago
  83. 36c5796 Add caps bit for 2x2 matrix comparison rewrites. by John Stiles · 3 years, 5 months ago
  84. 25be58e Reland "Eliminate unreachable code during optimization." by John Stiles · 3 years, 5 months ago
  85. 6011bbc Fix comma operator support with matrices in Metal. by John Stiles · 3 years, 5 months ago
  86. e72fd09 Revert "Eliminate unreachable code during optimization." by Brian Salomon · 3 years, 5 months ago
  87. c6260f9 Eliminate unreachable code during optimization. by John Stiles · 3 years, 5 months ago
  88. 3c74a53 Add GLSL workaround for 4x2 diagonal matrix bug. by John Stiles · 3 years, 5 months ago
  89. fa6a127 Large simplification of the CType mapper logic in SkSL by Brian Osman · 3 years, 5 months ago
  90. c23386c Remove layout(override_coverage) by Brian Osman · 3 years, 5 months ago
  91. 3adc091 Remove layout(tracked) from SkSL by Brian Osman · 3 years, 5 months ago
  92. 325c808 Enable additional SkSL tests which require non-ES2 features. by John Stiles · 3 years, 5 months ago
  93. f2b08cc Fix SPIR-V code generation of dead return statements. by John Stiles · 3 years, 5 months ago
  94. 191b4e2 Enable proper testing of matrix-scalar ops. by John Stiles · 3 years, 5 months ago
  95. bdf3bb7 Add support for componentwise matrix divide in SPIR-V. by John Stiles · 3 years, 5 months ago
  96. a91bf05 Add support for matrix-scalar operations in SPIR-V. by John Stiles · 3 years, 5 months ago
  97. ab3e639 Re-enable the nonsquare matrix test. by John Stiles · 3 years, 5 months ago
  98. 259553c Perform basic pass-fail checks in MatricesNonsquare. by John Stiles · 3 years, 5 months ago
  99. c650cc0 Revert "Vectorize scalars in SPIR-V using ConstructorSplat." by Robert Phillips · 3 years, 5 months ago
  100. 82491c5 Enable proper testing of const arrays. by John Stiles · 3 years, 5 months ago