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