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-lower-existential.cpp
Age
Commit message (
Expand
)
Author
2022-09-15
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-08-22
Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)
Yong He
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-05-10
Initial support for COM interface in host code. (#2230)
Yong He
2021-12-17
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-09-01
Bug fix for createDynamicObject (#1927)
Yong He
2021-08-25
Add `createDynamicObject` stdlib function. (#1923)
Yong He
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-09-04
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-08-26
Reorder existential tuple elements. (#1516)
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