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