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
/
slang-unit-test
Age
Commit message (
Expand
)
Author
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-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-09-01
Fix GLSL code gen around RayQuery and HitObject types. (#3173)
Yong He
2023-08-10
Allow member lookup through modified type. (#3091)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-20
Improve SourceMap coverage/testing (#2818)
jsmall-nvidia
2023-04-19
Make SourceMap a value type (#2812)
jsmall-nvidia
2023-04-12
Downgrade github runner to 20.04 (#2792)
Ellie Hermaszewska
2023-04-11
Artifact simplification (#2781)
jsmall-nvidia
2023-03-27
Using SourceMap for location output (#2736)
jsmall-nvidia
2023-03-16
SourceMap encoding (#2706)
jsmall-nvidia
2023-03-16
Preliminary SourceMap support (#2701)
jsmall-nvidia
2022-12-14
Shader cache improvements (#2564)
skallweitNV
2022-12-12
Refactor shader cache (#2558)
skallweitNV
2022-12-02
Cleanup crypto utilities (#2549)
skallweitNV
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-13
Add getVersionString() to IDownstreamCompiler (#2446)
lucy96chen
2022-10-12
Shader caching (#2432)
lucy96chen
2022-10-06
Improvements around absolute paths and file systems (#2433)
jsmall-nvidia
2022-10-03
IMutableFileSystem::saveFileBlob (#2427)
jsmall-nvidia
2022-09-29
Split out MemoryFileSystem (#2422)
jsmall-nvidia
2022-09-29
RIFF filesystem improvements (#2418)
jsmall-nvidia
2022-09-01
Make ISlangFileSystem derive from ICastable (#2386)
jsmall-nvidia
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
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-21
Made translation units visible to transitive `import`s. (#2197)
Yong He
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
2021-12-03
Split out ExecutableLocation (#2041)
jsmall-nvidia
2021-11-30
Auto flush for streams for stdin/out in slang-test (#2035)
jsmall-nvidia
2021-11-24
PersistentJSONValue (#2028)
jsmall-nvidia
2021-11-24
Remove test-proxy (#2027)
jsmall-nvidia
2021-11-19
Improvements to JSON/RTTI (#2022)
jsmall-nvidia
2021-11-18
RTTI/JSON (#2021)
jsmall-nvidia
2021-11-16
Support around JSON-RPC (#2014)
jsmall-nvidia
2021-11-15
Http protocol support (#2012)
jsmall-nvidia
2021-11-10
Interprocess communication via pipes (#2009)
jsmall-nvidia
2021-09-24
Move existing unit tests to a standalone dll. (#1945)
Yong He