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
Age
Commit message (
Expand
)
Author
2024-12-09
Allow pointers to existential values. (#5793)
Yong He
2024-12-09
Fix crash during emitCast of attributed type, allow MaxIters to take linktime...
Yong He
2024-12-09
Report error on nested functions. (#5792)
Yong He
2024-12-09
Fix crash on recursive types. (#5796)
Yong He
2024-12-09
Add Sampler*Shadow type aliases. (#5789)
Yong He
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-05
Make fvk-invert-y work on mesh shader ouptuts. (#5760)
Yong He
2024-12-04
WGPU: Add new test and explanation for disabled test (#5731)
Anders Leino
2024-12-03
Add emit logic for `requirePrelude` inst. (#5735)
Yong He
2024-12-03
Add intrinsics for aligned load/store. (#5736)
Yong He
2024-12-03
Remove dump-intermediates flag (#5729)
Sai Praveen Bangaru
2024-12-03
Conform non-suffixed integer literals (#5717)
Darren Wihandi
2024-12-02
Varying inputs and outputs for wgsl (#5669)
Ellie Hermaszewska
2024-11-29
Emit OpExecutionMode SpacingEqual for Domain stage (#5696)
Jay Kwak
2024-11-29
Explain why tests/autodiff/diff-ptr-type-array.slang is disabled for WGPU (#5...
Anders Leino
2024-11-29
Support nonuniformEXT for GLSL (#5695)
Jay Kwak
2024-11-29
Add missing WGSL intrinsics to test (#5663)
Ellie Hermaszewska
2024-11-28
Update Slang-RHI/slang (#5701)
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
Fix issue where inter-stage parameters without semantics don't get location a...
Anders Leino
2024-11-25
wgsl: 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-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
Add datalayout for constant buffers. (#5608)
Yong He
2024-11-21
Enable some rendering tests (#5623)
Anders Leino
2024-11-21
Refresh of disabled WGPU tests (#5614)
Anders Leino
2024-11-20
Change how DeclRef::toText works (#5592)
Sai Praveen Bangaru
2024-11-20
Add Matrix overload for exp10() core lib function (#5620)
bprb
2024-11-20
Enable WGPU texture sampling test (#5617)
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-19
Fix wgsl legalization around __ref parameter. (#5597)
Yong He
2024-11-19
Fix specialization constant miscompile in glsl mode. (#5568)
Yong He
2024-11-18
Remove "GL_EXT_samplerless_texture_functions" from combined sampler functions...
Yong He
2024-11-18
Add `IDifferentiablePtrType` support for arrays (#5576)
Sai Praveen Bangaru
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-12
Push buffer load to end of access chain. (#5544)
Yong He
2024-11-11
Transfer offset decorations when legalizing laid-out structs (#5525)
Anders Leino
2024-11-08
Require GL_EXT_samplerless_texture_functions only if needed (#5527)
cheneym2
2024-11-07
Fix user-attribute-lookup wgpu crash (#5510)
cheneym2
2024-11-07
Enable a bunch of WGPU tests (#5513)
Anders Leino
2024-11-07
Fix CUDA prelude for makeMatrix (#5509)
Yong He
2024-11-06
Fix IntVal unification logic to insert type casts + buffer element lowering r...
Yong He
[next]