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
/
core
/
slang-riff.cpp
Age
Commit message (
Expand
)
Author
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2021-10-04
Removing exceptions from core/compiler-core (#1953)
jsmall-nvidia
2021-01-11
LZ4 compression support (#1654)
jsmall-nvidia
2020-09-18
Serialization fixes based on review of #1547 (#1551)
jsmall-nvidia
2020-09-17
Share debug information between AST and IR (#1547)
jsmall-nvidia
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2019-11-08
Riff Container Stream Writing (#1116)
jsmall-nvidia
2019-11-06
Add basic support for entry points in `.slang-lib` files. (#1112)
Tim Foley
2019-10-30
WIP: Simple separate IR module linkage working (#1100)
jsmall-nvidia
2019-10-29
Feature/riff improvements (#1099)
jsmall-nvidia
2019-10-29
Feature/container format (#1098)
jsmall-nvidia
2019-10-23
Version information on repro binary format. (#1090)
jsmall-nvidia
2019-10-23
Expose more repro in API, support output params. (#1087)
jsmall-nvidia
2019-10-21
`Repro` functionality (#1085)
jsmall-nvidia