index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spirv
Age
Commit message (
Expand
)
Author
2025-07-11
Add DebugGlobalVariable instructions to SPIR-V output (#7686)
Jay Kwak
2025-07-10
Fix SV_VertexID and SV_InstanceID crash with -preserve-params in SPIR-V emitt...
Copilot
2025-07-09
Generate OpExecutionMode PointMode for tessellation shaders (#7662)
pdeayton-nv
2025-07-02
Defer immutable buffer loads when emitting spirv. (#7579)
Yong He
2025-06-29
Support the GLSL/SPIR-V Built-in variable `DeviceIndex` (#7552)
ArielG-NV
2025-06-26
Fix for OpUConvert producing invalid opcode when to/from signs differ (#7398)
Jerran Schmidt
2025-06-26
Fix the invalid SPIRV decoration issue (#7527)
kaizhangNV
2025-06-26
Correct the scope for DebugLocalVariable (#7516)
Lujin Wang
2025-06-19
Always emit DepthReplacing execution mode when writing to FragDepth (#7450)
dubiousconst282
2025-06-16
Fix for missing signedness cast in SwizzleIR (#7448)
Jerran Schmidt
2025-06-12
Fix intermittent debug failures with Debug build (#7369)
Jay Kwak
2025-06-06
Add command line option for separate debug info (#7178)
jarcherNV
2025-06-04
Disable 23 tests failing assertions (#7317)
Jay Kwak
2025-05-29
Fix SPIRV `OpSpecConstantOp` emit (#7158)
Darren Wihandi
2025-05-23
Add default constructor for Ptr type (#7214)
Darren Wihandi
2025-05-19
Map `SV_VertexID` to `gl_VertexIndex-gl_BaseVertex`, add `SV_Vulkan*ID` seman...
Darren Wihandi
2025-05-16
Support Vulkan memory model (#7057)
Jay Kwak
2025-05-16
Fix broken -emit-spirv-via-glsl test option (#7091)
sricker-nvidia
2025-05-15
Implement spec const for generic parameter (#7121)
kaizhangNV
2025-05-15
Re-enable spirv-validation, because the issue is no longer repro (#7082)
Jay Kwak
2025-05-14
support specialization constant sized array (#6871)
kaizhangNV
2025-05-09
Fix SPIRV unsigned to signed widening casts (#7051)
Darren Wihandi
2025-05-01
Add fwidth_coarse and fwidth_fine functions (#6941)
pdeayton-nv
2025-04-24
update slang-rhi (#6587)
Simon Kallweit
2025-04-21
Add `vk::offset` to specify member offsets for push constants (#6797)
Darren Wihandi
2025-04-17
Fix SV_InstanceID for emit-spirv-via-glsl path (#6848)
Darren Wihandi
2025-04-13
Fix pointer field/member access for GLSL (#6798)
Darren Wihandi
2025-04-11
Add flag to hoist instructions (#6740)
jarcherNV
2025-03-19
Add SPIRV atomic debug type (#6616)
Darren Wihandi
2025-03-06
Update SPIRV-Tools and fix new validation errors. (#6511)
Yong He
2025-02-27
Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)
Yong He
2025-02-26
[SPIRV]: Emit missing storage class in atomic insts. (#6456)
Yong He
2025-02-24
Legalize array size of SV_TessFactor and SV_InsideTessFactor (#6409)
Jay Kwak
2025-02-19
Force inline functions that takes InputPatch and OutputPatch (#6407)
Jay Kwak
2025-02-11
Emit missing atomic64 capability, fix int-typed builtin used in both vs and f...
Yong He
2025-02-06
Support stage_switch. (#6311)
Yong He
2025-02-05
Feature/initialize list side branch (#6058)
kaizhangNV
2025-02-03
Auto enable `-fvk-use-entrypoint-name` when there is more than one entrypoint...
Yong He
2025-01-30
Declare `VariablePointers` capability when needed. (#6231)
Yong He
2025-01-29
Update SPIRV submodules and fix tests (#6222)
Jay Kwak
2025-01-17
Add groupshared atomic array test. (#6107)
Yong He
2025-01-17
Fix `-capability` arg in SPIRV debug command line output. (#6114)
Yong He
2025-01-14
Implement specialization constant support in numthreads / local_size (#5963)
Julius Ikkala
2025-01-08
Add SampleCmpLevel intrinsics (#6004)
Darren Wihandi
2025-01-07
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2024-12-30
Add `RaytracingAccelerationStructure::__init(uint64_t)`. (#5967)
Yong He
2024-12-19
Report error when generated spirv is empty. (#5899)
Yong He
2024-12-18
Allow `Optional`, `Tuple` and `bool` to be used in varying input/output. (#5889)
Yong He
2024-12-17
Add verification logic on push and specialization constants. (#5887)
Yong He
2024-12-09
Add SV_DrawIndex. (#5787)
Yong He
[next]