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
/
compute
Age
Commit message (
Expand
)
Author
2025-04-24
update slang-rhi (#6587)
Simon Kallweit
2025-04-12
Add slang-test check for D3D11 double support (#6761)
aidanfnv
2025-04-01
Add GetDimensions support for CUDA (#6718)
Mukund Keshava
2025-03-17
Add error diagnostic vectors and matrices with disallowed element types (#6596)
Anders Leino
2025-03-12
Migrate render-test away from deprecated compile request API (#6514)
Anders Leino
2025-03-06
Update SPIRV-Tools and fix new validation errors. (#6511)
Yong He
2025-02-28
Prepare for render test api migration (#6498)
Anders Leino
2025-02-27
update slang-rhi (shader object refactor) (#6251)
Simon Kallweit
2025-02-07
Use and() and or() functions for logical-AND and OR (#6310)
Jay Kwak
2025-02-05
Feature/initialize list side branch (#6058)
kaizhangNV
2025-01-15
Implement AnyValue marshalling for 8-bit integers (#6059)
Julius Ikkala
2025-01-10
Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)
Yong He
2024-12-17
Implement bitcast for 64-bit date type (#5895)
kaizhangNV
2024-12-06
Support specialization constant on WGSL and Metal. (#5780)
Yong He
2024-12-06
Implement explciit binding for metal and wgsl. (#5778)
Yong He
2024-12-04
WGPU: Add new test and explanation for disabled test (#5731)
Anders Leino
2024-12-02
Varying inputs and outputs for wgsl (#5669)
Ellie Hermaszewska
2024-11-22
Don't treat StrcturedBuffer<IFoo> as a specializable param. (#5645)
Yong He
2024-11-22
Add explanation for disabled WGPU tests (#5628)
Anders Leino
2024-11-21
Refresh of disabled WGPU tests (#5614)
Anders Leino
2024-11-20
Enable WGPU texture sampling test (#5617)
Anders Leino
2024-11-14
Insert some casts for WGSL texture attribute queries (#5560)
Anders Leino
2024-11-13
Various fixes to enable some WGSL graphics tests (#5548)
Anders Leino
2024-11-07
Enable a bunch of WGPU tests (#5513)
Anders Leino
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
Legalize the Entry-point for WGSL (#5498)
Jay Kwak
2024-11-05
Fix system semantics of SV_GroupIndex (#5496)
kaizhangNV
2024-11-02
Revert uint<->int implicit cast cost to prefer promotion to unsigned. (#5480)
Yong He
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-17
Cleanup atomic intrinsics. (#5324)
Yong He
2024-10-15
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-10-11
WGSL: Enable load & store from byte-addressible buffers (#5252)
Anders Leino
2024-10-08
WGSL emitter: Specify private address space for global non-handle variable de...
Anders Leino
2024-10-07
Add WGSL support for slang-test (#5174)
Anders Leino
2024-09-05
Respect matrix layout in uniform and in/out parameters for HLSL target. (#5013)
Yong He
2024-08-30
Draft: integrate slang-rhi (#4970)
Simon Kallweit
2024-08-14
Do not zero-initialize groupshared and rayquery variables (#4838)
ArielG-NV
2024-08-14
Issue/legalize resource (#4769)
kaizhangNV
2024-08-06
Support an Upper-case variant of [NumThreads] and [Shader] (#4780)
Jay Kwak
2024-07-19
Support parameter block in metal shader objects. (#4671)
Yong He
2024-07-18
Allow CPP/CUDA/Metal to lower/legalize buffer-elements to support column_majo...
ArielG-NV
2024-07-18
Warnings for uninitialized fields in constructors (#4680)
venkataram-nv
2024-07-16
Warnings function parameters (#4626)
venkataram-nv
2024-07-16
Fix issue with synthesized `__init` methods not getting added to witness tabl...
Sai Praveen Bangaru
2024-07-12
use `nullptr' for IRStructKey with `IRDerivativeMemberDecoration` (#4623)
ArielG-NV
2024-07-10
Fix lowering of associated types and synthesis of dispatch functions. (#4568)
Sai Praveen Bangaru
2024-07-10
Implement non member function atomic texture support (#4544)
ArielG-NV
[next]