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-specialize-resources.cpp
Age
Commit message (
Expand
)
Author
2022-06-01
Clean up void returns. (#2260)
Yong He
2022-04-11
Refactor: eliminate BackEndCompileRequest (#2178)
Theresa Foley
2022-02-25
Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...
Yong He
2021-12-17
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-08-11
Fix a few issues around opaque types as outputs (#1918)
Theresa Foley
2021-07-21
Work to mitigate SPIR-V bloat (#1914)
Theresa Foley
2021-05-04
Add support for returning structures that contain opaque types (#1835)
Tim Foley
2021-02-16
Add an accessor for IRInst opcode (#1707)
Tim Foley
2020-09-10
Add a pass to support resource return values (#1537)
Tim Foley
2020-07-23
Run array specialization in a sperate pass. (#1449)
Yong He
2020-07-17
Disable specializing function calls if they have a struct param, that contain...
jsmall-nvidia
2020-06-15
Specialize function calls involving array arguments. (#1389)
Yong He
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia