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
/
compiler-core
Age
Commit message (
Expand
)
Author
2023-04-07
Add SLANG_IID_PPV_ARGS (#2784)
Ellie Hermaszewska
2023-04-04
Simplification around ArtifactRepresentation and unique identity (#2771)
jsmall-nvidia
2023-04-02
Squash some warnings (#2765)
Ellie Hermaszewska
2023-03-29
Add missing initializer in json source map decoding (#2752)
Ellie Hermaszewska
2023-03-27
Upgrade `slang-llvm` (#2741)
jsmall-nvidia
2023-03-27
Using SourceMap for location output (#2736)
jsmall-nvidia
2023-03-26
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-24
Obfuscated source map writing (#2727)
jsmall-nvidia
2023-03-22
Source map obfuscation (#2717)
jsmall-nvidia
2023-03-17
Support for producing SourceMap on emit (#2707)
jsmall-nvidia
2023-03-16
SourceMap encoding (#2706)
jsmall-nvidia
2023-03-16
Preliminary SourceMap support (#2701)
jsmall-nvidia
2023-03-10
Support for PDB output from DXC (#2693)
jsmall-nvidia
2023-03-10
Add struct version to DownstreamCompiler::CompileOptions interface (#2692)
jsmall-nvidia
2023-02-28
Add `SourceBlobWithPathInfoArtifactRepresentation`. (#2682)
Yong He
2022-12-02
Cleanup crypto utilities (#2549)
skallweitNV
2022-12-02
Inline functions with string param/return for GPU targets (#2544)
jsmall-nvidia
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-10
Improvements to NVRTC diagnostic parsing (#2504)
jsmall-nvidia
2022-11-03
Disable HLSL2021 by default (#2488)
jsmall-nvidia
2022-11-02
Shader Execution Reordering (via NVAPI) (#2484)
jsmall-nvidia
2022-10-17
Shader cache index implementation (#2452)
lucy96chen
2022-10-13
Shader cache index header (#2448)
lucy96chen
2022-10-13
Add getVersionString() to IDownstreamCompiler (#2446)
lucy96chen
2022-10-03
IMutableFileSystem::saveFileBlob (#2427)
jsmall-nvidia
2022-09-28
Improvements around diagnostic controls (#2414)
jsmall-nvidia
2022-09-20
Support raw string literals. (#2405)
Yong He
2022-09-01
Upgrade slang-llvm (#2390)
jsmall-nvidia
2022-09-01
Remove artifact from SourceFile (#2384)
jsmall-nvidia
2022-09-01
Make FileSystem files and OS files distinct (#2383)
jsmall-nvidia
2022-09-01
Passing source to Downstream compilation as artifacts (#2382)
jsmall-nvidia
2022-08-26
DownstreamCompileOptions using POD types (#2381)
jsmall-nvidia
2022-08-24
Improvements around file tracking and Artifacts (#2379)
jsmall-nvidia
2022-08-24
Assorted Artifact improvements (#2374)
jsmall-nvidia
2022-08-22
Improve binary compatibility for DownstreamCompiler types (#2371)
jsmall-nvidia
2022-08-22
Support compile-time constant int val in the form of polynomials. (#2372)
Yong He
2022-08-22
Replace DownstreamCompileResult with Artifact (#2369)
jsmall-nvidia
2022-08-16
IDownstreamCompiler interface (#2361)
jsmall-nvidia
2022-08-16
Move metadata/diagnostics to associated types (#2358)
jsmall-nvidia
2022-08-16
Remove CompileResult to use IArtifact (#2357)
jsmall-nvidia
2022-08-11
Artifact closer to being able to replace CompileResult (#2354)
jsmall-nvidia
2022-08-10
Yet more refactoring around Artifact (#2352)
jsmall-nvidia
2022-08-10
Artifact and ICastable (#2351)
jsmall-nvidia
2022-08-10
Language server pointer type support + add `DLLImport` test (#2350)
Yong He
2022-08-09
Artifact split interface and implementation (#2349)
jsmall-nvidia
2022-08-09
Support for Items on IArtifact (#2347)
jsmall-nvidia
2022-08-03
Improvements around Artifact (#2346)
jsmall-nvidia
2022-07-18
Atomic ref counting for ISlangSharedLibrary (#2332)
jsmall-nvidia
2022-07-11
Added support for differentiating calls to basic functions, as well as arithm...
Sai Praveen Bangaru
2022-07-01
Language server: auto completion of `import` file and directories. (#2312)
Yong He
[next]