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
...
*
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
*
Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)
Yong He
2023-12-11
*
Support visibility control and default to `internal`. (#3380)
Yong He
2023-12-06
*
Support `include` for pulling file into the current module. (#3377)
Yong He
2023-12-05
*
Add SPIRV intrinsics for texture footprint query. (#3345)
Yong He
2023-11-21
*
Add spirv intrinsic definition for `printf`. (#3340)
Yong He
2023-11-17
*
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-16
*
Add GLSL Compatibility. (#3321)
Yong He
2023-11-14
*
Fix ICE when lowering an associatedtype declref from an derived interface. (#...
Yong He
2023-11-06
*
Add mnemonic parsing for `intrinsic_type` modifier. (#3306)
Yong He
2023-11-01
*
Support generic interfaces. (#3278)
Yong He
2023-10-25
*
Small warnings and bugs (#3272)
Ellie Hermaszewska
2023-10-11
*
Add intellisense support for spirv_asm blocks. (#3264)
Yong He
2023-10-05
*
SPIRV compiler performance fixes. (#3258)
Yong He
2023-10-04
*
Support `constref` parameters passing. (#3249)
Yong He
2023-09-28
*
Direct SPIRV: Rasterization pipeline tests. (#3216)
Yong He
2023-09-20
*
Direct SPIRV for RayTracing Inline. (#3201)
Yong He
2023-09-12
*
Add Mesh and Task shader support to GFX (#3190)
Ellie Hermaszewska
2023-09-11
*
Fix attribute highlighting + language server crash. (#3198)
Yong He
2023-09-08
*
SPIR-V image operations (#3163)
Ellie Hermaszewska
2023-09-05
*
Proper lowering of functiosn that returns NonCopyable values. (#3179)
Yong He
2023-09-03
*
Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)
Yong He
2023-08-31
*
Wave intrinsics. (#3164)
Yong He
2023-08-29
*
Correct parsing spirv with no rhs operands (#3161)
Ellie Hermaszewska
2023-08-29
*
Add `target_switch` and `intrinsic_asm` statement. (#3154)
Yong He
2023-08-28
*
Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)
Ellie Hermaszewska
2023-08-28
*
Initial version of spirv_asm block (#3151)
Ellie Hermaszewska
2023-08-25
*
Support SPIRV Capability declaration on intrinsic functions. (#3150)
Yong He
2023-08-25
*
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-08-15
*
Support nested structs in function bodies. (#3078)
Yong He
2023-08-09
*
Clean up and improve Val deduplication performance. (#3069)
Yong He
2023-08-09
*
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-04
*
Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)
Sai Praveen Bangaru
2023-07-26
*
Fix data-flow analysis not propagating diff property through differentiable c...
Sai Praveen Bangaru
2023-07-21
*
Fix erroneous error claiming variable is being used before its declaration (#...
Ellie Hermaszewska
2023-07-06
*
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-07-05
[prev]
[next]