summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-12-30Fix requirement candidate lookup to prefer decls in the same paraent as the i...Yong He
2024-12-28Implement HLSL pack/unpack math intrinsics (#5934)Darren Wihandi
2024-12-26Add packed 8bit builtin types (#5939)Darren Wihandi
2024-12-21Fixed stage and result field names in json reflection (#5927)Stan
2024-12-20Check subscript/property accessor for differentiability. (#5922)Yong He
2024-12-20Fix crash during loop unrolling. (#5920)Yong He
2024-12-19Add base vertex and base instance system values (#5918)Darren Wihandi
2024-12-19Enable more examples in CI (#5915)Anders Leino
2024-12-19Add HLSL texture sample with status intrinsics (#5901)Darren Wihandi
2024-12-19Report error when generated spirv is empty. (#5899)Yong He
2024-12-19Refresh list of failing examples (#5904)Anders Leino
2024-12-18Check decl nesting for namespaces. (#5910)Yong He
2024-12-18Support explicit `[vk::location(n)]` binding on metal/wgsl. (#5907)Yong He
2024-12-18Allow `Optional`, `Tuple` and `bool` to be used in varying input/output. (#5889)Yong He
2024-12-18Add slang example tests to CI (#5879)Anders Leino
2024-12-17Add verification logic on push and specialization constants. (#5887)Yong He
2024-12-17Implement bitcast for 64-bit date type (#5895)kaizhangNV
2024-12-16Support matrix negation in metal backend. (#5891)Yong He
2024-12-15Enable exprs for all supported GLSL layout qualifiers (#5857)Darren
2024-12-12Bit extract (#5847)kaizhangNV
2024-12-12WGSL: Fix issue where global calls are generated (#5768)Anders Leino
2024-12-11Fix language server check skipping when explicit module decl exists. (#5845)Yong He
2024-12-12Bump spirv-header/tools/glslang (#5834)Ellie Hermaszewska
2024-12-11Fix the logic to determine whether lower generic pass should run. (#5837)Yong He
2024-12-11Update SPIRV submodules (#5815)Jay Kwak
2024-12-11Fix anyvalue marshalling for matrix and 64 bit types. (#5827)Yong He
2024-12-10Enable WGSL tests that works for Metal related to Semantics (#5816)Jay Kwak
2024-12-10Enable exprs for GLSL binding layout qualifiers (#5807)Darren
2024-12-10Create scope for synthesized property decl. (#5817)Yong He
2024-12-10Fix a crash when search for files. (#5818)Yong He
2024-12-10Don't emit a warning when implicit casting from known in-range int lit to hal...Yong He
2024-12-10Fix parsing logic of for loops' initial statement. (#5813)Yong He
2024-12-09Add SV_DrawIndex. (#5787)Yong He
2024-12-09Allow pointers to existential values. (#5793)Yong He
2024-12-09Fix crash during emitCast of attributed type, allow MaxIters to take linktime...Yong He
2024-12-09Report error on nested functions. (#5792)Yong He
2024-12-09Fix crash on recursive types. (#5796)Yong He
2024-12-09Add Sampler*Shadow type aliases. (#5789)Yong He
2024-12-06Support specialization constant on WGSL and Metal. (#5780)Yong He
2024-12-06Implement explciit binding for metal and wgsl. (#5778)Yong He
2024-12-05Make fvk-invert-y work on mesh shader ouptuts. (#5760)Yong He
2024-12-04WGPU: Add new test and explanation for disabled test (#5731)Anders Leino
2024-12-03Add emit logic for `requirePrelude` inst. (#5735)Yong He
2024-12-03Add intrinsics for aligned load/store. (#5736)Yong He
2024-12-03Remove dump-intermediates flag (#5729)Sai Praveen Bangaru
2024-12-03Conform non-suffixed integer literals (#5717)Darren Wihandi
2024-12-02Varying inputs and outputs for wgsl (#5669)Ellie Hermaszewska
2024-11-29Emit OpExecutionMode SpacingEqual for Domain stage (#5696)Jay Kwak
2024-11-29Explain why tests/autodiff/diff-ptr-type-array.slang is disabled for WGPU (#5...Anders Leino
2024-11-29Support nonuniformEXT for GLSL (#5695)Jay Kwak