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
2025-07-01
extend fiddle to allow custom lua splices in more places (#7559)
Ellie Hermaszewska
2025-02-28
Allow partial specialization of existential arguments. (#6487)
Yong He
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-02-20
Refactor compiler option representations. (#3598)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-09-18
Use target-dependent pointer size in natural layout. (#3210)
Yong He
2023-08-17
Create storage types of different layouts for SPIRV emit. (#3116)
Yong He
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-12
Combine lookupWitness lowering with specialization. (#2794)
Yong He
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2022-12-07
Rename IR opcodes to unify style. (#2556)
Yong He
2022-09-05
Multi parameter `__subscript` (#2392)
Yong He
2022-08-22
Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)
Yong He
2022-08-20
Call `gfx` in slang program. (#2370)
Yong He
2022-07-21
Allow dynamic dispatch to handle nested interface-typed fields. (#2336)
Yong He
2022-06-23
Preserve specialization cache in IR for specialization pass. (#2293)
Yong He
2022-06-02
COM interfaces with host callable (#2258)
jsmall-nvidia
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-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