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-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
2024-04-16
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-15
[GFX] Fix d3d12 buffer view creation logic for StructuredBuffers. (#3954)
Yong He
2024-04-03
Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...
ArielG-NV
2024-04-02
Allow enum values to be used as generic arguments. (#3874)
Yong He
2024-04-01
Allow bit operators on enum types. (#3862)
Yong He
2024-03-27
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-26
Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...
ArielG-NV
2024-03-23
Allow anonymous struct. (#3822)
Yong He
2024-03-23
Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)
Yong He
2024-03-14
Mesh shader refactoring and bugfixes (#3702)
Ellie Hermaszewska
2024-03-14
Add diagnostic on invalid type constraint. (#3769)
Yong He
2024-03-13
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-11
Link-time specialization fixes. (#3734)
Yong He
2024-03-08
Enhance link-time type test. (#3724)
Yong He
2024-03-07
Link-time constant and linkage API improvements. (#3708)
Yong He
2024-03-04
Implement short-circuit logic operator (#3635)
kaizhangNV
2024-03-01
Add support for bitfields (#3639)
Ellie Hermaszewska
2024-02-26
Allow default values for `extern` symbols. (#3632)
Yong He
2024-02-23
Add slangc interface to compile and use ir modules. (#3615)
Yong He
2024-02-20
Language server robustness fix. (#3607)
Yong He
2024-02-20
Add wrapper type syntax for link time specialization. (#3606)
Yong He
2024-02-20
Support link time type specialization. (#3604)
Yong He
2024-02-20
Refactor compiler option representations. (#3598)
Yong He
2024-02-15
Support loading serialized modules. (#3588)
Yong He
2024-02-09
Support link-time constants. (#3564)
Yong He
2024-02-06
Improve Capability System (#3555)
Yong He
2024-02-02
Capability type checking. (#3530)
Yong He
2024-01-25
Fixes for `module` and `include`. (#3519)
Yong He
2023-12-15
GLSL SSBO Support (#3400)
Ellie Hermaszewska
2023-12-11
Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)
Yong He
2023-12-08
Handle import, entrypoint and global params in included files. (#3395)
Yong He
2023-12-06
Change default visibility of interface members and update docs. (#3381)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-12-05
Support `include` for pulling file into the current module. (#3377)
Yong He
2023-11-29
Improve generic type argument inference. (#3370)
Yong He
2023-11-28
Misc language server fixes. (#3357)
Yong He
2023-11-14
Add GLSL Compatibility. (#3321)
Yong He
2023-11-06
Fix ICE when lowering an associatedtype declref from an derived interface. (#...
Yong He
2023-11-03
Add SubgroupQuad intrinsics for glsl/spirv. (#3310)
Yong He
2023-11-03
Add more diagnostics on invalid custom derivative use. (#3309)
Yong He
2023-10-26
Add more diagnostics around use of custom derivatives. (#3291)
Yong He
2023-10-25
Add `IArray`. (#3281)
Yong He
[next]