index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
/
visual-studio
/
slang-unit-test-tool
Age
Commit message (
Expand
)
Author
2024-07-10
WIP Drop Premake (#3703)
Ellie Hermaszewska
2024-06-12
Extend the COM-based API to support whole program compilation. (#4355)
Yong He
2024-04-09
Allow COM based API to discover and check entrypoints without [shader] attrib...
Yong He
2024-03-12
Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)
Yong He
2023-08-29
Add more wave intrinsics. (#3162)
Yong He
2023-04-14
Some small fixes with Windows/DX usage (#2797)
Ellie Hermaszewska
2023-03-27
Use c++17 standard (#2686)
Ellie Hermaszewska
2023-03-16
Preliminary SourceMap support (#2701)
jsmall-nvidia
2022-12-12
Refactor shader cache (#2558)
skallweitNV
2022-12-02
Cleanup crypto utilities (#2549)
skallweitNV
2022-12-01
Enable multithread build in premake (#2545)
jsmall-nvidia
2022-11-30
Cleanup DigestBuilder and MD5HashGen (#2539)
skallweitNV
2022-11-28
Add LockFile helper class (#2535)
skallweitNV
2022-10-17
Shader cache index implementation (#2452)
lucy96chen
2022-10-12
Shader caching (#2432)
lucy96chen
2022-09-29
RIFF filesystem improvements (#2418)
jsmall-nvidia
2022-09-28
Fix release CI script. (#2421)
Yong He
2022-09-28
Fix build script for macos aarch64. (#2420)
Yong He
2022-06-24
Handling of temporary files (#2299)
jsmall-nvidia
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2022-05-27
Added NativeStringType (#2252)
jsmall-nvidia
2022-04-19
Make translation units in the same CompileReq visible to `import`. (#2184)
Yong He
2022-02-09
Various fixes to gfx. (#2120)
Yong He
2022-01-27
Turn off edit and continue to prevent warnings. (#2097)
Yong He
2021-11-18
RTTI/JSON (#2021)
jsmall-nvidia
2021-11-10
Interprocess communication via pipes (#2009)
jsmall-nvidia
2021-09-29
Fix ARM64 detection for MSVC (#1951)
Chad Engler
2021-09-24
Move existing unit tests to a standalone dll. (#1945)
Yong He