index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
*
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
*
Fix simplify if-else (#6077)
cheneym2
2025-01-14
*
Don't initialize temp var for out parameters. (#6076)
Sai Praveen Bangaru
2025-01-13
*
Fix CUDA reflection for acceleration structure handle size. (#6055)
Yong He
2025-01-10
*
Fix `markNonContextParamsAsSideEffectFree`. (#6054)
Yong He
2025-01-10
*
WGSL: Convert signed vector shift amounts to unsigned (#6023)
Anders Leino
2025-01-10
*
Fix potential test failures due to SPIRV validation failure (#6047)
Jay Kwak
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-10
*
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-09
*
Fix implicit string conversion breaking NativeStrings (#6035)
Julius Ikkala
2025-01-10
*
[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...
Sai Praveen Bangaru
2025-01-09
*
Add parentheses to make precedence explicit (#6030)
Anders Leino
2025-01-08
*
Add SampleCmpLevel intrinsics (#6004)
Darren Wihandi
2025-01-08
*
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2025-01-07
*
Check whether array element is fully specialized (#6000)
kaizhangNV
2025-01-07
*
Fix some robustness issues in the examples (#5984)
Anders Leino
2025-01-07
*
Use disassemble API from SPIRV-Tools (#6001)
Jay Kwak
2025-01-07
*
Correct IR generation for no-diff pointer type (#5976)
kaizhangNV
2025-01-02
*
Fix reflection for metal vector [[id]] location. (#5943)
Yong He
2025-01-01
*
Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)
Yong He
2024-12-31
*
Check for undefined %id in spirv_asm block. (#5966)
Yong He
2024-12-30
*
Add `RaytracingAccelerationStructure::__init(uint64_t)`. (#5967)
Yong He
2024-12-30
*
Check mismatching method parameter direction against interface declaration. (...
Yong He
2024-12-30
*
Fix requirement candidate lookup to prefer decls in the same paraent as the i...
Yong He
2024-12-30
*
Implement HLSL pack/unpack math intrinsics (#5934)
Darren Wihandi
2024-12-28
*
Add packed 8bit builtin types (#5939)
Darren Wihandi
2024-12-26
*
Fixed stage and result field names in json reflection (#5927)
Stan
2024-12-21
*
Check subscript/property accessor for differentiability. (#5922)
Yong He
2024-12-20
*
Fix crash during loop unrolling. (#5920)
Yong He
2024-12-20
*
Add base vertex and base instance system values (#5918)
Darren Wihandi
2024-12-19
*
Enable more examples in CI (#5915)
Anders Leino
2024-12-19
*
Add HLSL texture sample with status intrinsics (#5901)
Darren Wihandi
2024-12-19
*
Report error when generated spirv is empty. (#5899)
Yong He
2024-12-19
*
Refresh list of failing examples (#5904)
Anders Leino
2024-12-19
*
Check decl nesting for namespaces. (#5910)
Yong He
2024-12-18
*
Support explicit `[vk::location(n)]` binding on metal/wgsl. (#5907)
Yong He
2024-12-18
*
Allow `Optional`, `Tuple` and `bool` to be used in varying input/output. (#5889)
Yong He
2024-12-18
*
Add slang example tests to CI (#5879)
Anders Leino
2024-12-18
*
Add verification logic on push and specialization constants. (#5887)
Yong He
2024-12-17
*
Implement bitcast for 64-bit date type (#5895)
kaizhangNV
2024-12-17
*
Support matrix negation in metal backend. (#5891)
Yong He
2024-12-16
*
Enable exprs for all supported GLSL layout qualifiers (#5857)
Darren
2024-12-15
*
Bit extract (#5847)
kaizhangNV
2024-12-12
*
WGSL: Fix issue where global calls are generated (#5768)
Anders Leino
2024-12-12
*
Fix language server check skipping when explicit module decl exists. (#5845)
Yong He
2024-12-11
*
Bump spirv-header/tools/glslang (#5834)
Ellie Hermaszewska
2024-12-12
[next]