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-parser.cpp
Commit message (
Expand
)
Author
Age
*
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-19
*
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-08-14
*
More reflection API features. (#4740)
Sai Praveen Bangaru
2024-08-07
*
Allow a enum case to reference a previously defined value. (#4768)
Yong He
2024-08-01
*
Parse scope for local variable declaration (#4507)
Jay Kwak
2024-06-28
*
Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...
ArielG-NV
2024-06-28
*
Add compiler option to treat enum types as unscoped. (#4354)
Yong He
2024-06-12
*
Disallow certain types of decls in `interface` to provide better diagnostic m...
Yong He
2024-06-08
*
Fix all Clang-14 warnings (#4203)
ArielG-NV
2024-05-22
*
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-05-14
*
Fix `Ptr::__subscript` to accept any integer index. (#4100)
Yong He
2024-05-03
*
Delete out-of-date assert. (#4079)
Yong He
2024-05-01
*
Support derivative functions in compute & capabilities adjustments (#4014)
ArielG-NV
2024-04-25
*
Fix macos CI and clang warnings. (#4019)
Yong He
2024-04-24
*
Switch to direct-to-spirv backend as default. (#4002)
Yong He
2024-04-23
*
Implement if(let ...) syntax (#3673) (#3958)
kaizhangNV
2024-04-17
*
Implement 8.14-8.19 of OpenGL-GLSL specification
ArielG-NV
2024-04-03
*
Fix lookup to prevent finding `typedef` itself. (#3848)
Yong He
2024-03-27
*
Fix parsing issue around __transparent_block. (#3842)
Yong He
2024-03-26
*
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
*
Support arrow operator `->` on pointers. (#3812)
Yong He
2024-03-21
*
Fix namespace parsing. (#3803)
Yong He
2024-03-20
*
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-15
*
Implement glsl atomic's [non image or memory scope] with optional extension(s...
ArielG-NV
2024-03-13
*
Parser and module finding logic fixes. (#3720)
Yong He
2024-03-08
*
Uniformity analysis. (#3704)
Yong He
2024-03-07
*
Add support for bitfields (#3639)
Ellie Hermaszewska
2024-03-01
*
Allow default values for `extern` symbols. (#3632)
Yong He
2024-02-26
*
SPIRV Fixes. (#3622)
Yong He
2024-02-23
*
Fix parsing of literals in stdlib. (#3610)
Yong He
2024-02-21
*
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-20
*
Support loading serialized modules. (#3588)
Yong He
2024-02-15
*
Improve Capability System (#3555)
Yong He
2024-02-06
*
Unify GLSL and HLSL buffer block parsing. (#3552)
Yong He
2024-02-06
*
Capability type checking. (#3530)
Yong He
2024-02-02
*
FP16 atomics for RWByteAddresBuffer, fp32 atomics for images. (#3536)
Yong He
2024-02-01
*
Add slangc option to specialize entrypoint + auto glsl mode. (#3531)
Yong He
2024-02-01
*
Correctly apply glsl local size layout to entry points during lowering (#3528)
Ellie Hermaszewska
2024-01-30
*
Fix LSP compatibility issues with Visual Studio. (#3520)
Yong He
2024-01-26
*
Capability def parsing & codegen + disjoint sets (#3451)
Yong He
2024-01-18
*
Add ConstBufferPointer::subscript. (#3415)
Yong He
2023-12-15
*
Add language server support for vfx files. (#3414)
Yong He
2023-12-15
*
GLSL SSBO Support (#3400)
Ellie Hermaszewska
2023-12-15
*
Polish language server and documentation. (#3410)
Yong He
2023-12-13
*
Add check for invalid use of modifiers. (#3402)
Yong He
2023-12-12
[next]