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
/
slang-dxc-compiler.cpp
Age
Commit message (
Expand
)
Author
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2023-09-07
Add -repro-fallback-directory (#3188)
jsmall-nvidia
2023-08-31
Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)
Yong He
2023-05-22
Source embedding for output (#2889)
jsmall-nvidia
2023-04-14
Some small fixes with Windows/DX usage (#2797)
Ellie Hermaszewska
2023-04-14
Enable SLANG_ENABLE_DXIL_SUPPORT on non-Windows platforms (#2750)
Ellie Hermaszewska
2023-04-11
Artifact simplification (#2781)
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
2022-12-02
Cleanup crypto utilities (#2549)
skallweitNV
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-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-22
Improve binary compatibility for DownstreamCompiler types (#2371)
jsmall-nvidia
2022-08-22
Replace DownstreamCompileResult with Artifact (#2369)
jsmall-nvidia
2022-08-16
IDownstreamCompiler interface (#2361)
jsmall-nvidia
2022-08-16
Remove CompileResult to use IArtifact (#2357)
jsmall-nvidia
2022-08-09
Artifact split interface and implementation (#2349)
jsmall-nvidia
2022-04-27
Make artifact an interface (#2195)
jsmall-nvidia
2022-04-26
Improvements around Artifacts (#2192)
jsmall-nvidia
2022-04-26
Linking in DXC (#2190)
jsmall-nvidia
2021-06-02
Downstream compiler location fix. (#1866)
jsmall-nvidia
2021-05-21
Downstream option handling (#1850)
jsmall-nvidia
2021-05-19
Glslang as DownstreamCompiler (#1846)
jsmall-nvidia
2021-05-14
DXC as DownstreamCompiler (#1845)
jsmall-nvidia