2a6c41571b
While working on an unrelated test, I accidentally triggered a bug in Metal code generation. Our struct-equality helper functions did not properly handle vector fields. Wrapping each comparison in `all(...)` fixes the problem. (all() on a scalar is allowed and does nothing.) Our struct comparison tests now include a vector and a matrix. Change-Id: I59061ae9c3c3ab2c2dbdcb5257bc23e2257152af Reviewed-on: https://skia-review.googlesource.com/c/skia/+/470399 Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> |
||
---|---|---|
.. | ||
blend | ||
errors | ||
es2_conformance | ||
folding | ||
glsl | ||
inliner | ||
intrinsics | ||
metal | ||
runtime | ||
runtime_errors | ||
shared | ||
spirv | ||
workarounds | ||
README.txt | ||
update_fuzzer.py |
This directory contains source files for testing skslc compilation. The compiled output files are in the /tests/sksl/ directory.