summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-13Find OptiX headers (#6071)Simon Kallweit
2025-01-10Fix CUDA reflection for acceleration structure handle size. (#6055)Yong He
2025-01-10Fix `markNonContextParamsAsSideEffectFree`. (#6054)Yong He
2025-01-10Add overload for select to handle Optional<T> (#6022)mTvare
2025-01-10WGSL: Convert signed vector shift amounts to unsigned (#6023)Anders Leino
2025-01-10Fix potential test failures due to SPIRV validation failure (#6047)Jay Kwak
2025-01-10Fix Metal type layout reflection for nested parameter blocks. (#6042)Yong He
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2025-01-10Add exhaustive associativity test for WGSL (#6056)Anders Leino
2025-01-09Add CalculateLevelOfDetail* overloads for comparison samplers (#6018)Darren Wihandi
2025-01-09Support a storage class, NodePayloadAMDX, for SPIRV work-graphs (#6052)Jay Kwak
2025-01-09`[[shader_record]] / [[push_constant]]` Param Annotations Proposal (#6053)Nathan V. Morrical
2025-01-10Fix implicit string conversion breaking NativeStrings (#6035)Julius Ikkala
2025-01-09Upgrade actions/upload-artifact from v3 to v4 (#6051)Jay Kwak
2025-01-09[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru
2025-01-09update slang-rhi (#6045)Simon Kallweit
2025-01-08Pass compiler specific args to GCC and Visual Studio too (#6019)Julius Ikkala
2025-01-08Add parentheses to make precedence explicit (#6030)Anders Leino
2025-01-08Add SampleCmpLevel intrinsics (#6004)Darren Wihandi
2025-01-08slang-test: Ensure runtime is consistent (#6021)Anders Leino
2025-01-07Add backtraces to examples (#5973)Anders Leino
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2025-01-07 Check whether array element is fully specialized (#6000)kaizhangNV
2025-01-07Add example showing how to use Slang/WASM (#5996)Anders Leino
2025-01-07Fix some robustness issues in the examples (#5984)Anders Leino
2025-01-07Use disassemble API from SPIRV-Tools (#6001)Jay Kwak
2025-01-06Properly set D3D12SDKPath (#5993)Jay Kwak
2025-01-06Add `Bindless<T>` proposal. (#6002)Yong He
2025-01-06Add support for textureLod with sampler2DArrayShadow (#6009)Julius Ikkala
2025-01-05Fix GLSL mix(T,T,bool) SPIR-V output (#6006)Julius Ikkala
2025-01-05CI: Build the full slang-wasm.[js|wasm] targets instead of just the slang lib...Anders Leino
2025-01-04Make 'shared' keyword map to 'groupshared' in GLSL mode (#6003)Julius Ikkala
2025-01-03Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)Yong He
2025-01-03Fix parameter location reflection for pure data paramblocks. (#5956)Yong He
2025-01-02Correct IR generation for no-diff pointer type (#5976)kaizhangNV
2025-01-01Allow explicit test root (#5980)bspeice
2025-01-01Fixed incorrect condition in Session::queryInterface. (#5978)Pétur Darri Pétursson
2024-12-31add missing IR_LEAF_ISA for MetalMeshType (#5975)Darren Wihandi
2025-01-01Fix reflection for metal vector [[id]] location. (#5943)Yong He
2024-12-31Add terminateRayEXT & ignoreIntersectionEXT (#5974)Julius Ikkala
2024-12-31Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)Yong He
2024-12-30Check for undefined %id in spirv_asm block. (#5966)Yong He
2024-12-30LanguageServer: fix highlighting of wrapper type. (#5968)Yong He
2024-12-30Add `RaytracingAccelerationStructure::__init(uint64_t)`. (#5967)Yong He
2024-12-30Check mismatching method parameter direction against interface declaration. (...Yong He
2024-12-30Fix requirement candidate lookup to prefer decls in the same paraent as the i...Yong He
2024-12-30Add a basic WebGPU example (#5923)Anders Leino
2024-12-30Skip uninitialized-use warning on hitAttributeEXT-decorated globals (#5952)Julius Ikkala
2024-12-29Prevent constant folding for specialization constants (#5953)Julius Ikkala
2024-12-28Implement HLSL pack/unpack math intrinsics (#5934)Darren Wihandi