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-ir-insts.lua
Commit message (
Expand
)
Author
Age
*
Immutable access qualifier for pointers and use `__ldg` on cuda. (#8710)
Yong He
2025-10-16
*
Clean up Slang IR representation of undefined values (#8708)
Theresa Foley
2025-10-15
*
Addition of `Load`/`Store` coherent operations (#8395)
16-Bit-Dog
2025-10-10
*
Update debug var when in-param proxy var is being updated. (#8671)
Yong He
2025-10-10
*
Use symbol alias instead of wrapper synthesis to implement link-time types. (...
Yong He
2025-10-07
*
Fix legalization crash when processing metal parameter blocks. (#8591)
Yong He
2025-10-03
*
Rename some symbols related to pointers types (#8592)
Theresa Foley
2025-10-03
*
Rewriting the lower-buffer-element-type pass to avoid unnecessary packing/unp...
Yong He
2025-09-30
*
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
*
Introduce CDataLayout & -fvk-use-c-layout (#8136)
Julius Ikkala
2025-08-21
*
slang: Add support for generating getters for IR struct defs. (#7725)
Sruthik P
2025-07-17
*
Perf improvements to IR serialization (#7751)
Ellie Hermaszewska
2025-07-17
*
Document IR changes (#7781)
Ellie Hermaszewska
2025-07-17
*
Stable names and backwards compat for serialized IR modules (#7644)
Ellie Hermaszewska
2025-07-09
*
extend fiddle to allow custom lua splices in more places (#7559)
Ellie Hermaszewska
2025-07-01