summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2025-03-20Add -dump-module command to slangc (#6638)cheneym2
2025-03-20Make image format reflection easier (#6550)Devon
2025-03-19Output SPV_KHR_compute_shader_derivatives extension string instead of the NV ...Darren Wihandi
2025-03-19Add SPIRV atomic debug type (#6616)Darren Wihandi
2025-03-19Fix reinterpret and bitcast and generic arg parsing. (#6627)Yong He
2025-03-18Implement floating-point pack/unpack intrinsics for all targets (#6503)Darren Wihandi
2025-03-18Fix `IRVar` hoisting when its already in the right block. (#6626)Sai Praveen Bangaru
2025-03-17Add auto-diff support for `GetOffsetPtr` (#6625)Sai Praveen Bangaru
2025-03-17Fix crash when swizzling non-differentiable types (#6613)Sai Praveen Bangaru
2025-03-17Add error diagnostic vectors and matrices with disallowed element types (#6596)Anders Leino
2025-03-15Fix lowering of associated types in generic interfaces (#6600)Sai Praveen Bangaru
2025-03-14Implement GetDimensions for structured buffers on WGSL (#6609)Darren Wihandi
2025-03-13Add mesh shader output topology checks (#6592)Darren Wihandi
2025-03-12Migrate render-test away from deprecated compile request API (#6514)Anders Leino
2025-03-11Set the HLSL supported compiler version to 2018 (#6502)Tony (Atanas) Zlatinski
2025-03-11IR: Add SPIR-V disassembly for embedded downstream IR dumps (#6529)Mukund Keshava
2025-03-06Fix a bug in default ctor synthesizing (#6527)kaizhangNV
2025-03-06Fix lowering of `extern` types with defaults. (#6512)Yong He
2025-03-06Update SPIRV-Tools and fix new validation errors. (#6511)Yong He
2025-03-05Fix codegen bug when targeting PTX with new API (#6506)Anders Leino
2025-02-28Consolidate multiple inouts/outs into struct (#6435)Mukund Keshava
2025-02-28Allow partial specialization of existential arguments. (#6487)Yong He
2025-02-28Implement sparse texture Sample* intrinsics for SPIRV (#6377)Darren Wihandi
2025-02-28Add Slang-specific intrinsics for integer pack/unpack (#6459)Darren Wihandi
2025-02-28Add WaveGetLane* support for Metal and WGSL (#6371)Darren Wihandi
2025-02-28Prepare for render test api migration (#6498)Anders Leino
2025-02-28Fix member lookup in left hand side of `where` clause. (#6490)Yong He
2025-02-27Fix regression in float to bool conversion. (#6497)Yong He
2025-02-27update slang-rhi (shader object refactor) (#6251)Simon Kallweit
2025-02-27Add inner texture type to reflection json (#6416)Devon
2025-02-27Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)Yong He
2025-02-27Make capability diagnostic message more friendly. (#6474)Yong He
2025-02-27Allow `.member` syntax on vector and scalars. (#6424)Yong He
2025-02-27Fix overload resolution for `ModuleDeclarationDecl` (#6483)Sai Praveen Bangaru
2025-02-26Fix regression when using Atomic<T> in struct. (#6472)Yong He
2025-02-26Fix precompiledTargetModule tests (#6455)cheneym2
2025-02-26[SPIRV]: Emit missing storage class in atomic insts. (#6456)Yong He
2025-02-25Fix a bug with hoisting 'IRVar' insts that are used outside the loop (#6446)Sai Praveen Bangaru
2025-02-25Fix `UseGraph::replace` (#6395)Sai Praveen Bangaru
2025-02-24Clone name hint decoration when emiting Undefined (#6415)Jay Kwak
2025-02-24Legalize array size of SV_TessFactor and SV_InsideTessFactor (#6409)Jay Kwak
2025-02-23Improve performance when compiling small shaders. (#6396)Yong He
2025-02-20Fix gradient behavior for min() and max() functions at boundaries. When input...Sai Praveen Bangaru
2025-02-20Metal fix (#6413)kaizhangNV
2025-02-20HLSL: Add 'f' suffix to float literals in code generation (#6381)Mukund Keshava
2025-02-19Support for dynamic array of textures access for Texture footprint. (#6392)Jay Kwak
2025-02-19Force inline functions that takes InputPatch and OutputPatch (#6407)Jay Kwak
2025-02-19Fix issue with `clamp`'s derivatives at the boundary. (#6403)Sai Praveen Bangaru
2025-02-19Fix zero size array handling in slangc (#6399)Mukund Keshava
2025-02-19Add userAttribs to entryPoints in reflection JSON (#6366)David A Roberts