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
Age
Commit message (
Expand
)
Author
2025-01-21
Fix gcc downstream compiler optimization level corresponding to OptimizationL...
spking11
2025-01-21
Generate IDs for every witness table (#6129)
Julius Ikkala
2025-01-20
Fix def-use issue from multi-level break elimination (#6134)
Sai Praveen Bangaru
2025-01-18
Fix upper 32 bits of 64-bit AnyValue packing (#6127)
Julius Ikkala
2025-01-17
Make -depfile work for binary modules output too (#6126)
Julius Ikkala
2025-01-17
Implement Quad Control intrinsics (#5981)
Darren Wihandi
2025-01-17
Fix circularity issue when checking multiple generic interface constraints. (...
Sai Praveen Bangaru
2025-01-17
Add diagnostic for function body followed by a `;`;. (#6122)
Yong He
2025-01-17
Allow __subscript<T> syntax. (#6124)
Yong He
2025-01-17
Refactor _Texture to constrain on texel types. (#6115)
Yong He
2025-01-17
Fix interface requirement lowering for generic accessors (#6123)
Sai Praveen Bangaru
2025-01-17
Fix nullptr in generic specialization (#6066)
Julius Ikkala
2025-01-17
hoist entry point params for wgsl (#6116)
Darren Wihandi
2025-01-17
Fix `-capability` arg in SPIRV debug command line output. (#6114)
Yong He
2025-01-17
Fix prebound parameter pack - argument list matching logic. (#6111)
Yong He
2025-01-16
Move global variable initialization into entry points for WGSL (#6106)
Anders Leino
2025-01-17
Fix resource specialization issue where store insts from inlined calls are no...
Sai Praveen Bangaru
2025-01-17
Fix cyclic lookups with UnscopedEnums (#6110)
Julius Ikkala
2025-01-16
C-like emitter: Add parenthesis when combining relational and bitwise… (#6070)
Anders Leino
2025-01-16
Implement Packed Dot Product intrinsics (#6068)
Darren Wihandi
2025-01-16
support SV_ViewIndex for Metal (#6103)
Darren Wihandi
2025-01-15
Fix argument buffer tier2 layout computation. (#6101)
Yong He
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-15
Implement AnyValue marshalling for 8-bit integers (#6059)
Julius Ikkala
2025-01-15
Reuse code for Metal and WGSL entry point legalization (#6063)
Darren Wihandi
2025-01-15
Fix optix varying legalization. (#6089)
Yong He
2025-01-14
Fix issue with specialization using arithmetic expressions (#6084)
Sai Praveen Bangaru
2025-01-14
Fix documentation on DescriptorHandle. (#6062)
Yong He
2025-01-14
Implement specialization constant support in numthreads / local_size (#5963)
Julius Ikkala
2025-01-14
Fix #5354, change diagnostic definition error message and expect output in te...
wij
2025-01-14
update slang-rhi + fix nvrtc options (#6080)
Simon Kallweit
2025-01-14
Fix simplify if-else (#6077)
cheneym2
2025-01-13
Don't initialize temp var for out parameters. (#6076)
Sai Praveen Bangaru
2025-01-13
Find OptiX headers (#6071)
Simon Kallweit
2025-01-10
Fix CUDA reflection for acceleration structure handle size. (#6055)
Yong He
2025-01-10
Fix `markNonContextParamsAsSideEffectFree`. (#6054)
Yong He
2025-01-10
Add overload for select to handle Optional<T> (#6022)
mTvare
2025-01-10
WGSL: Convert signed vector shift amounts to unsigned (#6023)
Anders Leino
2025-01-10
Fix Metal type layout reflection for nested parameter blocks. (#6042)
Yong He
2025-01-10
Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)
Yong He
2025-01-10
Add exhaustive associativity test for WGSL (#6056)
Anders Leino
2025-01-09
Add CalculateLevelOfDetail* overloads for comparison samplers (#6018)
Darren Wihandi
2025-01-09
Support a storage class, NodePayloadAMDX, for SPIRV work-graphs (#6052)
Jay Kwak
2025-01-10
Fix implicit string conversion breaking NativeStrings (#6035)
Julius Ikkala
2025-01-09
[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...
Sai Praveen Bangaru
2025-01-08
Pass compiler specific args to GCC and Visual Studio too (#6019)
Julius Ikkala
2025-01-08
Add parentheses to make precedence explicit (#6030)
Anders Leino
2025-01-08
Add SampleCmpLevel intrinsics (#6004)
Darren Wihandi
2025-01-07
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
[next]