summaryrefslogtreecommitdiffstats
path: root/tests/wgsl
Commit message (Expand)AuthorAge
* Fix WGSL bitshift test typo (#8720)Julius Ikkala2025-10-16
* 8503 wgsl depth texture (#8645)Sami Kiminki (NVIDIA)2025-10-10
* Enhance buffer load specialization pass to specialize past field extracts. (#...Yong He2025-09-30
* Remove the semantic decoration from the original entry struct (#8146)Jay Kwak2025-08-13
* Lowering unsupported matrix types for GLSL/WGSL/Metal targets (#7936)venkataram-nv2025-07-30
* Fix int16_t/uint16_t support for WGSL target (#7692)Copilot2025-07-11
* Fix crash when using wrong type for inout parameter with WGSL target (#7588)Copilot2025-07-02
* Fix generation of wgsl case arms (#7374)Swoorup Joshi2025-06-25
* Emit SPIRV NonReadable decoration for WTexture* (#6922)Darren Wihandi2025-04-27
* update slang-rhi (#6587)Simon Kallweit2025-04-24
* Use correct syntax for WGSL array transpiling (#6693)jarcherNV2025-04-02
* Add WGSL to list of formats supporting multiple entry points (#6324)David A Roberts2025-02-10
* Uncomment a previously failing test case (#6303)Anders Leino2025-02-06
* Add bgra8 format (#6163)Darren Wihandi2025-01-24
* Refactor _Texture to constrain on texel types. (#6115)Yong He2025-01-17
* hoist entry point params for wgsl (#6116)Darren Wihandi2025-01-17
* Move global variable initialization into entry points for WGSL (#6106)Anders Leino2025-01-16
* WGSL: Convert signed vector shift amounts to unsigned (#6023)Anders Leino2025-01-10
* Add exhaustive associativity test for WGSL (#6056)Anders Leino2025-01-10
* Add parentheses to make precedence explicit (#6030)Anders Leino2025-01-08
* Implement explciit binding for metal and wgsl. (#5778)Yong He2024-12-06
* Varying inputs and outputs for wgsl (#5669)Ellie Hermaszewska2024-12-02
* Fix wgsl legalization around __ref parameter. (#5597)Yong He2024-11-19
* [WGSL] Enable arbitrary arrays in uniform buffers. (#5497)Yong He2024-11-06
* Legalize the Entry-point for WGSL (#5498)Jay Kwak2024-11-05
* Write only texture types. (#5454)Yong He2024-10-30
* Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)Yong He2024-10-08
* Add WGSL support for slang-test (#5174)Anders Leino2024-10-07
* Implement texture_storage_Xd in WGSL (#5158)Jay Kwak2024-09-26
* WGSL texture support for depth and multisampled (#5152)Jay Kwak2024-09-25
* Feature/wgsl intrinsic texture gather (#5141)Jay Kwak2024-09-23
* Implemented Combined-texture for WGSL (#5130)Jay Kwak2024-09-23
* Fix handling of pointer logic in wgsl backend. (#5129)Yong He2024-09-20
* WGSL implement texture intrinsics except gather and sampler-less (#5123)Jay Kwak2024-09-20
* Implement math intrinsics for WGSL (#5078)Jay Kwak2024-09-17