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
*
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
*
Initial pass to add capability declarations to stdlib intrinsics. (#3912)
ArielG-NV
2024-04-19
*
add `-ignore-capabilities` flag (#3984)
ArielG-NV
2024-04-19
*
Fix for unscoped enums circular reference causing an error, #3959 (#3962)
ArielG-NV
2024-04-16
*
Init expressions for struct fields support, #3738 (#3907)
ArielG-NV
2024-04-16
*
[GFX] Fix d3d12 buffer view creation logic for StructuredBuffers. (#3954)
Yong He
2024-04-15
*
Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...
ArielG-NV
2024-04-03
*
Allow enum values to be used as generic arguments. (#3874)
Yong He
2024-04-02
*
Allow bit operators on enum types. (#3862)
Yong He
2024-04-01
*
Allow var/param names to be the same as type name. (#3850)
Yong He
2024-03-27
*
Fix lookup to prevent finding `typedef` itself. (#3848)
Yong He
2024-03-27
*
Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...
ArielG-NV
2024-03-26
*
Allow anonymous struct. (#3822)
Yong He
2024-03-23
*
Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)
Yong He
2024-03-23
*
Mesh shader refactoring and bugfixes (#3702)
Ellie Hermaszewska
2024-03-14
*
Add diagnostic on invalid type constraint. (#3769)
Yong He
2024-03-14
*
Fix side effect checking around storage buffer type. (#3762)
Yong He
2024-03-13
*
Add wrapper type synthesis logic for constructors. (#3756)
Yong He
2024-03-13
*
Link-time specialization fixes. (#3734)
Yong He
2024-03-11
*
Enhance link-time type test. (#3724)
Yong He
2024-03-08
*
Link-time constant and linkage API improvements. (#3708)
Yong He
2024-03-07
*
Implement short-circuit logic operator (#3635)
kaizhangNV
2024-03-04
*
Add support for bitfields (#3639)
Ellie Hermaszewska
2024-03-01
*
Allow default values for `extern` symbols. (#3632)
Yong He
2024-02-26
*
Add slangc interface to compile and use ir modules. (#3615)
Yong He
2024-02-23
[next]