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.cpp
Age
Commit message (
Expand
)
Author
2025-03-17
Add error diagnostic vectors and matrices with disallowed element types (#6596)
Anders Leino
2025-03-13
Add mesh shader output topology checks (#6592)
Darren Wihandi
2025-03-06
Update SPIRV-Tools and fix new validation errors. (#6511)
Yong He
2025-03-05
Support SPIR-V deferred linking option (#6500)
cheneym2
2025-02-28
Add WaveGetLane* support for Metal and WGSL (#6371)
Darren Wihandi
2025-02-23
Improve performance when compiling small shaders. (#6396)
Yong He
2025-02-07
Use and() and or() functions for logical-AND and OR (#6310)
Jay Kwak
2025-02-06
Support stage_switch. (#6311)
Yong He
2025-02-02
Add support for WGSL subgroup operations (#6213)
Darren Wihandi
2025-01-31
Respect per-target debug options (#6193)
Anders Leino
2025-01-30
Support cooperative vector (#6223)
Jay Kwak
2025-01-22
Add validation for destination of atomic operations (#6093)
Anders Leino
2025-01-22
Remove unnecessary parameters from Metal entry point signature (#6131)
Darren Wihandi
2025-01-17
Implement Quad Control intrinsics (#5981)
Darren Wihandi
2025-01-16
Move global variable initialization into entry points for WGSL (#6106)
Anders Leino
2025-01-15
Inline global constants that contains opaque handles for legalization. (#6098)
Yong He
2025-01-15
Emit errors when seeing a matrix with row/col count of 1 (#6044)
Anders Leino
2025-01-10
Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)
Yong He
2025-01-09
[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...
Sai Praveen Bangaru
2025-01-07
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2025-01-07
Use disassemble API from SPIRV-Tools (#6001)
Jay Kwak
2024-12-11
Fix the logic to determine whether lower generic pass should run. (#5837)
Yong He
2024-12-05
Do recursive function checks early during IR linking (#5777)
Darren Wihandi
2024-11-26
wgpu: Enable Metal-like legalization for byte addressible buffers (#5681)
Anders Leino
2024-11-21
Add datalayout for constant buffers. (#5608)
Yong He
2024-11-14
Fix issue with raw default constructors in SPIRV emit (#5556)
Sai Praveen Bangaru
2024-11-12
Push buffer load to end of access chain. (#5544)
Yong He
2024-11-06
[WGSL] Enable arbitrary arrays in uniform buffers. (#5497)
Yong He
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-17
Cleanup atomic intrinsics. (#5324)
Yong He
2024-10-07
Add WGSL support for slang-test (#5174)
Anders Leino
2024-09-26
Move texture format inference to frontend and add reflection api for it. (#5155)
Yong He
2024-09-26
Always run AD cleanup pass. (#5157)
Sai Praveen Bangaru
2024-09-23
Implemented Combined-texture for WGSL (#5130)
Jay Kwak
2024-09-18
Report AD checkpoint contexts (#5058)
venkataram-nv
2024-09-10
Specialize existential return types when possible. (#5044)
Yong He
2024-09-09
Initial WGSL support (#5006)
Anders Leino
2024-09-05
Initial -embed-spirv support (#4974)
cheneym2
2024-08-29
Support mixture of precompiled and non-precompiled modules (#4860)
cheneym2
2024-08-27
Adds a warning for using `[PreferRecompute]` on methods that may contain side...
Sai Praveen Bangaru
2024-08-26
Fix Varying Variable Location Assignments With Hull Shaders (#4915)
ArielG-NV
2024-07-30
Fixes for Metal ParameterBlock support. (#4752)
Yong He
2024-07-30
Move SPIRV global variables into a context variable (#4741)
ArielG-NV
2024-07-26
Allow passing sized array to unsized array parameter. (#4744)
Yong He
2024-07-25
Overhaul IR lowering of pointer types. (#4710)
Yong He
2024-07-24
Add generic descriptor indexing intrinsic (#4389)
dubiousconst282
2024-07-19
move autodiff-decoration-stripping-pass so it always runs (#4632)
ArielG-NV
2024-07-18
Metal: `Interlocked` (atomic) member function support for buffers (#4655)
ArielG-NV
2024-07-18
Allow CPP/CUDA/Metal to lower/legalize buffer-elements to support column_majo...
ArielG-NV
[next]