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
/
source
/
slang
/
slang-check-decl.cpp
Commit message (
Expand
)
Author
Age
*
format
Ellie Hermaszewska
2024-10-29
*
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-28
*
Fix language server crash. (#5395)
Yong He
2024-10-24
*
Misc build fixes. (#5271)
Yong He
2024-10-14
*
Fix spirv lowering logic around pointer to unsized array. (#5243)
Yong He
2024-10-09
*
Refactor the code for synthesizing the body of constructor (#5231)
kaizhangNV
2024-10-06
*
Support custom derivatives of member functions of differentiable types (#5124)
Sai Praveen Bangaru
2024-10-03
*
Move texture format inference to frontend and add reflection api for it. (#5155)
Yong He
2024-09-26
*
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-19
*
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-18
*
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
*
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-09-04
*
Support extension on generic type. (#4968)
Yong He
2024-08-30
*
Allow capabilities to be used with `[shader("...")]` (#4928)
ArielG-NV
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
*
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-14
*
Allow a enum case to reference a previously defined value. (#4768)
Yong He
2024-08-01
*
Fix around extensions and `IDifferentiable` requirement synthesis. (#4729)
Yong He
2024-07-25
*
Add generic descriptor indexing intrinsic (#4389)
dubiousconst282
2024-07-24
*
Fix checking of var with matrix layout modifier. (#4737)
Yong He
2024-07-24
*
Simplify `CapabilitySet` Diagnostic Printing (#4678)
ArielG-NV
2024-07-23
*
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-18
*
Fix issue with synthesized `__init` methods not getting added to witness tabl...
Sai Praveen Bangaru
2024-07-16
*
Change IDefaultInitializableType to IDefaultInitializable (#4620)
ArielG-NV
2024-07-12
*
Various fixes around differentiable member associations `[DerivativeMember(<d...
Sai Praveen Bangaru
2024-07-10
*
Language server performance and document symbol fix. (#4561)
Yong He
2024-07-08
*
Emit errors when invalid capabilities are used (#4510)
ArielG-NV
2024-07-02
*
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-12
*
SPIRV `Block` decoration fixes. (#4303)
Yong He
2024-06-08
*
Improve compile time performance. (#3857)
Yong He
2024-05-29
*
Add `-minimum-slang-optimization` to favor compile time. (#4186)
Yong He
2024-05-17
*
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-16
*
Add diagnostic to prevent defining unsized variables. (#4168)
Yong He
2024-05-15
*
Support `[__ref]` attribute to make `this` pass by reference. (#4139)
Yong He
2024-05-08
*
Handle case where types can be used as their own `Differential` type. (#4057)
Sai Praveen Bangaru
2024-05-02
*
Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)
Sai Praveen Bangaru
2024-04-30
*
Silent compiler warning about missing override keywords (#4018)
Jay Kwak
2024-04-24
*
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-23
[next]