index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
test-server
Age
Commit message (
Expand
)
Author
2025-06-06
Update slang-rhi (#7303)
Simon Kallweit
2025-06-02
Add a new slang-test option `-enable-debug-layers` (#7300)
Jay Kwak
2025-06-01
Fix test-server debug issues with gfx-unit-test-tool (#7119) (#7279)
sricker-nvidia
2025-05-06
Update C++ standard to C++20 (#6980)
Ellie Hermaszewska
2025-04-28
Add Slang Byte Code generation and interpreter. (#6896)
Yong He
2025-01-22
Cache and reuse glsl module. (#6152)
Yong He
2025-01-17
test-server should use d3d12core.dll from bin directory (#6095)
Jay Kwak
2024-11-13
Correct include dir for libslang (#5539)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-25
Replace stdlib on Slang API with CoreModule (#5405)
Jay Kwak
2024-10-15
Move C interface from slang.h to slang-deprecated.h (#5301)
Ellie Hermaszewska
2024-07-24
Cleanup global memory allocations on shutdown. (#4731)
Yong He
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2023-12-08
WIP: CMake (#3326)
Ellie Hermaszewska
2023-12-05
squash warnings (#3378)
Ellie Hermaszewska
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2022-08-24
Use enums with backing types in Slang API (#2375)
jsmall-nvidia
2021-12-07
Support array args for JSON-RPC (#2046)
jsmall-nvidia
2021-11-24
JSON-RPC make id explicit (#2030)
jsmall-nvidia
2021-11-23
JSON-RPC test server (#2026)
jsmall-nvidia
2021-11-18
RTTI/JSON (#2021)
jsmall-nvidia