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
/
extensions
Age
Commit message (
Expand
)
Author
2025-07-11
Ensure generic constraints are checked before inner extension. (#7685)
Yong He
2025-07-09
Fix `extension` incorrectly interacting with `equality` and `type-coercion` c...
ArielG-NV
2025-06-11
Fix an issue in extension override. (#7402)
Yong He
2025-05-09
Fixed name mangling of generic extensions (#6671)
Ronan
2025-02-05
Feature/initialize list side branch (#6058)
kaizhangNV
2024-09-04
Fix extension override behavior, and disallow extension on interface types. (...
Yong He
2024-08-30
Support extension on generic type. (#4968)
Yong He
2024-06-10
enable more metal tests (#4326)
skallweitNV
2024-06-07
Metal compute tests (#4292)
skallweitNV
2024-05-29
Improve compile time performance. (#3857)
Yong He
2024-04-01
Fix static member lookup in pointer types. (#3869)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2021-01-15
Convert more tests to use shader objects (#1659)
Tim Foley
2020-08-27
Enable simple extensions of interface types (#1521)
Tim Foley
2020-07-23
Fix the way extension declarations are cached for lookup (#1450)
Tim Foley