index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
language-feature
Commit message (
Expand
)
Author
Age
*
Use disassemble API from SPIRV-Tools (#6001)
Jay Kwak
2025-01-07
*
Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)
Yong He
2024-12-31
*
Check mismatching method parameter direction against interface declaration. (...
Yong He
2024-12-30
*
Fix requirement candidate lookup to prefer decls in the same paraent as the i...
Yong He
2024-12-30
*
Bit extract (#5847)
kaizhangNV
2024-12-12
*
WGSL: Fix issue where global calls are generated (#5768)
Anders Leino
2024-12-12
*
Fix anyvalue marshalling for matrix and 64 bit types. (#5827)
Yong He
2024-12-11
*
Fix a crash when search for files. (#5818)
Yong He
2024-12-10
*
Fix parsing logic of for loops' initial statement. (#5813)
Yong He
2024-12-10
*
Fix crash during emitCast of attributed type, allow MaxIters to take linktime...
Yong He
2024-12-09
*
Implement explciit binding for metal and wgsl. (#5778)
Yong He
2024-12-06
*
wgsl: signedness mismatch fixes (#5692)
Anders Leino
2024-11-28
*
wgsl: Conditionally enable some tests based on 'half' support (#5694)
Anders Leino
2024-11-28
*
WGSL: Fix issue where swizzle L-values are generated (#5682)
Anders Leino
2024-11-26
*
Don't treat StrcturedBuffer<IFoo> as a specializable param. (#5645)
Yong He
2024-11-22
*
Refresh of disabled WGPU tests (#5614)
Anders Leino
2024-11-21
*
Enable a bunch of WGPU tests (#5513)
Anders Leino
2024-11-07
*
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
*
Various WGSL fixes. (#5490)
Yong He
2024-11-04
*
Allow enum cases to be used in attribute arguments. (#5478)
Yong He
2024-11-02
*
Revert uint<->int implicit cast cost to prefer promotion to unsigned. (#5480)
Yong He
2024-11-02
*
Enable a few more WGPU tests (#5476)
Anders Leino
2024-11-01
*
Add implicit cast for generic vector types. (#5413)
Yong He
2024-10-27
*
Properly check switch case. (#5341)
Yong He
2024-10-20
*
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-10-15
*
Support constant folding for static array access. (#5248)
Yong He
2024-10-09
*
Fix crash when compiling associatedtypes with generic interface constraints. ...
Yong He
2024-10-01
*
Fix handling of pointer logic in wgsl backend. (#5129)
Yong He
2024-09-20
*
Initial `Atomic<T>` type implementation. (#5125)
Yong He
2024-09-20
*
Synthesize conformance for generic requirements. (#5111)
Yong He
2024-09-19
*
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-18
*
Disambiguate subscript decls by preferring the one with more accessors. (#5046)
Yong He
2024-09-10
*
Specialize existential return types when possible. (#5044)
Yong He
2024-09-10
*
Fix inccorect dropping of declref during Unification of DeclaredSubtypeWitnes...
Yong He
2024-09-10
*
Support entrypoints defined in a namespace. (#5011)
Yong He
2024-09-05
*
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-09-05
*
Respect matrix layout in uniform and in/out parameters for HLSL target. (#5013)
Yong He
2024-09-05
*
Fix extension override behavior, and disallow extension on interface types. (...
Yong He
2024-09-04
*
Support extension on generic type. (#4968)
Yong He
2024-08-30
*
Support specialization constants. (#4963)
Yong He
2024-08-30
*
Make sure `NullDifferential` and its witness are removed after autodiff. (#4958)
Yong He
2024-08-28
*
Fix partial inference of variadic generic functions. (#4956)
Yong He
2024-08-28
*
Allow capabilities to be used with `[shader("...")]` (#4928)
ArielG-NV
2024-08-28
*
Make tuple types work in autodiff. (#4923)
Yong He
2024-08-28
*
Add functor syntax support. (#4926)
Yong He
2024-08-27
*
Make variadic generics work with interfaces and forward autodiff. (#4905)
Yong He
2024-08-23
*
Support dependent generic constraints. (#4870)
Yong He
2024-08-20
*
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-19
*
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-08-18
[next]