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
/
source
/
slang
/
slang-emit-spirv.cpp
Commit message (
Expand
)
Author
Age
*
Add SPV_NV_bindless_texture support (#8534)
Lujin Wang
2025-09-26
*
Fix DebugCompilationUnit to reference main shader file instead of header file...
Lujin Wang
2025-09-18
*
Fix pointers and C-like layout in varying parameters (#8425)
Julius Ikkala
2025-09-10
*
Don't emit ArrayStride 0 for RWStructuredBuffer pointers (#8397)
Julius Ikkala
2025-09-08
*
[CBP] Pointer frontend changes + groupshared pointer support (#7848)
ArielG-NV
2025-08-29
*
Add SPIRV OpCapability for 8/16bit use in storage (#8194)
James Helferty (NVIDIA)
2025-08-28
*
Fix mesh shader OutputIndices subscript error by adding missing ref accessor ...
Lujin Wang
2025-08-22
*
Introduce CDataLayout & -fvk-use-c-layout (#8136)
Julius Ikkala
2025-08-21
*
Implement SV_VulkanSamplePosition (#8236)
davli-nv
2025-08-21
*
[SPIR-V] Emit control flags for `branch/flatten` decorations (#8134)
amidescent
2025-08-09
*
Fix atomic fp16 vector SPIRV emit (#8104)
jarcherNV
2025-08-07
*
Fix noperspective modifier for SV_Barycentrics in SPIRV and GLSL (#8067)
davli-nv
2025-08-06
*
Implement SPV_EXT_fragment_invocation_density (SPV_NV_shading_rate) (#8037)
davli-nv
2025-08-05
*
Lowering unsupported matrix types for GLSL/WGSL/Metal targets (#7936)
venkataram-nv
2025-07-30
*
Fix nv_viewport_mask semantic to emit SpvBuiltInViewportMaskNV (#7904)
davli-nv
2025-07-25
*
Fix SPIRV OpMemberName member indices (#7912)
davli-nv
2025-07-25
*
Include Inst UID in some assert failure messages. (#7882)
Yong He
2025-07-24
*
Lower int/uint/bool matrices to arrays for SPIRV (#7687)
venkataram-nv
2025-07-18
*
Fix duplicate DiffPair struct generation for row_major matrices in autodiff (...
Copilot
2025-07-16
*
Fixup address spaces after inlining. (#7731)
Yong He
2025-07-11
*
Add DebugGlobalVariable instructions to SPIR-V output (#7686)
Jay Kwak
2025-07-11
*
Generate OpExecutionMode PointMode for tessellation shaders (#7662)
pdeayton-nv
2025-07-09
*
Fix for emitting ArrayStride decoration for arrays of opaque types (#7568)
Jerran Schmidt
2025-07-02
*
Defer immutable buffer loads when emitting spirv. (#7579)
Yong He
2025-07-02
*
extend fiddle to allow custom lua splices in more places (#7559)
Ellie Hermaszewska
2025-07-01
*
Add arguments for controlling floating point denormal mode (#7461)
aidanfnv
2025-07-01
*
Emit sample index when constructing a `OpImageTexelPointer` (#7563)
ArielG-NV
2025-06-30
*
Support the GLSL/SPIR-V Built-in variable `DeviceIndex` (#7552)
ArielG-NV
2025-06-29
*
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-26
*
Always emit DepthReplacing execution mode when writing to FragDepth (#7450)
dubiousconst282
2025-06-19
*
Fix for missing signedness cast in SwizzleIR (#7448)
Jerran Schmidt
2025-06-16
*
Add command line option for separate debug info (#7178)
jarcherNV
2025-06-06
*
Fix SPIRV `OpSpecConstantOp` emit (#7158)
Darren Wihandi
2025-05-29
*
Implement MapElement for CoopMat (#7159)
Jay Kwak
2025-05-29
*
Add CoopVec load/store pointer overloads (#6822)
Darren Wihandi
2025-05-23
*
Map `SV_VertexID` to `gl_VertexIndex-gl_BaseVertex`, add `SV_Vulkan*ID` seman...
Darren Wihandi
2025-05-19
*
Support Vulkan memory model (#7057)
Jay Kwak
2025-05-16
*
Address structured buffer `GetDimensions` issues for WGSL, GLSL and SPIRV (#7...
Darren Wihandi
2025-05-16
*
Support tensor addressing (#7060)
Jay Kwak
2025-05-15
*
support specialization constant sized array (#6871)
kaizhangNV
2025-05-14
*
cluster acceleration structure optix 6431 (#7028)
Harsh Aggarwal (NVIDIA)
2025-05-12
*
Add debug information for slang inling (#6621)
Mukund Keshava
2025-05-10
*
Fix SPIRV unsigned to signed widening casts (#7051)
Darren Wihandi
2025-05-09
*
Emit SPIRV NonReadable decoration for WTexture* (#6922)
Darren Wihandi
2025-04-27
*
Add cooperative matrix 1 support (#6565)
Darren Wihandi
2025-04-15
*
Add SV_PointCoord to match gl_PointCoord (#6795)
Julius Ikkala
2025-04-14
*
Fix SPV_KHR_maximal_reconvergence extension name spelling (#6687)
Pavel Asyutchenko
2025-03-26
*
Support spirv ops added by multiple extensions (#6615)
Dario Mylonopoulos
2025-03-22
[next]