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-serialize.cpp
Age
Commit message (
Expand
)
Author
2020-07-31
Fix for bug where memory that has been allocated with new T[] (within a list)...
jsmall-nvidia
2020-06-30
Clean up unused code for IR object ownership (#1416)
Tim Foley
2020-03-02
Renamed UnownedStringSlice::size to getLength to make match String. (#1254)
jsmall-nvidia
2019-12-04
Feature/string hash review (#1142)
jsmall-nvidia
2019-12-03
getStringHash on string literals (#1140)
jsmall-nvidia
2019-11-22
Clean up the concept of "pseudo ops" (#1136)
Tim Foley
2019-11-20
Added -ir-compression & fixes for ir compression issues (#1129)
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
Expose more repro in API, support output params. (#1087)
jsmall-nvidia
2019-10-21
`Repro` functionality (#1085)
jsmall-nvidia
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia