skia2/tests/sksl
Arman Uguray 5d594e4af4 [sksl][wgsl] Enable WGSL codegen in skslc
* Wire up the WGSLCodeGenerator to SkSLCompiler.
* Wire up build rules to generate WGSL from unit tests.
* Include HelloWorld.sksl as the first complete program.

Bug: skia:13092
Change-Id: I283cf5971b6856126b9fc23340afacff5cc54697
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/526760
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Arman Uguray <armansito@google.com>
2022-04-11 18:32:46 +00:00
..
blend Use writeComposite to vectorize scalars. 2022-04-08 13:17:26 +00:00
errors Added range highlighting to SkSL error reports 2022-04-07 13:29:48 +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 Distinguish between unscoped blocks and compound statements. 2022-04-11 14:34:07 +00:00
intrinsics Use writeComposite to build uniform matrices. 2022-04-08 13:18:20 +00:00
metal Added range highlighting to SkSL error reports 2022-04-07 13:29:48 +00:00
runtime Distinguish between unscoped blocks and compound statements. 2022-04-11 14:34:07 +00:00
runtime_errors Improved SkSL Block and Do position tracking 2022-04-07 21:03:19 +00:00
shared [sksl][wgsl] Enable WGSL codegen in skslc 2022-04-11 18:32:46 +00:00
spirv Use OpConstantComposite when vectorizing in SPIR-V. 2022-04-07 18:28:18 +00:00
workarounds Use writeComposite to build uniform matrices. 2022-04-08 13:18:20 +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.