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
/
slang
/
slang-compiler.cpp
Age
Commit message (
Expand
)
Author
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-15
Specify downstream compiler include paths (#2517)
jsmall-nvidia
2022-10-12
Shader caching (#2432)
lucy96chen
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
Use enums with backing types in Slang API (#2375)
jsmall-nvidia
2022-08-24
Assorted Artifact improvements (#2374)
jsmall-nvidia
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
Artifact and ICastable (#2351)
jsmall-nvidia
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-06-08
Improved bounds checking for C++/CUDA (#2263)
jsmall-nvidia
2022-06-02
COM interfaces with host callable (#2258)
jsmall-nvidia
2022-05-18
Support for querying which parameters are used in emitted code (#2239)
Alexey Panteleev
2022-05-05
Preliminary Liveness tracking (#2218)
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
2022-04-21
`export` support in HLSL (#2188)
jsmall-nvidia
2022-04-15
DXIL library support and Artifact type (#2186)
jsmall-nvidia
2022-04-11
Refactor: eliminate BackEndCompileRequest (#2178)
Theresa Foley
2022-03-28
Allow slangc to generate exe from .slang file. (#2170)
Yong He
2022-03-16
Add -depfile option to save dependency info (#2161)
Alexey Panteleev
2022-02-11
Add interface for querying downstream compiler time (#2127)
Yong He
2022-01-31
Revise entrypoint renaming interface. (#2113)
Yong He
2022-01-21
Add entry-point name override feature. (#2089)
Yong He
2021-10-20
Selecting downstream compiler on code gen transition (#1980)
jsmall-nvidia
2021-10-04
Removing exceptions from core/compiler-core (#1953)
jsmall-nvidia
2021-09-15
Fix incorrect WIN32 macros and missing Windows.h inclusion (#1939)
Pablo Delgado
2021-09-10
First Slang LLVM integration (#1934)
jsmall-nvidia
2021-09-09
Fix `spSetDumpIntermediates`. (#1931)
Yong He
2021-09-01
Improving glslang -O1 passes (#1926)
jsmall-nvidia
2021-08-26
Add API to control interface specialization. (#1925)
Yong He
2021-08-17
Add GLSL450 intrinsics to SPIRV direct emit. (#1921)
Yong He
2021-08-12
Further implementation of SPIRV direct emit. (#1920)
Yong He
2021-06-02
Various Fixes to gfx, reflection and emit. (#1867)
Yong He
2021-05-28
Glslang refactor bugfix (#1863)
jsmall-nvidia
2021-05-26
small tweak to allow for dumping out intermediate source for cuda targets (#1...
Nathan V. Morrical
2021-05-22
Improvements in -X support (#1852)
jsmall-nvidia
2021-05-21
Downstream option handling (#1850)
jsmall-nvidia
2021-05-19
Glslang as DownstreamCompiler (#1846)
jsmall-nvidia
[next]