index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir-generics-lowering-context.cpp
Age
Commit message (
Expand
)
Author
2021-02-16
Add an accessor for IRInst opcode (#1707)
Tim Foley
2020-11-19
Unify handling of static and dynamic dispatch for interfaces (#1612)
Tim Foley
2020-11-10
Use integer RTTI/witness handles in existential tuples. (#1598)
Yong He
2020-11-06
Specialize witness table lookups. (#1596)
Yong He
2020-09-04
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-09-02
Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)
Yong He
2020-08-28
Enable lower-generics pass universally. (#1518)
Yong He
2020-08-26
Reorder existential tuple elements. (#1516)
Yong He
2020-08-25
Export witness table and RTTI objects in compiled libraries. (#1514)
Yong He
2020-08-18
Support initializing an existential value from a generic value. (#1503)
Yong He
2020-08-14
Lower existential types. (#1497)
Yong He
2020-08-05
`AnyValue` based dynamic dispatch code gen (#1477)
Yong He
2020-07-16
Support associatedtype local variables and return values in dynamic dispatch ...
Yong He
2020-07-15
Refactor lower-generics pass into separate subpasses. (#1442)
Yong He