skia2/tests/sksl
Brian Osman 46aad8435a Move runtime effect uniform type checking into the compiler
This has two benefits:
1) We get detailed error messages with accurate positions
2) We can actually test these in our golden .rts files.

Thanks to #2, add a new unit test file, and adjust some existing files
that were breaking these rules.

Change-Id: I0b65e2f06f79ce8cbea9bad4c3d27062ec9b6e6c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/532769
Reviewed-by: Arman Uguray <armansito@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2022-04-22 20:54:26 +00:00
..
blend Add ReducedBlendModeInfo to shared code. 2022-04-22 17:18:31 +00:00
errors Improved SkSL error positions for return types 2022-04-22 19:13:45 +00:00
folding Optimize away same-value ternaries. 2022-04-07 19:37:00 +00:00
glsl Added range highlighting to SkSL error reports 2022-04-07 13:29:48 +00:00
inliner Add ReducedBlendModeInfo to shared code. 2022-04-22 17:18:31 +00:00
intrinsics Optimize away self comparisons in SPIR-V. 2022-04-19 16:10:03 +00:00
metal Added range highlighting to SkSL error reports 2022-04-07 13:29:48 +00:00
runtime Move runtime effect uniform type checking into the compiler 2022-04-22 20:54:26 +00:00
runtime_errors Move runtime effect uniform type checking into the compiler 2022-04-22 20:54:26 +00:00
shared Optimize away self comparisons in SPIR-V. 2022-04-19 16:10:03 +00:00
spirv Eliminate redundant loads following stores. 2022-04-18 14:57:48 +00:00
workarounds Eliminate redundant loads following stores. 2022-04-18 14:57:48 +00:00
README.txt Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00

This directory contains skslc-compiled output from matching source files
in the /resources/sksl/ directory.