skia2/tests/sksl
John Stiles 8c2a505432 Replace scalar/vector ID caches with op cache.
The output changes here are almost entirely a wash, because we already
had support for caching scalars and vectors. Almost all changes are just
inconsequential reorderings of IDs, and the removal of RelaxedPrecision
decorators on constants (which were not meaningful).

Change-Id: I45340c4a240cb504b7c4a934b3db178d2f39ec99
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/528709
Reviewed-by: Arman Uguray <armansito@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
2022-04-12 21:33:50 +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 Replace scalar/vector ID caches with op cache. 2022-04-12 21:33:50 +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 Replace scalar/vector ID caches with op cache. 2022-04-12 21:33:50 +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.