skia2/tests/sksl/folding
John Stiles 9cfcb07d7a Fix alpha channel in SelfAssignment test.
This was being set to zero instead of one by mistake. Interestingly,
this was undetected by the CPU backend, but appears to matter sometimes
on the GPU side.

Change-Id: If827863f69c140f933696c6ff55c8a7095620c29
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/368858
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2021-02-11 14:41:15 +00:00
..
AssignmentOps.glsl Add SkSL test demonstrating missed optimization with +=. 2021-02-09 19:17:26 +00:00
BoolFolding.glsl Support half4 return values from main() in the SPIR-V code generator. 2021-01-27 02:46:03 +00:00
FloatFolding.glsl Reduce self-assignment expressions (x = x) into just x. 2021-02-10 20:00:05 +00:00
IntFoldingES2.glsl Reduce self-assignment expressions (x = x) into just x. 2021-02-10 20:00:05 +00:00
IntFoldingES3.glsl Support half4 return values from main() in the SPIR-V code generator. 2021-01-27 02:46:03 +00:00
MatrixFoldingES2.glsl Support half4 return values from main() in the SPIR-V code generator. 2021-01-27 02:46:03 +00:00
MatrixFoldingES3.glsl Support half4 return values from main() in the SPIR-V code generator. 2021-01-27 02:46:03 +00:00
SelfAssignment.glsl Fix alpha channel in SelfAssignment test. 2021-02-11 14:41:15 +00:00
ShortCircuitBoolFolding.glsl Support half4 return values from main() in the SPIR-V code generator. 2021-01-27 02:46:03 +00:00
VectorScalarFolding.glsl Reduce self-assignment expressions (x = x) into just x. 2021-02-10 20:00:05 +00:00
VectorVectorFolding.glsl Reduce self-assignment expressions (x = x) into just x. 2021-02-10 20:00:05 +00:00