summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir.cpp
Commit message (Expand)AuthorAge
...
* Support cooperative vector (#6223)Jay Kwak2025-01-30
* Delete invalid ASSERT in `isTypeOperandEqual`. (#6196)Yong He2025-01-28
* Fix depth texture sampling on Metal. (#6168)Yong He2025-01-24
* Fix nullptr in generic specialization (#6066)Julius Ikkala2025-01-17
* Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He2025-01-10
* Lower varying parameters as pointers instead of SSA values. (#5919)Yong He2025-01-07
* Add packed 8bit builtin types (#5939)Darren Wihandi2024-12-26
* Bit extract (#5847)kaizhangNV2024-12-12
* WGSL: Fix issue where global calls are generated (#5768)Anders Leino2024-12-12
* Fix crash during emitCast of attributed type, allow MaxIters to take linktime...Yong He2024-12-09
* Add datalayout for constant buffers. (#5608)Yong He2024-11-21
* Embed core module in wasm build. (#5569)Yong He2024-11-15
* Push buffer load to end of access chain. (#5544)Yong He2024-11-12
* [WGSL] Enable arbitrary arrays in uniform buffers. (#5497)Yong He2024-11-06
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* Various WGSL fixes. (#5490)Yong He2024-11-04
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Assorted auto-diff enhancements for increased performance & more streamlined ...Sai Praveen Bangaru2024-10-28
* Use DebugDeclare instead of DebugValue. (#5404)Yong He2024-10-24
* Fix spirv codegen for pointer to empty structs. (#5355)Yong He2024-10-21
* Cleanup atomic intrinsics. (#5324)Yong He2024-10-17
* Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska2024-10-15
* Fix spirv lowering logic around pointer to unsized array. (#5243)Yong He2024-10-09
* Fix the broken CI (#5216)Jay Kwak2024-10-02
* Initial `Atomic<T>` type implementation. (#5125)Yong He2024-09-20
* Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru2024-09-19
* Report AD checkpoint contexts (#5058)venkataram-nv2024-09-18
* Initial -embed-spirv support (#4974)cheneym22024-09-05
* Support `where` clause and type equality constraint. (#4986)Yong He2024-09-05
* Metal: Mesh Shaders (#4280)Dynamitos2024-08-28
* Make tuple types work in autodiff. (#4923)Yong He2024-08-28
* Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He2024-08-23
* Remove using SpvStorageClass values casted into AddressSpace values (#4861)Ellie Hermaszewska2024-08-19
* Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He2024-08-19
* Variadic Generics Part 2: IR lowering and specialization. (#4849)Yong He2024-08-18
* Initial support for precompiled DXIL in slang-modules (#4755)cheneym22024-08-05
* Fixes for Metal ParameterBlock support. (#4752)Yong He2024-07-30
* Allow passing sized array to unsized array parameter. (#4744)Yong He2024-07-26
* Overhaul IR lowering of pointer types. (#4710)Yong He2024-07-25
* Add generic descriptor indexing intrinsic (#4389)dubiousconst2822024-07-24
* Fixes to Metal Input parameters and Output value input/output semantics (#4536)ArielG-NV2024-07-10
* Expand upon existing `ImageSubscript` support (Metal, GLSL, SPIRV) (#4408)ArielG-NV2024-06-26
* Add case to `emitVectorReshape` for when using a `vector<M, N>` type with `T`...ArielG-NV2024-06-24
* Metal: misc fixes and enable more tests. (#4374)Yong He2024-06-13
* Prevent hoisting of non-hoistable instructions in non-function values with ...Ellie Hermaszewska2024-06-01
* Support different SPIRV versions. (#4254)Yong He2024-06-01
* RasterizerOrder resource for spirv and metal. (#4175)Yong He2024-05-16
* Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV2024-05-16
* Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)Yong He2024-05-14