skia2/tests/sksl
John Stiles abf84fd342 Use op cache for constant matrix construction.
Previously, we didn't usually generate OpConstantComposite ops for
matrices. Now, a matrix assembled from constants should come out as a
constant.

Change-Id: I458718901686dffb84e4079a81017d61195420d3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/529338
Reviewed-by: Arman Uguray <armansito@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
2022-04-12 21:43:14 +00:00
..
blend Replace scalar/vector ID caches with op cache. 2022-04-12 21:33:50 +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 op cache for constant matrix construction. 2022-04-12 21:43:14 +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 Use op cache for constant matrix construction. 2022-04-12 21:43:14 +00:00
spirv Replace scalar/vector ID caches with op cache. 2022-04-12 21:33:50 +00:00
workarounds Replace scalar/vector ID caches with op cache. 2022-04-12 21:33:50 +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.