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-modifier.cpp
Age
Commit message (
Expand
)
Author
2025-07-17
Improve lookup performance. (#7798)
Yong He
2025-07-15
Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)
Copilot
2025-06-19
Add support for on-demand AST deserialization (#7482)
Theresa Foley
2025-06-17
LanguageServer: Enhance auto completion for override. (#7465)
Yong He
2025-06-16
Require `override` keyword for overriding default interface methods. (#7458)
Yong He
2025-06-09
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-06-05
Fix crash when loading modules with syntax errors (#6993) (#7288)
Harsh Aggarwal (NVIDIA)
2025-05-22
Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)
ArielG-NV
2025-05-15
Do not print errors in _coerce when "JustTrying". (#7064)
Jay Kwak
2025-04-26
Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...
Ronan
2025-04-21
Add `vk::offset` to specify member offsets for push constants (#6797)
Darren Wihandi
2025-04-07
Support for Payload Access Qualifiers (#3448) (#6595)
Harsh Aggarwal (NVIDIA)
2025-02-05
maxtessfactor attribute should take a floating point value (#6289)
Jay Kwak
2025-01-14
Implement specialization constant support in numthreads / local_size (#5963)
Julius Ikkala
2024-12-15
Enable exprs for all supported GLSL layout qualifiers (#5857)
Darren
2024-12-11
Fix attribute reflection. (#5823)
Yong He
2024-12-10
Enable exprs for GLSL binding layout qualifiers (#5807)
Darren
2024-12-09
Fix crash during emitCast of attributed type, allow MaxIters to take linktime...
Yong He
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-08-30
Support specialization constants. (#4963)
Yong He
2024-08-28
Allow capabilities to be used with `[shader("...")]` (#4928)
ArielG-NV
2024-08-27
Adds a warning for using `[PreferRecompute]` on methods that may contain side...
Sai Praveen Bangaru
2024-07-25
Add `_Internal`/`External` atom enforcement and validation. (#4702)
ArielG-NV
2024-07-02
Emit errors when invalid capabilities are used (#4510)
ArielG-NV
2024-06-28
Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...
ArielG-NV
2024-05-16
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-05-02
Allow multiple _AttributeTargets for attribute declaration (#4087)
kaizhangNV
2024-05-01
Add ParamDecl as the attribute target (#4067)
kaizhangNV
2024-04-19
Initial pass to add capability declarations to stdlib intrinsics. (#3912)
ArielG-NV
2024-04-10
Properly compile `gl_WorkgroupSize`. (#3925)
Yong He
2024-04-03
Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...
ArielG-NV
2024-04-03
Implement 8.14-8.19 of OpenGL-GLSL specification
ArielG-NV
2024-04-01
Support SM6.6 keyword "WaveSize" (#3871)
Jay Kwak
2024-04-01
Support `[RequirePrelude]` attribute on types. (#3867)
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-15
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-14
Support unscoped enums. (#3771)
Yong He
2024-03-13
Implement glsl atomic's [non image or memory scope] with optional extension(s...
ArielG-NV
2024-03-07
Link-time constant and linkage API improvements. (#3708)
Yong He
2024-03-07
Uniformity analysis. (#3704)
Yong He
2024-02-23
Add slangc interface to compile and use ir modules. (#3615)
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-06
Unify GLSL and HLSL buffer block parsing. (#3552)
Yong He
2024-02-02
Capability type checking. (#3530)
Yong He
2024-02-01
Add slangc option to specialize entrypoint + auto glsl mode. (#3531)
Yong He
2024-01-30
Correctly apply glsl local size layout to entry points during lowering (#3528)
Ellie Hermaszewska
2024-01-24
[SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)
Yong He
[next]