skia2/tests/sksl
John Stiles abef5efa2a Update glsltype_string and type_to_grsltype to a complete set.
This exposed a preexisting error: GrGrSLTypesAreSupported.fp used non-
square matrices, which are not actually present in GrSLType. The test
has been updated to use square matrices.

Change-Id: Ib51141cc14a0c3fcd1c3c3abf378f190d457b95f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/356077
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2021-01-20 14:35:15 +00:00
..
blend Reorder GLSL output so that functions are emitted last. 2021-01-15 23:15:46 +00:00
errors Enforce (valid) array sizes in many more places 2021-01-14 22:14:59 +00:00
folding Implement constant folding for (bool == bool) and (bool != bool). 2021-01-20 14:22:35 +00:00
fp Update glsltype_string and type_to_grsltype to a complete set. 2021-01-20 14:35:15 +00:00
glsl Replace array indexing on vector types with swizzles. 2020-12-07 21:16:40 +00:00
inliner Reorder GLSL output so that functions are emitted last. 2021-01-15 23:15:46 +00:00
intrinsics Generate valid Metal code when globals reference one another. 2021-01-19 17:07:24 +00:00
metal Generate valid Metal code when globals reference one another. 2021-01-19 17:07:24 +00:00
runtime Reland "Support indexing by loop variables in SkVMGenerator" 2021-01-19 22:33:46 +00:00
runtime_errors Enforce ES2 limits on indexing expressions (in runtime effects) 2021-01-15 22:49:27 +00:00
shared Implement constant folding for (bool == bool) and (bool != bool). 2021-01-20 14:22:35 +00:00
spirv Factor out SPIR-V typecasting helper functions. 2021-01-14 00:00:15 +00:00
workarounds Reorder GLSL output so that functions are emitted last. 2021-01-15 23:15:46 +00:00