summaryrefslogtreecommitdiff
path: root/tests/language-feature/constants
AgeCommit message (Expand)Author
2025-07-02Fix for emitting ArrayStride decoration for arrays of opaque types (#7568)Jerran Schmidt
2025-05-16Enforce rule that `export`/`extern` (non cpp) must be `const` (#7113)ArielG-NV
2024-12-12WGSL: Fix issue where global calls are generated (#5768)Anders Leino
2024-12-09Fix crash during emitCast of attributed type, allow MaxIters to take linktime...Yong He
2024-11-21Refresh of disabled WGPU tests (#5614)Anders Leino
2024-11-04Various WGSL fixes. (#5490)Yong He
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-10-09Support constant folding for static array access. (#5248)Yong He
2024-07-31Fix IR lowering for generic interface types. (#4761)Yong He
2024-06-10enable more metal tests (#4326)skallweitNV
2024-06-07Metal compute tests (#4292)skallweitNV
2023-08-18Allow loop counters to be used as constexpr arguments. (#3139)Yong He
2023-06-02Fix generic param inference through TypeCastIntVal. (#2916)Yong He
2023-05-31Preserve type cast during AST constant folding. (#2912)Yong He
2022-08-24Allow `static const` interface requirements. (#2378)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2021-01-15Convert more tests to use shader objects (#1659)Tim Foley
2020-03-30Add a test for static const declarations in structure types (#1300)Tim Foley