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-parser.cpp
Age
Commit message (
Expand
)
Author
2024-12-27
Fix parsing GLSL SSBO arrays / bindless descriptors (#5932)
Julius Ikkala
2024-12-18
Fix the parser issue for not recognize Generic<T>[N] (#5912)
kaizhangNV
2024-12-18
Check decl nesting for namespaces. (#5910)
Yong He
2024-12-15
Enable exprs for all supported GLSL layout qualifiers (#5857)
Darren
2024-12-10
Enable exprs for GLSL binding layout qualifiers (#5807)
Darren
2024-12-10
Fix parsing logic of for loops' initial statement. (#5813)
Yong He
2024-12-09
Report error on nested functions. (#5792)
Yong He
2024-12-03
Conform non-suffixed integer literals (#5717)
Darren Wihandi
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-02
Fix the broken CI (#5216)
Jay Kwak
2024-10-01
SizeOfLikeExpr has type int (#5205)
Ellie Hermaszewska
2024-09-19
Synthesize conformance for generic requirements. (#5111)
Yong He
2024-09-05
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-08-30
Support extension on generic type. (#4968)
Yong He
2024-08-30
Support specialization constants. (#4963)
Yong He
2024-08-27
Add functor syntax support. (#4926)
Yong He
2024-08-19
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-14
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-08-07
More reflection API features. (#4740)
Sai Praveen Bangaru
2024-08-01
Allow a enum case to reference a previously defined value. (#4768)
Yong He
2024-06-28
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-12
Add compiler option to treat enum types as unscoped. (#4354)
Yong He
2024-06-08
Disallow certain types of decls in `interface` to provide better diagnostic m...
Yong He
2024-05-22
Fix all Clang-14 warnings (#4203)
ArielG-NV
2024-05-14
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-05-03
Fix `Ptr::__subscript` to accept any integer index. (#4100)
Yong He
2024-05-01
Delete out-of-date assert. (#4079)
Yong He
2024-04-25
Support derivative functions in compute & capabilities adjustments (#4014)
ArielG-NV
2024-04-24
Fix macos CI and clang warnings. (#4019)
Yong He
2024-04-23
Switch to direct-to-spirv backend as default. (#4002)
Yong He
2024-04-17
Implement if(let ...) syntax (#3673) (#3958)
kaizhangNV
2024-04-03
Implement 8.14-8.19 of OpenGL-GLSL specification
ArielG-NV
2024-03-27
Fix lookup to prevent finding `typedef` itself. (#3848)
Yong He
2024-03-26
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-23
Allow anonymous struct. (#3822)
Yong He
2024-03-23
Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)
Yong He
2024-03-21
Support arrow operator `->` on pointers. (#3812)
Yong He
2024-03-20
Fix namespace parsing. (#3803)
Yong He
2024-03-15
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-13
Implement glsl atomic's [non image or memory scope] with optional extension(s...
ArielG-NV
2024-03-08
Parser and module finding logic fixes. (#3720)
Yong He
2024-03-07
Uniformity analysis. (#3704)
Yong He
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
SPIRV Fixes. (#3622)
Yong He
2024-02-21
Fix parsing of literals in stdlib. (#3610)
Yong He
2024-02-20
Language server robustness fix. (#3607)
Yong He
[next]