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