index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
language-feature
Age
Commit message (
Expand
)
Author
2024-05-29
Improve compile time performance. (#3857)
Yong He
2024-05-16
ignore capability system skips the capability pass 100% now (#4183)
ArielG-NV
2024-05-16
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-05-02
Support generic constraints that are dependent on another generic param. (#4091)
Yong He
2024-04-26
WIP: Force Inline If RefType (#4005)
ArielG-NV
2024-04-23
use memberExpr instead of varExpr (#4008)
ArielG-NV
2024-04-22
bit_cast & reinterpret warning if src->dst type not equally sized. (#3988)
ArielG-NV
2024-04-21
Flag to prevent packing of cbuffer elements in HLSL backend. (#3993)
Pema Malling
2024-04-19
Initial pass to add capability declarations to stdlib intrinsics. (#3912)
ArielG-NV
2024-04-19
add `-ignore-capabilities` flag (#3984)
ArielG-NV
2024-04-17
Implement if(let ...) syntax (#3673) (#3958)
kaizhangNV
2024-04-16
Fix for unscoped enums circular reference causing an error, #3959 (#3962)
ArielG-NV
2024-04-16
Init expressions for struct fields support, #3738 (#3907)
ArielG-NV
2024-04-05
Fix __init() functions that returns an existing value (#3866)
sriramm-nv
2024-04-02
Allow enum values to be used as generic arguments. (#3874)
Yong He
2024-04-01
Fix static member lookup in pointer types. (#3869)
Yong He
2024-04-01
Allow bit operators on enum types. (#3862)
Yong He
2024-04-01
Fix peephole optimization of `TypeEquals`. (#3865)
Yong He
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-14
Support unscoped enums. (#3771)
Yong He
2024-03-08
Add documentation for uniformity analysis. (#3721)
Yong He
2024-03-08
Parser and module finding logic fixes. (#3720)
Yong He
2024-03-07
Uniformity analysis. (#3704)
Yong He
2024-03-04
Extend `as` and `is` operator to work on generic types. (#3672)
Yong He
2024-03-01
Add support for bitfields (#3639)
Ellie Hermaszewska
2024-02-20
Language server robustness fix. (#3607)
Yong He
2024-02-12
Fix lowering of static consts in a generic function. (#3573)
Yong He
2024-02-11
Fix type checking around generic array types. (#3568)
Yong He
2024-02-06
Improve Capability System (#3555)
Yong He
2024-02-02
Capability type checking. (#3530)
Yong He
2024-02-01
FP16 atomics for RWByteAddresBuffer, fp32 atomics for images. (#3536)
Yong He
2024-01-25
Fixes for `module` and `include`. (#3519)
Yong He
2024-01-24
[SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)
Yong He
2023-12-11
Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)
Yong He
2023-12-08
Handle import, entrypoint and global params in included files. (#3395)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-12-05
Support `include` for pulling file into the current module. (#3377)
Yong He
2023-11-29
Improve generic type argument inference. (#3370)
Yong He
2023-11-10
Cleanup builtin arithmetic interfaces. (#3317)
Yong He
2023-11-01
Add mnemonic parsing for `intrinsic_type` modifier. (#3306)
Yong He
2023-11-01
Parameter binding and gfx fixes. (#3302)
Yong He
2023-10-25
Add `IArray`. (#3281)
Yong He
2023-10-25
Support generic interfaces. (#3278)
Yong He
2023-09-28
Support `constref` parameters passing. (#3249)
Yong He
2023-09-12
Correctly identify the number of operands to image sampling operands in SPIR-...
Ellie Hermaszewska
2023-09-11
Add Mesh and Task shader support to GFX (#3190)
Ellie Hermaszewska
2023-09-07
Incur l-value conversion cost during overload resolution. (#3195)
Yong He
2023-09-05
SPIR-V image operations (#3163)
Ellie Hermaszewska
2023-09-03
Proper lowering of functiosn that returns NonCopyable values. (#3179)
Yong He
[next]