index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-check-decl.cpp
Age
Commit message (
Expand
)
Author
2024-10-24
Fix language server crash. (#5395)
Yong He
2024-10-14
Misc build fixes. (#5271)
Yong He
2024-10-09
Fix spirv lowering logic around pointer to unsized array. (#5243)
Yong He
2024-10-06
Refactor the code for synthesizing the body of constructor (#5231)
kaizhangNV
2024-10-03
Support custom derivatives of member functions of differentiable types (#5124)
Sai Praveen Bangaru
2024-09-26
Move texture format inference to frontend and add reflection api for it. (#5155)
Yong He
2024-09-19
Add diagnostic to verify the left hand side of a generic constraint. (#5112)
Yong He
2024-09-19
Synthesize conformance for generic requirements. (#5111)
Yong He
2024-09-19
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-18
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
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
Preserve name in DeclRefExpr for correct highlighitng of `This`. (#4980)
Yong He
2024-09-04
Open existential on arguments after overload resolution. (#4982)
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-28
Allow capabilities to be used with `[shader("...")]` (#4928)
ArielG-NV
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-14
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-08-14
Do not zero-initialize groupshared and rayquery variables (#4838)
ArielG-NV
2024-08-01
Allow a enum case to reference a previously defined value. (#4768)
Yong He
2024-07-25
Fix around extensions and `IDifferentiable` requirement synthesis. (#4729)
Yong He
2024-07-24
Add generic descriptor indexing intrinsic (#4389)
dubiousconst282
2024-07-24
Fix checking of var with matrix layout modifier. (#4737)
Yong He
2024-07-23
Simplify `CapabilitySet` Diagnostic Printing (#4678)
ArielG-NV
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
Fix issue with synthesized `__init` methods not getting added to witness tabl...
Sai Praveen Bangaru
2024-07-12
Change IDefaultInitializableType to IDefaultInitializable (#4620)
ArielG-NV
2024-07-10
Various fixes around differentiable member associations `[DerivativeMember(<d...
Sai Praveen Bangaru
2024-07-08
Language server performance and document symbol fix. (#4561)
Yong He
2024-07-02
Emit errors when invalid capabilities are used (#4510)
ArielG-NV
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-06-12
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-06-08
SPIRV `Block` decoration fixes. (#4303)
Yong He
2024-05-29
Improve compile time performance. (#3857)
Yong He
2024-05-17
Add `-minimum-slang-optimization` to favor compile time. (#4186)
Yong He
2024-05-16
ignore capability system skips the capability pass 100% now (#4183)
ArielG-NV
2024-05-16
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-05-15
Add diagnostic to prevent defining unsized variables. (#4168)
Yong He
2024-05-08
Support `[__ref]` attribute to make `this` pass by reference. (#4139)
Yong He
2024-05-02
Handle case where types can be used as their own `Differential` type. (#4057)
Sai Praveen Bangaru
2024-04-30
Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)
Sai Praveen Bangaru
2024-04-24
Silent compiler warning about missing override keywords (#4018)
Jay Kwak
2024-04-23
Do not diagnose error when a symbols is defined as 'extern' and 'export' (#4010)
kaizhangNV
2024-04-23
use memberExpr instead of varExpr (#4008)
ArielG-NV
2024-04-19
Initial pass to add capability declarations to stdlib intrinsics. (#3912)
ArielG-NV
2024-04-19
add `-ignore-capabilities` flag (#3984)
ArielG-NV
[next]