index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
expected-failure-github.txt
Age
Commit message (
Expand
)
Author
2025-07-27
Fix failing CoopVec tests (#7937)
Jay Kwak
2025-07-16
Document why failing VVL coop-vec tests cannot be enabled & minor cleanup/bug...
ArielG-NV
2025-07-03
Remove a test from expected-failure-github for MacOS (#7526)
Jay Kwak
2025-06-27
Enable Vulkan Validation Layer in CI (#7543)
Gangzheng Tong
2025-06-05
Implement isnan and isinf for WGSL with bitwise operations (#7344)
Jay Kwak
2025-05-02
Disable an always failing test, partial resident test with dx12 (#6983)
Jay Kwak
2025-04-24
update slang-rhi (#6587)
Simon Kallweit
2025-02-28
Implement sparse texture Sample* intrinsics for SPIRV (#6377)
Darren Wihandi
2025-02-28
Add WaveGetLane* support for Metal and WGSL (#6371)
Darren Wihandi
2025-02-26
Fix precompiledTargetModule tests (#6455)
cheneym2
2025-02-20
HLSL: Add 'f' suffix to float literals in code generation (#6381)
Mukund Keshava
2025-02-11
Add raypayload decoration to ray payload structs (#6164)
Ellie Hermaszewska
2025-01-30
Support cooperative vector including Vulkan-Header (#6228)
Jay Kwak
2025-01-17
test-server should use d3d12core.dll from bin directory (#6095)
Jay Kwak
2024-12-12
WGSL: Fix issue where global calls are generated (#5768)
Anders Leino
2024-11-28
wgsl: signedness mismatch fixes (#5692)
Anders Leino
2024-11-28
wgsl: Conditionally enable some tests based on 'half' support (#5694)
Anders Leino
2024-11-26
WGSL: Fix issue where swizzle L-values are generated (#5682)
Anders Leino
2024-11-26
wgpu: Enable Metal-like legalization for byte addressible buffers (#5681)
Anders Leino
2024-11-25
Support interpolation modifiers for WGSL (#5641)
Anders Leino
2024-11-25
wgsl: Fix field semantics even if input struct doesn't need flattening (#5642)
Anders Leino
2024-11-21
Enable some rendering tests (#5623)
Anders Leino
2024-11-21
Refresh of disabled WGPU tests (#5614)
Anders Leino
2024-11-20
Fix WGPU test by provding TEST_INPUT for outputBuffer (#5611)
Anders Leino
2024-11-20
WGSL: Support isnan, isinf, etc.. (#5609)
Anders Leino
2024-11-13
Various fixes to enable some WGSL graphics tests (#5548)
Anders Leino
2024-11-11
Transfer offset decorations when legalizing laid-out structs (#5525)
Anders Leino
2024-11-07
Enable a bunch of WGPU tests (#5513)
Anders Leino
2024-11-06
Fix IntVal unification logic to insert type casts + buffer element lowering r...
Yong He
2024-11-06
Fix WGSL parameter block binding. (#5500)
Yong He
2024-11-06
[WGSL] Enable arbitrary arrays in uniform buffers. (#5497)
Yong He
2024-11-06
Make various parameters and return types require specialization when targetin...
Anders Leino
2024-11-05
Fix issue of infinity float literal (#5489)
kaizhangNV
2024-11-05
Update slang-rhi and fix error handling (#5485)
cheneym2
2024-11-05
Fixing the wrong implementation of some math intrinsic (#5491)
kaizhangNV
2024-11-01
Enable a few more WGPU tests (#5476)
Anders Leino
2024-11-01
Update Slang-RHI again to get more WGPU fixes (#5475)
Anders Leino
2024-10-15
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-10-07
Add WGSL support for slang-test (#5174)
Anders Leino
2024-07-31
Allow generic type deduction from ParameterBlock arguments. (#4766)
Yong He
2024-07-10
WIP Drop Premake (#3703)
Ellie Hermaszewska
2024-06-12
Enable full test on macos. (#4327)
Yong He
2023-12-08
WIP: CMake (#3326)
Ellie Hermaszewska
2023-09-12
Correctly identify the number of operands to image sampling operands in SPIR-...
Ellie Hermaszewska
2023-09-01
Fix github ci. (#3177)
Yong He