summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-insts.h
Commit message (Expand)AuthorAge
* Clean up Slang IR representation of undefined values (#8708)Theresa Foley2025-10-15
* Addition of `Load`/`Store` coherent operations (#8395)16-Bit-Dog2025-10-10
* Defer `IRCastStorageToLogicalDeref` in lowerBufferElementType pass. (#8668)Yong He2025-10-10
* Use symbol alias instead of wrapper synthesis to implement link-time types. (...Yong He2025-10-07
* Rename some symbols related to pointers types (#8592)Theresa Foley2025-10-03
* Rewriting the lower-buffer-element-type pass to avoid unnecessary packing/unp...Yong He2025-09-30
* Fix DebugCompilationUnit to reference main shader file instead of header file...Lujin Wang2025-09-18
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Initial copy elision pass (#8042)ArielG-NV2025-08-07
* Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)Copilot2025-07-15
* [HLSL, SPIRV_1_3] Hoist OpSelect returning a composite into `if`/`else` (#7594)ArielG-NV2025-07-02
* Defer immutable buffer loads when emitting spirv. (#7579)Yong He2025-07-02
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* Add arguments for controlling floating point denormal mode (#7461)aidanfnv2025-07-01
* Remove redundant [payload] attribute (Fix #7528) (#7555)Harsh Aggarwal (NVIDIA)2025-06-30
* Legalise out parameters for vertex shaders on metal (#6943)Ellie Hermaszewska2025-06-10
* Add command line option for separate debug info (#7178)jarcherNV2025-06-06
* Add legalization for 0-sized arrays. (#7327)Yong He2025-06-04
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Implement MapElement for CoopMat (#7159)Jay Kwak2025-05-29
* Map `SV_VertexID` to `gl_VertexIndex-gl_BaseVertex`, add `SV_Vulkan*ID` seman...Darren Wihandi2025-05-19
* Fix: Preserve inout param modifications with OptiX IgnoreHit() (#6956)Harsh Aggarwal (NVIDIA)2025-05-17
* support specialization constant sized array (#6871)kaizhangNV2025-05-14
* Cleanups related to RIFF support (#7041)Theresa Foley2025-05-12
* Add debug information for slang inling (#6621)Mukund Keshava2025-05-10
* Add IREnumType to distinguish enums from ints and each other (#6973)Julius Ikkala2025-05-03
* Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi2025-04-21
* Add defer statement (#6619)Julius Ikkala2025-04-06
* Add a loop analysis step to infer the exit values of loop phi parameters. (#6...Sai Praveen Bangaru2025-04-04
* Make IRWitnessTable HOISTABLE (#6417)Jay Kwak2025-04-01
* Add mesh shader output topology checks (#6592)Darren Wihandi2025-03-13
* Update SPIRV-Tools and fix new validation errors. (#6511)Yong He2025-03-06
* Add WaveGetLane* support for Metal and WGSL (#6371)Darren Wihandi2025-02-28
* Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)Yong He2025-02-27
* Fix a bug with hoisting 'IRVar' insts that are used outside the loop (#6446)Sai Praveen Bangaru2025-02-25
* Simplify implicit cast ctors for vector & matrix. (#6408)Yong He2025-02-20
* Allow LHS of `where` to be any type. (#6333)Yong He2025-02-12
* Add raypayload decoration to ray payload structs (#6164)Ellie Hermaszewska2025-02-11
* Use and() and or() functions for logical-AND and OR (#6310)Jay Kwak2025-02-07
* Support stage_switch. (#6311)Yong He2025-02-06
* maxtessfactor attribute should take a floating point value (#6289)Jay Kwak2025-02-05
* Add support for WGSL subgroup operations (#6213)Darren Wihandi2025-02-02
* Support cooperative vector (#6223)Jay Kwak2025-01-30
* Add validation for destination of atomic operations (#6093)Anders Leino2025-01-22
* Remove unnecessary parameters from Metal entry point signature (#6131)Darren Wihandi2025-01-22
* Implement Quad Control intrinsics (#5981)Darren Wihandi2025-01-17
* Fix nullptr in generic specialization (#6066)Julius Ikkala2025-01-17
* Implement specialization constant support in numthreads / local_size (#5963)Julius Ikkala2025-01-14
* Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He2025-01-10
* [Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru2025-01-09