1. 3c74a53 Add GLSL workaround for 4x2 diagonal matrix bug. by John Stiles · 3 years, 5 months ago
  2. c23386c Remove layout(override_coverage) by Brian Osman · 3 years, 5 months ago
  3. 3adc091 Remove layout(tracked) from SkSL by Brian Osman · 3 years, 5 months ago
  4. 325c808 Enable additional SkSL tests which require non-ES2 features. by John Stiles · 3 years, 5 months ago
  5. f2b08cc Fix SPIR-V code generation of dead return statements. by John Stiles · 3 years, 5 months ago
  6. 191b4e2 Enable proper testing of matrix-scalar ops. by John Stiles · 3 years, 5 months ago
  7. bdf3bb7 Add support for componentwise matrix divide in SPIR-V. by John Stiles · 3 years, 5 months ago
  8. a91bf05 Add support for matrix-scalar operations in SPIR-V. by John Stiles · 3 years, 5 months ago
  9. ab3e639 Re-enable the nonsquare matrix test. by John Stiles · 3 years, 5 months ago
  10. 2da029b [COLRv1] Map linear gradient extrema to [0, 1] range by Dominik Röttsches · 3 years, 5 months ago
  11. 259553c Perform basic pass-fail checks in MatricesNonsquare. by John Stiles · 3 years, 5 months ago
  12. 82491c5 Enable proper testing of const arrays. by John Stiles · 3 years, 5 months ago
  13. 6831635 Cleanup TODO for constant-expression handling. by John Stiles · 3 years, 5 months ago
  14. 29b44fc Add SPIR-V test for matrix-op-scalar math. by John Stiles · 3 years, 5 months ago
  15. 4c0da73 [skottie] Text fill/stroke opacity animators by Florin Malita · 3 years, 5 months ago
  16. c985e14 Add support for matrix division to Metal codegen. by John Stiles · 3 years, 5 months ago
  17. 465da15 Reland "The Matrices test now verifies its results." by John Stiles · 3 years, 5 months ago
  18. 6b13129 Add support for matrix + scalar to Metal codegen. by John Stiles · 3 years, 5 months ago
  19. 90508f0 Revert "The Matrices test now verifies its results." by John Stiles · 3 years, 5 months ago
  20. 86121f6 The Matrices test now verifies its results. by John Stiles · 3 years, 5 months ago
  21. 33ef30e Optimize remaining simple 1-argument intrinsics. by John Stiles · 3 years, 5 months ago
  22. 7bb100e Optimize not() intrinsic. by John Stiles · 3 years, 5 months ago
  23. 614fb1e Removed early_fragment_tests layout qualifier by Ethan Nicholas · 3 years, 5 months ago
  24. 420c563 Add support for uint types in DSL C++ code generation. by John Stiles · 3 years, 5 months ago
  25. edac771 Evaluate single-argument generic intrinsics at compile time. by John Stiles · 3 years, 5 months ago
  26. 27193d4 Add test demonstrating missed opportunities with casts. by John Stiles · 3 years, 5 months ago
  27. 115645e Evaluate various single-argument float intrinsics at compile time. by John Stiles · 3 years, 5 months ago
  28. 1dc2d0f Allow compile-time intrinsic evaluation to read const variables. by John Stiles · 3 years, 5 months ago
  29. d7a4c05 [skottie] Add support for min/max text font size by Florin Malita · 3 years, 6 months ago
  30. a5f1697 Optimize intrinsic vector comparisons of constants. by John Stiles · 3 years, 6 months ago
  31. 28181e7 Optimize away intrinsics any() and all() when their inputs are known. by John Stiles · 3 years, 6 months ago
  32. 8c9ccc8 Optimize compound constructors containing constant vars. by John Stiles · 3 years, 6 months ago
  33. 7c59ab8 Honor static statements in DSL C++ codegen. by John Stiles · 3 years, 6 months ago
  34. 3934647 Reland "Implement operator== and != for Metal structs and arrays." by John Stiles · 3 years, 6 months ago
  35. 552fcb9 Remove flexible runtime effects entirely by Brian Osman · 3 years, 6 months ago
  36. fb7d378 Add test demonstrating swizzled constant folding. by John Stiles · 3 years, 6 months ago
  37. 958a939 Fix array-of-struct name mangling in Pipeline stage. by John Stiles · 3 years, 6 months ago
  38. 65d7ab2 Loosen ES3 restrictions in Runtime Effects for debugging. by John Stiles · 3 years, 6 months ago
  39. bf3e9e9 Remove sample-with-matrix from SkSL by Brian Osman · 3 years, 6 months ago
  40. c4e9588 Improve DSL CPP support for global variables. by John Stiles · 3 years, 6 months ago
  41. ec871bf Fix global variables which call built-in functions. by John Stiles · 3 years, 6 months ago
  42. 169c890 Reland "Add coords parameter to all .sksl test files used as runtime effects" by Brian Osman · 3 years, 6 months ago
  43. 67baf2d Revert "Add coords parameter to all .sksl test files used as runtime effects" by Joe Gregorio · 3 years, 6 months ago
  44. 22dcb5f Add coords parameter to all .sksl test files used as runtime effects by Brian Osman · 3 years, 6 months ago
  45. e3fa745 Add support for atan() to DSL. by John Stiles · 3 years, 6 months ago
  46. b9fc6e4 Support 'layout(when)' expressions in DSL C++. by John Stiles · 3 years, 6 months ago
  47. 1dcf463 Fix sk_Caps support in DSL C++ code generator. by John Stiles · 3 years, 6 months ago
  48. 83b0c83 Add support for built-in functions to DSLCPPCodeGenerator. by John Stiles · 3 years, 6 months ago
  49. d85d720 Add support for sample() to DSLCPPCodeGenerator. by John Stiles · 3 years, 6 months ago
  50. 47b48bc Reland "Add support for uniforms and layout(key)s to DSLCPPCodeGenerator." by John Stiles · 3 years, 6 months ago
  51. 9568023 Reland "Reland "Implement statements and expressions in DSL C++ code generator."" by John Stiles · 3 years, 6 months ago
  52. 126128b Revert "Reland "Implement statements and expressions in DSL C++ code generator."" by John Stiles · 3 years, 6 months ago
  53. 289da86 Revert "Add support for uniforms and layout(key)s to DSLCPPCodeGenerator." by John Stiles · 3 years, 6 months ago
  54. f33b061 Add support for uniforms and layout(key)s to DSLCPPCodeGenerator. by John Stiles · 3 years, 6 months ago
  55. c412688 Reland "Implement statements and expressions in DSL C++ code generator." by John Stiles · 3 years, 6 months ago
  56. 60191e0 Revert "Implement statements and expressions in DSL C++ code generator." by John Stiles · 3 years, 6 months ago
  57. 16cbfb4 Implement statements and expressions in DSL C++ code generator. by John Stiles · 3 years, 6 months ago
  58. 49b409e Simplify for init-stmts at the IR level. by John Stiles · 3 years, 6 months ago
  59. 8f1dff6 Remove layout(marker) from runtime effect SkSL by Brian Osman · 3 years, 6 months ago
  60. e49703f Remove custom SkVertices data and runtime effect `varying` support by Brian Osman · 3 years, 6 months ago
  61. 8e2a84b Fix for fuzzer-discovered error in SPIR-V compilation. by John Stiles · 3 years, 6 months ago
  62. 102d6e5 Add test case for sample() with color and various forms of coords by Brian Osman · 3 years, 6 months ago
  63. cbb60bd Add runtime color filter and shader modes to the SkSL compiler by Brian Osman · 3 years, 6 months ago
  64. c5d8608 Add unit test for for-loop with multiple variables. by John Stiles · 3 years, 6 months ago
  65. 82ab340 Fork CPPCodeGenerator into a DSL-based version. by John Stiles · 3 years, 6 months ago
  66. 962e614 Add `ivec` GLSL type aliases to runtime effects by Brian Osman · 3 years, 6 months ago
  67. d026156 Fix assertion when performing type-coercion with enums. by John Stiles · 3 years, 6 months ago
  68. 97186dc Fix various fuzzer-generated tests. by John Stiles · 3 years, 6 months ago
  69. d3a1df8 Remove sk_Height and sk_Width. by John Stiles · 3 years, 6 months ago
  70. 2de947e Fix broken Enum unit test. by John Stiles · 3 years, 6 months ago
  71. 3509210 Implement array == and != on SPIR-V. by John Stiles · 3 years, 6 months ago
  72. 781496f Add unit test for array of zero or negative size. by John Stiles · 3 years, 6 months ago
  73. d47330f Add support for struct constructors to SkSL. by John Stiles · 3 years, 6 months ago
  74. bc5c2a0 Implement struct == and != on SPIR-V. by John Stiles · 3 years, 6 months ago
  75. 5c62582 Require that runtime effect child variables are 'uniform' by Brian Osman · 3 years, 6 months ago
  76. 601abfa Move 'shader' usage tests to an SkSL golden file by Brian Osman · 3 years, 7 months ago
  77. 5abb9e1 Represent matrix resizes as a dedicated expression type. by John Stiles · 3 years, 7 months ago
  78. 0a12b85 Add regression test for oss-fuzz finding. by John Stiles · 3 years, 7 months ago
  79. 1f56479 Add test using 'fragmentProcessor' in runtime effects by Brian Osman · 3 years, 7 months ago
  80. e118278 Create a diagonal-matrix Constructor class. by John Stiles · 3 years, 7 months ago
  81. 8037c9e Add test for folding of == and != for arrays. by John Stiles · 3 years, 7 months ago
  82. fabed8b Fix fuzzer-discovered error with variable declarations. by John Stiles · 3 years, 7 months ago
  83. 2febb5b Add SkSL test for vector-scalar math. by John Stiles · 3 years, 7 months ago
  84. 0c9d888 Run SkSL inliner tests as part of dm. by John Stiles · 3 years, 7 months ago
  85. 2e04df9 Support PaintTranslate in COLRv1 rasterisation by Dominik Röttsches · 3 years, 7 months ago
  86. 85749c0 Add caps bit for RewriteMatrixVectorMultiply. by John Stiles · 3 years, 7 months ago
  87. d1f3b97 Remove sk_SampleMask support from SkSL by Brian Osman · 3 years, 7 months ago
  88. 1b843bd Fix up outdated tests. by John Stiles · 3 years, 7 months ago
  89. 95eadd3 Rename 'unpremul_float' to 'unpremul.' by John Stiles · 3 years, 7 months ago
  90. ece1d79 Mangle function names in GLSL. by John Stiles · 3 years, 7 months ago
  91. e67bd13 Migrate VarDeclaration conversion out of IRGenerator. by John Stiles · 3 years, 7 months ago
  92. d5e94d9 Move skbug5883.gif to a better test by Leon Scroggins · 3 years, 7 months ago
  93. bff24ab Disallow inlining a function with out-parameters. by John Stiles · 3 years, 7 months ago
  94. e0707b7 No longer passing the results of OpAccessChain to function calls by Ethan Nicholas · 3 years, 7 months ago
  95. dc20847 Disallow inlining functions containing early returns. by John Stiles · 3 years, 7 months ago
  96. 2810bee Improve do-while test in CanExitWithoutReturningValue. by John Stiles · 3 years, 7 months ago
  97. f10eff3 Fix misdetection of dead global variables. by John Stiles · 3 years, 7 months ago
  98. 8c595fe Change sksl tests to avoid SPIR-V validation errors by Brian Osman · 3 years, 7 months ago
  99. fc4b991 Force global initializers to be constant expressions by Brian Osman · 3 years, 8 months ago
  100. 97d8d7f Remove obsolete TODO. by John Stiles · 3 years, 7 months ago