skia2/tests/sksl
Brian Osman 9fe0e3d4e7 SkSL: Add unit tests for new ForceNoRTFlip code-gen option
This removes the assert from the SPIR-V generator so the
tests compile. The generated SPIR-V is incorrect. The next
CL fixes the generator, and restores the assert.

Change-Id: I77b507cf7fb5eac481322887000bd1c73cd5c899
Bug: skia:13219
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/530336
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2022-04-15 12:59:07 +00:00
..
blend Use op cache for pointer and function types. 2022-04-14 13:00:27 +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 SkSL: Add unit tests for new ForceNoRTFlip code-gen option 2022-04-15 12:59:07 +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: Add unit tests for new ForceNoRTFlip code-gen option 2022-04-15 12:59:07 +00:00
spirv Update vulkan validation errors in generated files 2022-04-14 15:09:37 +00:00
workarounds Use op cache to deduplicate diagonal matrix construction. 2022-04-13 16:35:15 +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.