skia2/tests/sksl
John Stiles 1a5a320547 Use writeComposite to build uniform matrices.
`writeComposite` can write and deduplicate constants, so it's preferable
to manually emitting an OpCompositeConstruct opcode.

Change-Id: I0c4ac8f8a456c8561c0b6a90cd316934f20895e8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/528638
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
2022-04-08 13:18:20 +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 Optimize saturation code again. 2022-04-07 21:36: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 Optimize SkVM selects. 2022-03-24 21:17:41 +00:00
runtime_errors Improved SkSL Block and Do position tracking 2022-04-07 21:03:19 +00:00
shared Use writeComposite to build uniform matrices. 2022-04-08 13:18:20 +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.