summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-emit-wgsl.cpp
Commit message (Expand)AuthorAge
* Defer `IRCastStorageToLogicalDeref` in lowerBufferElementType pass. (#8668)Yong He2025-10-10
* Rename some symbols related to pointers types (#8592)Theresa Foley2025-10-03
* Enhance buffer load specialization pass to specialize past field extracts. (#...Yong He2025-09-30
* 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
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* Fix generation of wgsl case arms (#7374)Swoorup Joshi2025-06-25
* Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi2025-04-21
* Use correct syntax for WGSL array transpiling (#6693)jarcherNV2025-04-02
* Implement GetDimensions for structured buffers on WGSL (#6609)Darren Wihandi2025-03-14
* Add Slang-specific intrinsics for integer pack/unpack (#6459)Darren Wihandi2025-02-28
* Add WaveGetLane* support for Metal and WGSL (#6371)Darren Wihandi2025-02-28
* Use and() and or() functions for logical-AND and OR (#6310)Jay Kwak2025-02-07
* Add support for WGSL subgroup operations (#6213)Darren Wihandi2025-02-02
* Add bgra8 format (#6163)Darren Wihandi2025-01-24
* WGSL: Convert signed vector shift amounts to unsigned (#6023)Anders Leino2025-01-10
* Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He2025-01-10
* Add packed 8bit builtin types (#5939)Darren Wihandi2024-12-26
* Implement bitcast for 64-bit date type (#5895)kaizhangNV2024-12-17
* Fix wgsl float texture format inference silent failure (#5831)Devon2024-12-11
* Support specialization constant on WGSL and Metal. (#5780)Yong He2024-12-06
* Implement explciit binding for metal and wgsl. (#5778)Yong He2024-12-06
* Add wgsl missing float image format inference (#5716)Devon2024-12-05
* Support interpolation modifiers for WGSL (#5641)Anders Leino2024-11-25
* Fix WGSL emit for '&' and add bindings for thread group size (#5557)Sai Praveen Bangaru2024-11-13
* Various fixes to enable some WGSL graphics tests (#5548)Anders Leino2024-11-13
* [WGSL] [WASM] Add reflection endpoints + Fix bit manipulation operations (#5499)Sai Praveen Bangaru2024-11-08
* Fix WGSL parameter block binding. (#5500)Yong He2024-11-06
* Legalize the Entry-point for WGSL (#5498)Jay Kwak2024-11-05
* Fix issue of infinity float literal (#5489)kaizhangNV2024-11-05
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* Various WGSL fixes. (#5490)Yong He2024-11-04
* Write only texture types. (#5454)Yong He2024-10-30
* formatEllie Hermaszewska2024-10-29
* Properly check switch case. (#5341)Yong He2024-10-20
* WGSL: Enable load & store from byte-addressible buffers (#5252)Anders Leino2024-10-11
* WGSL emitter: Specify private address space for global non-handle variable de...Anders Leino2024-10-08
* Implement texture_storage_Xd in WGSL (#5158)Jay Kwak2024-09-26
* 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
* 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