summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/enums
Commit message (Expand)AuthorAge
* Allow 1D SV_DispatchThreadID in CPU targets (#8612)Julius Ikkala2025-10-08
* Fix incorrect binding index assignment for StructuredBuffer and ByteAddressBu...Copilot2025-10-01
* Fix enum array indexing by adding implicit conversion support (#7815)Copilot2025-07-18
* Fix cyclic lookups with UnscopedEnums (#6110)Julius Ikkala2025-01-17
* wgsl: signedness mismatch fixes (#5692)Anders Leino2024-11-28
* Refresh of disabled WGPU tests (#5614)Anders Leino2024-11-21
* Enable a bunch of WGPU tests (#5513)Anders Leino2024-11-07
* Allow enum cases to be used in attribute arguments. (#5478)Yong He2024-11-02
* Properly check switch case. (#5341)Yong He2024-10-20
* Enable WebGPU tests in CI (#5239)Anders Leino2024-10-15
* Allow a enum case to reference a previously defined value. (#4768)Yong He2024-08-01
* Allow implicitly casting enum types to bool. (#4739)Yong He2024-07-25
* Add compiler option to treat enum types as unscoped. (#4354)Yong He2024-06-12
* enable more metal tests (#4326)skallweitNV2024-06-10
* Metal compute tests (#4292)skallweitNV2024-06-07
* Fix for unscoped enums circular reference causing an error, #3959 (#3962)ArielG-NV2024-04-16
* Allow enum values to be used as generic arguments. (#3874)Yong He2024-04-02
* Allow bit operators on enum types. (#3862)Yong He2024-04-01
* Support unscoped enums. (#3771)Yong He2024-03-14
* Add mnemonic parsing for `intrinsic_type` modifier. (#3306)Yong He2023-11-01
* Warning on lossy implicit casts. (#2367)Yong He2022-08-17
* Fix a bug for enumerations with explicit "tag type" (#1856)T. Foley2021-05-26
* Convert more tests to use shader objects (#1659)Tim Foley2021-01-15
* Fix an issue with explicit enum tag types (#1495)Tim Foley2020-08-14
* Improvements to Casting (#1483)jsmall-nvidia2020-08-11
* Add != operator for enum types (#1394)Tim Foley2020-06-17