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-07-19
Support parameter block in metal shader objects. (#4671)
Yong He
2024-07-18
Warnings for uninitialized fields in constructors (#4680)
venkataram-nv
2024-07-18
Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...
ArielG-NV
2024-07-16
Warnings function parameters (#4626)
venkataram-nv
2024-07-12
Change IDefaultInitializableType to IDefaultInitializable (#4620)
ArielG-NV
2024-07-11
Fix incorrect codegen when returning initializer list as existential value. (...
Yong He
2024-07-02
Emit errors when invalid capabilities are used (#4510)
ArielG-NV
2024-06-29
Nested initialization list in struct crash fix (#4491)
ArielG-NV
2024-06-27
Cache address-space-legalization of `kIROp_Store` (#4480)
ArielG-NV
2024-06-13
Implement for metal `SV_GroupIndex` (#4385)
ArielG-NV
2024-06-13
Metal: misc fixes and enable more tests. (#4374)
Yong He
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-06-12
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-06-12
Add compiler option to treat enum types as unscoped. (#4354)
Yong He
2024-06-10
Partial implementation of static_assert (#4294)
Jay Kwak
2024-06-10
enable more metal tests (#4326)
skallweitNV
2024-06-10
Support all integer typed indices in StructuredBuffer Load/Store/[]. (#4311)
Yong He
2024-06-07
Metal compute tests (#4292)
skallweitNV
2024-05-31
Fix a bug on default initialization of interface typed value. (#4249)
Yong He
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
[next]