index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
serialization
Age
Commit message (
Expand
)
Author
2024-12-06
Implement explciit binding for metal and wgsl. (#5778)
Yong He
2024-10-25
Replace stdlib on Slang API with CoreModule (#5405)
Jay Kwak
2024-10-15
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-02-23
Add slangc interface to compile and use ir modules. (#3615)
Yong He
2023-08-15
SPIRV: debug source and debug line. (#3109)
Yong He
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-04-24
Fix issue with Obfuscated hash (#2834)
jsmall-nvidia
2023-04-20
Improvements outputting containers (#2815)
jsmall-nvidia
2023-04-17
Round trip source map (#2810)
jsmall-nvidia
2023-03-27
Using SourceMap for location output (#2736)
jsmall-nvidia
2023-03-24
Obfuscated source map writing (#2727)
jsmall-nvidia
2021-03-17
Remove old code paths from render-test (#1760)
Tim Foley
2021-01-15
Convert more tests to use shader objects (#1659)
Tim Foley
2020-12-10
Building with embedded stdlib (#1634)
jsmall-nvidia
2020-11-18
Test for serializing out and reading back Stdlib (#1605)
jsmall-nvidia
2019-12-04
Testing having a library with an entry point works. (#1141)
jsmall-nvidia
2019-11-21
Remove support for explicit register/binding syntax on TEST_INPUT (#1132)
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-11-06
Support for [__extern] attribute (#1111)
jsmall-nvidia
2019-10-31
Reference IR modules with entry point (#1101)
jsmall-nvidia
2019-10-30
WIP: Simple separate IR module linkage working (#1100)
jsmall-nvidia