summaryrefslogtreecommitdiff
path: root/source/slang/slang-parser.cpp
AgeCommit message (Expand)Author
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
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-12-05Support `include` for pulling file into the current module. (#3377)Yong He
2023-11-21Add SPIRV intrinsics for texture footprint query. (#3345)Yong He
2023-11-17Add spirv intrinsic definition for `printf`. (#3340)Yong He
2023-11-16Unify stdlib `Texture` types into one generic type. (#3327)Yong He
2023-11-14Add GLSL Compatibility. (#3321)Yong He
2023-11-06Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He
2023-11-01Add mnemonic parsing for `intrinsic_type` modifier. (#3306)Yong He
2023-10-25Support generic interfaces. (#3278)Yong He
2023-10-11Small warnings and bugs (#3272)Ellie Hermaszewska
2023-10-05Add intellisense support for spirv_asm blocks. (#3264)Yong He
2023-10-04SPIRV compiler performance fixes. (#3258)Yong He
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-09-20Direct SPIRV: Rasterization pipeline tests. (#3216)Yong He
2023-09-12Direct SPIRV for RayTracing Inline. (#3201)Yong He
2023-09-11Add Mesh and Task shader support to GFX (#3190)Ellie Hermaszewska
2023-09-08Fix attribute highlighting + language server crash. (#3198)Yong He
2023-09-05SPIR-V image operations (#3163)Ellie Hermaszewska
2023-09-03Proper lowering of functiosn that returns NonCopyable values. (#3179)Yong He
2023-08-31Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)Yong He
2023-08-29Wave intrinsics. (#3164)Yong He
2023-08-29Correct parsing spirv with no rhs operands (#3161)Ellie Hermaszewska
2023-08-28Add `target_switch` and `intrinsic_asm` statement. (#3154)Yong He
2023-08-28Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska
2023-08-25Initial version of spirv_asm block (#3151)Ellie Hermaszewska
2023-08-25Support SPIRV Capability declaration on intrinsic functions. (#3150)Yong He
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska
2023-08-09Support nested structs in function bodies. (#3078)Yong He
2023-08-09Clean up and improve Val deduplication performance. (#3069)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-26Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru
2023-07-21Fix data-flow analysis not propagating diff property through differentiable c...Sai Praveen Bangaru
2023-07-06Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska
2023-07-05Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He
2023-07-05Initial sizeof/alignof implementation. (#2954)jsmall-nvidia
2023-06-29Warn on semicolon after `if`. (#2948)Yong He
2023-06-26Multiple cast issue fix (#2940)jsmall-nvidia
2023-06-22Allow multiple attributes to not require separating comma (#2939)jsmall-nvidia
2023-06-20Fix for generic with scope issue (#2925)jsmall-nvidia
2023-05-12Add finalized keywords for autodiff. (#2882)Yong He
2023-05-11MVP for higher order functions (#2849)Ellie Hermaszewska
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He