index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-emit-wgsl.h
Age
Commit message (
Expand
)
Author
2025-04-21
Add `vk::offset` to specify member offsets for push constants (#6797)
Darren Wihandi
2025-02-28
Add WaveGetLane* support for Metal and WGSL (#6371)
Darren Wihandi
2025-02-02
Add support for WGSL subgroup operations (#6213)
Darren Wihandi
2025-01-24
Add bgra8 format (#6163)
Darren Wihandi
2025-01-10
Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)
Yong He
2024-12-17
Implement bitcast for 64-bit date type (#5895)
kaizhangNV
2024-12-06
Support specialization constant on WGSL and Metal. (#5780)
Yong He
2024-11-25
Support interpolation modifiers for WGSL (#5641)
Anders Leino
2024-11-05
Legalize the Entry-point for WGSL (#5498)
Jay Kwak
2024-11-05
Fix issue of infinity float literal (#5489)
kaizhangNV
2024-11-04
Various WGSL fixes. (#5490)
Yong He
2024-10-29
format
Ellie Hermaszewska
2024-10-20
Properly check switch case. (#5341)
Yong He
2024-09-20
Fix handling of pointer logic in wgsl backend. (#5129)
Yong He
2024-09-20
Initial `Atomic<T>` type implementation. (#5125)
Yong He
2024-09-18
Add WGSL pack/unpack, constructor, derivatives & misc intrinsics (#5102)
Anders Leino
2024-09-09
Initial WGSL support (#5006)
Anders Leino