summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Fix issue with specialization using arithmetic expressions (#6084)Sai Praveen Bangaru2025-01-14
* Fix documentation on DescriptorHandle. (#6062)Yong He2025-01-14
* Implement specialization constant support in numthreads / local_size (#5963)Julius Ikkala2025-01-14
* Fix #5354, change diagnostic definition error message and expect output in te...wij2025-01-14
* update slang-rhi + fix nvrtc options (#6080)Simon Kallweit2025-01-14
* Fix inaccurate documentation in member function mutability. (#6065)Entropy Lost2025-01-14
* Fix simplify if-else (#6077)cheneym22025-01-14
* Don't initialize temp var for out parameters. (#6076)Sai Praveen Bangaru2025-01-13
* Find OptiX headers (#6071)Simon Kallweit2025-01-13
* Fix CUDA reflection for acceleration structure handle size. (#6055)Yong He2025-01-10
* Fix `markNonContextParamsAsSideEffectFree`. (#6054)Yong He2025-01-10
* Add overload for select to handle Optional<T> (#6022)mTvare2025-01-10
* WGSL: Convert signed vector shift amounts to unsigned (#6023)Anders Leino2025-01-10
* Fix potential test failures due to SPIRV validation failure (#6047)Jay Kwak2025-01-10
* Fix Metal type layout reflection for nested parameter blocks. (#6042)Yong He2025-01-10
* Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He2025-01-10
* Add exhaustive associativity test for WGSL (#6056)Anders Leino2025-01-10
* Add CalculateLevelOfDetail* overloads for comparison samplers (#6018)Darren Wihandi2025-01-09
* Support a storage class, NodePayloadAMDX, for SPIRV work-graphs (#6052)Jay Kwak2025-01-09
* `[[shader_record]] / [[push_constant]]` Param Annotations Proposal (#6053)Nathan V. Morrical2025-01-09
* Fix implicit string conversion breaking NativeStrings (#6035)Julius Ikkala2025-01-10
* Upgrade actions/upload-artifact from v3 to v4 (#6051)Jay Kwak2025-01-09
* [Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru2025-01-09
* update slang-rhi (#6045)Simon Kallweit2025-01-09
* Pass compiler specific args to GCC and Visual Studio too (#6019)Julius Ikkala2025-01-08
* Add parentheses to make precedence explicit (#6030)Anders Leino2025-01-08
* Add SampleCmpLevel intrinsics (#6004)Darren Wihandi2025-01-08
* slang-test: Ensure runtime is consistent (#6021)Anders Leino2025-01-08
* Add backtraces to examples (#5973)Anders Leino2025-01-07
* Lower varying parameters as pointers instead of SSA values. (#5919)Yong He2025-01-07
* Check whether array element is fully specialized (#6000)kaizhangNV2025-01-07
* Add example showing how to use Slang/WASM (#5996)Anders Leino2025-01-07
* Fix some robustness issues in the examples (#5984)Anders Leino2025-01-07
* Use disassemble API from SPIRV-Tools (#6001)Jay Kwak2025-01-07
* Properly set D3D12SDKPath (#5993)Jay Kwak2025-01-06
* Add `Bindless<T>` proposal. (#6002)Yong He2025-01-06
* Add support for textureLod with sampler2DArrayShadow (#6009)Julius Ikkala2025-01-06
* Fix GLSL mix(T,T,bool) SPIR-V output (#6006)Julius Ikkala2025-01-05
* CI: Build the full slang-wasm.[js|wasm] targets instead of just the slang lib...Anders Leino2025-01-05
* Make 'shared' keyword map to 'groupshared' in GLSL mode (#6003)Julius Ikkala2025-01-04
* Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)Yong He2025-01-03
* Fix parameter location reflection for pure data paramblocks. (#5956)Yong He2025-01-03
* Correct IR generation for no-diff pointer type (#5976)kaizhangNV2025-01-02
* Allow explicit test root (#5980)bspeice2025-01-01
* Fixed incorrect condition in Session::queryInterface. (#5978)Pétur Darri Pétursson2025-01-01
* add missing IR_LEAF_ISA for MetalMeshType (#5975)Darren Wihandi2024-12-31
* Fix reflection for metal vector [[id]] location. (#5943)Yong He2025-01-01
* Add terminateRayEXT & ignoreIntersectionEXT (#5974)Julius Ikkala2024-12-31
* Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)Yong He2024-12-31
* Check for undefined %id in spirv_asm block. (#5966)Yong He2024-12-30