index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
language-feature
/
enums
Commit message (
Expand
)
Author
Age
*
Allow 1D SV_DispatchThreadID in CPU targets (#8612)
Julius Ikkala
2025-10-08
*
Fix incorrect binding index assignment for StructuredBuffer and ByteAddressBu...
Copilot
2025-10-01
*
Fix enum array indexing by adding implicit conversion support (#7815)
Copilot
2025-07-18
*
Fix cyclic lookups with UnscopedEnums (#6110)
Julius Ikkala
2025-01-17
*
wgsl: signedness mismatch fixes (#5692)
Anders Leino
2024-11-28
*
Refresh of disabled WGPU tests (#5614)
Anders Leino
2024-11-21
*
Enable a bunch of WGPU tests (#5513)
Anders Leino
2024-11-07
*
Allow enum cases to be used in attribute arguments. (#5478)
Yong He
2024-11-02
*
Properly check switch case. (#5341)
Yong He
2024-10-20
*
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-10-15
*
Allow a enum case to reference a previously defined value. (#4768)
Yong He
2024-08-01
*
Allow implicitly casting enum types to bool. (#4739)
Yong He
2024-07-25
*
Add compiler option to treat enum types as unscoped. (#4354)
Yong He
2024-06-12
*
enable more metal tests (#4326)
skallweitNV
2024-06-10
*
Metal compute tests (#4292)
skallweitNV
2024-06-07
*
Fix for unscoped enums circular reference causing an error, #3959 (#3962)
ArielG-NV
2024-04-16
*
Allow enum values to be used as generic arguments. (#3874)
Yong He
2024-04-02
*
Allow bit operators on enum types. (#3862)
Yong He
2024-04-01
*
Support unscoped enums. (#3771)
Yong He
2024-03-14
*
Add mnemonic parsing for `intrinsic_type` modifier. (#3306)
Yong He
2023-11-01
*
Warning on lossy implicit casts. (#2367)
Yong He
2022-08-17
*
Fix a bug for enumerations with explicit "tag type" (#1856)
T. Foley
2021-05-26
*
Convert more tests to use shader objects (#1659)
Tim Foley
2021-01-15
*
Fix an issue with explicit enum tag types (#1495)
Tim Foley
2020-08-14
*
Improvements to Casting (#1483)
jsmall-nvidia
2020-08-11
*
Add != operator for enum types (#1394)
Tim Foley
2020-06-17