summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-11-29Support nonuniformEXT for GLSL (#5695)Jay Kwak
2024-11-29Add missing WGSL intrinsics to test (#5663)Ellie Hermaszewska
2024-11-28Update Slang-RHI/slang (#5701)Anders Leino
2024-11-28wgsl: signedness mismatch fixes (#5692)Anders Leino
2024-11-28wgsl: Conditionally enable some tests based on 'half' support (#5694)Anders Leino
2024-11-26WGSL: Fix issue where swizzle L-values are generated (#5682)Anders Leino
2024-11-26wgpu: Enable Metal-like legalization for byte addressible buffers (#5681)Anders Leino
2024-11-25Support interpolation modifiers for WGSL (#5641)Anders Leino
2024-11-25Fix issue where inter-stage parameters without semantics don't get location a...Anders Leino
2024-11-25wgsl: Fix field semantics even if input struct doesn't need flattening (#5642)Anders Leino
2024-11-22[AD] Add support for resolving custom derivatives where generic parameters ca...Sai Praveen Bangaru
2024-11-22Don't treat StrcturedBuffer<IFoo> as a specializable param. (#5645)Yong He
2024-11-22Add explanation for disabled WGPU tests (#5628)Anders Leino
2024-11-21Add datalayout for constant buffers. (#5608)Yong He
2024-11-21Enable some rendering tests (#5623)Anders Leino
2024-11-21Refresh of disabled WGPU tests (#5614)Anders Leino
2024-11-20Change how DeclRef::toText works (#5592)Sai Praveen Bangaru
2024-11-20Add Matrix overload for exp10() core lib function (#5620)bprb
2024-11-20Enable WGPU texture sampling test (#5617)Anders Leino
2024-11-20Fix WGPU test by provding TEST_INPUT for outputBuffer (#5611)Anders Leino
2024-11-20WGSL: Support isnan, isinf, etc.. (#5609)Anders Leino
2024-11-19Fix wgsl legalization around __ref parameter. (#5597)Yong He
2024-11-19Fix specialization constant miscompile in glsl mode. (#5568)Yong He
2024-11-18Remove "GL_EXT_samplerless_texture_functions" from combined sampler functions...Yong He
2024-11-18Add `IDifferentiablePtrType` support for arrays (#5576)Sai Praveen Bangaru
2024-11-14Insert some casts for WGSL texture attribute queries (#5560)Anders Leino
2024-11-13Various fixes to enable some WGSL graphics tests (#5548)Anders Leino
2024-11-12Push buffer load to end of access chain. (#5544)Yong He
2024-11-11Transfer offset decorations when legalizing laid-out structs (#5525)Anders Leino
2024-11-08Require GL_EXT_samplerless_texture_functions only if needed (#5527)cheneym2
2024-11-07Fix user-attribute-lookup wgpu crash (#5510)cheneym2
2024-11-07Enable a bunch of WGPU tests (#5513)Anders Leino
2024-11-07Fix CUDA prelude for makeMatrix (#5509)Yong He
2024-11-06Fix IntVal unification logic to insert type casts + buffer element lowering r...Yong He
2024-11-06Fix WGSL parameter block binding. (#5500)Yong He
2024-11-06[WGSL] Enable arbitrary arrays in uniform buffers. (#5497)Yong He
2024-11-06Make various parameters and return types require specialization when targetin...Anders Leino
2024-11-05Legalize the Entry-point for WGSL (#5498)Jay Kwak
2024-11-05Fix system semantics of SV_GroupIndex (#5496)kaizhangNV
2024-11-05Fix issue of infinity float literal (#5489)kaizhangNV
2024-11-05Update slang-rhi and fix error handling (#5485)cheneym2
2024-11-05Fixing the wrong implementation of some math intrinsic (#5491)kaizhangNV
2024-11-04Various WGSL fixes. (#5490)Yong He
2024-11-02Allow enum cases to be used in attribute arguments. (#5478)Yong He
2024-11-02Revert uint<->int implicit cast cost to prefer promotion to unsigned. (#5480)Yong He
2024-11-01Enable a few more WGPU tests (#5476)Anders Leino
2024-11-01Update Slang-RHI again to get more WGPU fixes (#5475)Anders Leino
2024-10-30Constant-fold for the type-casting in switch-case labels (#5436)Jay Kwak
2024-10-30Write only texture types. (#5454)Yong He
2024-10-29Precompiled SPIR-V import support (#5048)cheneym2