summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-emit-wgsl.h
Commit message (Expand)AuthorAge
* Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi2025-04-21
* Add WaveGetLane* support for Metal and WGSL (#6371)Darren Wihandi2025-02-28
* Add support for WGSL subgroup operations (#6213)Darren Wihandi2025-02-02
* Add bgra8 format (#6163)Darren Wihandi2025-01-24
* Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He2025-01-10
* Implement bitcast for 64-bit date type (#5895)kaizhangNV2024-12-17
* Support specialization constant on WGSL and Metal. (#5780)Yong He2024-12-06
* Support interpolation modifiers for WGSL (#5641)Anders Leino2024-11-25
* Legalize the Entry-point for WGSL (#5498)Jay Kwak2024-11-05
* Fix issue of infinity float literal (#5489)kaizhangNV2024-11-05
* Various WGSL fixes. (#5490)Yong He2024-11-04
* formatEllie Hermaszewska2024-10-29
* Properly check switch case. (#5341)Yong He2024-10-20
* Fix handling of pointer logic in wgsl backend. (#5129)Yong He2024-09-20
* Initial `Atomic<T>` type implementation. (#5125)Yong He2024-09-20
* Add WGSL pack/unpack, constructor, derivatives & misc intrinsics (#5102)Anders Leino2024-09-18
* Initial WGSL support (#5006)Anders Leino2024-09-09