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-09-30
Rewriting the lower-buffer-element-type pass to avoid unnecessary packing/unp...
Yong He
2025-09-25
Prepare VulkanSDK release Oct 2025 (#8525)
Jay Kwak
2025-09-23
Split overloaded uses of RefType in front-end (#8427)
Theresa Foley
2025-09-18
Fix DebugCompilationUnit to reference main shader file instead of header file...
Lujin Wang
2025-09-10
Fix pointers and C-like layout in varying parameters (#8425)
Julius Ikkala
2025-09-10
Check if debugVar for is debuggable types in the legalization pass (#8326)
Gangzheng Tong
2025-09-02
Emit DebugInfo for the legalized entry point parameters (#7703)
Jay Kwak
2025-08-29
[CBP] Pointer frontend changes + groupshared pointer support (#7848)
ArielG-NV
2025-08-28
Remove the embedded source to avoid self-matching in slang-test (#8305)
Jay Kwak
2025-08-28
Add SPIRV OpCapability for 8/16bit use in storage (#8194)
James Helferty (NVIDIA)
2025-08-21
Introduce CDataLayout & -fvk-use-c-layout (#8136)
Julius Ikkala
2025-08-21
Implement SV_VulkanSamplePosition (#8236)
davli-nv
2025-08-07
Fix atomic fp16 vector SPIRV emit (#8104)
jarcherNV
2025-08-06
Fix unused space discovery for bindless heap. (#8075)
Yong He
2025-08-05
Implement SPV_EXT_fragment_invocation_density (SPV_NV_shading_rate) (#8037)
davli-nv
2025-07-30
Lowering unsupported matrix types for GLSL/WGSL/Metal targets (#7936)
venkataram-nv
2025-07-22
Fix Conditioanl<T, false> fields with a semantic. (#7855)
Yong He
2025-07-18
Lower int/uint/bool matrices to arrays for SPIRV (#7687)
venkataram-nv
2025-07-11
Fixup address spaces after inlining. (#7731)
Yong He
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
[next]