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
/
language-feature
Age
Commit message (
Expand
)
Author
2024-10-27
Add implicit cast for generic vector types. (#5413)
Yong He
2024-10-20
Properly check switch case. (#5341)
Yong He
2024-10-15
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-10-09
Support constant folding for static array access. (#5248)
Yong He
2024-10-01
Fix crash when compiling associatedtypes with generic interface constraints. ...
Yong He
2024-09-20
Fix handling of pointer logic in wgsl backend. (#5129)
Yong He
2024-09-20
Initial `Atomic<T>` type implementation. (#5125)
Yong He
2024-09-19
Synthesize conformance for generic requirements. (#5111)
Yong He
2024-09-18
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-10
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-05
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-04
Fix extension override behavior, and disallow extension on interface types. (...
Yong He
2024-08-30
Support extension on generic type. (#4968)
Yong He
2024-08-30
Support specialization constants. (#4963)
Yong He
2024-08-28
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-27
Add functor syntax support. (#4926)
Yong He
2024-08-23
Make variadic generics work with interfaces and forward autodiff. (#4905)
Yong He
2024-08-20
Support dependent generic constraints. (#4870)
Yong He
2024-08-19
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-18
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-08-14
Do not zero-initialize groupshared and rayquery variables (#4838)
ArielG-NV
2024-08-12
Warn when inout parameter is never written (#4777)
venkataram-nv
2024-08-01
Allow a enum case to reference a previously defined value. (#4768)
Yong He
2024-08-01
Perform type legalization on StructuredBuffer element. (#4767)
Yong He
2024-08-01
Allow implicit 'uniform' entrypoint parameters. (#4765)
Yong He
2024-07-31
Allow generic type deduction from ParameterBlock arguments. (#4766)
Yong He
2024-07-31
Fix IR lowering for generic interface types. (#4761)
Yong He
2024-07-30
Fix invalid code generation for when using nested resource specialization (#4...
ArielG-NV
2024-07-26
Allow passing sized array to unsized array parameter. (#4744)
Yong He
2024-07-25
Add `_Internal`/`External` atom enforcement and validation. (#4702)
ArielG-NV
2024-07-25
Allow implicitly casting enum types to bool. (#4739)
Yong He
2024-07-23
Simplify `CapabilitySet` Diagnostic Printing (#4678)
ArielG-NV
2024-07-19
Support parameter block in metal shader objects. (#4671)
Yong He
2024-07-18
Warnings for uninitialized fields in constructors (#4680)
venkataram-nv
2024-07-18
Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...
ArielG-NV
2024-07-16
Warnings function parameters (#4626)
venkataram-nv
2024-07-12
Change IDefaultInitializableType to IDefaultInitializable (#4620)
ArielG-NV
2024-07-11
Fix incorrect codegen when returning initializer list as existential value. (...
Yong He
2024-07-02
Emit errors when invalid capabilities are used (#4510)
ArielG-NV
2024-06-29
Nested initialization list in struct crash fix (#4491)
ArielG-NV
2024-06-27
Cache address-space-legalization of `kIROp_Store` (#4480)
ArielG-NV
2024-06-13
Implement for metal `SV_GroupIndex` (#4385)
ArielG-NV
2024-06-13
Metal: misc fixes and enable more tests. (#4374)
Yong He
[next]