skia2/resources/sksl/folding
John Stiles 0ac6c15075 Reduce self-assignment expressions (x = x) into just x.
Change-Id: I44356aa781f208f4941dbeb617a30318e36c1081
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/367062
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2021-02-10 20:00:05 +00:00
..
AssignmentOps.sksl Add SkSL test demonstrating missed optimization with +=. 2021-02-09 19:17:26 +00:00
BoolFolding.sksl Add helper uniforms to Runtime Effect tests. 2021-01-27 00:53:46 +00:00
FloatFolding.sksl Add helper uniforms to Runtime Effect tests. 2021-01-27 00:53:46 +00:00
IntFoldingES2.sksl Add helper uniforms to Runtime Effect tests. 2021-01-27 00:53:46 +00:00
IntFoldingES3.sksl SkSL: Do left-shift constant-folding with unsigned integers 2021-02-01 19:51:28 +00:00
MatrixFoldingES2.sksl Add helper uniforms to Runtime Effect tests. 2021-01-27 00:53:46 +00:00
MatrixFoldingES3.sksl Add helper uniforms to Runtime Effect tests. 2021-01-27 00:53:46 +00:00
SelfAssignment.sksl Reduce self-assignment expressions (x = x) into just x. 2021-02-10 20:00:05 +00:00
ShortCircuitBoolFolding.sksl Add helper uniforms to Runtime Effect tests. 2021-01-27 00:53:46 +00:00
VectorScalarFolding.sksl Add additional cases to folding tests. 2021-02-08 16:17:18 +00:00
VectorVectorFolding.sksl Add additional cases to folding tests. 2021-02-08 16:17:18 +00:00