index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-compiler.cpp
Commit message (
Expand
)
Author
Age
*
dxil-asm target output was dxil code not asm. (#1238)
jsmall-nvidia
2020-02-21
*
Add some missing support for Shader Model 6.4/6.5 (#1237)
Tim Foley
2020-02-21
*
Added support for Targets to TypeTextUtil. (#1226)
jsmall-nvidia
2020-02-18
*
Some Slang API additions (#1195)
Tim Foley
2020-01-31
*
WIP CUDA source emit (#1157)
jsmall-nvidia
2019-12-19
*
Feature/source downstream compiler (#1153)
jsmall-nvidia
2019-12-12
*
Use DownstreamCompiler for all downstream compilers (#1152)
jsmall-nvidia
2019-12-12
*
Slang compiles CUDA source via NVRTC (#1151)
jsmall-nvidia
2019-12-12
*
DownstreamCompiler abstraction (#1149)
jsmall-nvidia
2019-12-10
*
Remove legacy feature for merging global shader parameters (#1139)
Tim Foley
2019-12-06
*
Added -dump-intermediate-prefix option (#1146)
jsmall-nvidia
2019-12-05
*
Setting downstream compiler (#1144)
jsmall-nvidia
2019-12-04
*
Add command line option to override language file extension (#1135)
Robert Stepinski
2019-11-22
*
Added -ir-compression & fixes for ir compression issues (#1129)
jsmall-nvidia
2019-11-20
*
Initial work for "global generic value parameters" (#1127)
Tim Foley
2019-11-19
*
Initial work on direct emission of SPIR-V (#1118)
Tim Foley
2019-11-14
*
Add basic support for entry points in `.slang-lib` files. (#1112)
Tim Foley
2019-11-06
*
API support for IR modules - setting references to libs, and returns lib from...
jsmall-nvidia
2019-11-05
*
-extract-repro gives approximation of 'command line' used (#1103)
jsmall-nvidia
2019-11-01
*
WIP: Simple separate IR module linkage working (#1100)
jsmall-nvidia
2019-10-30
*
Feature/container format (#1098)
jsmall-nvidia
2019-10-29
*
Refactor semantic checking code into more files (#1097)
Tim Foley
2019-10-25
*
Initial work on representing layout at IR level (#1079)
Tim Foley
2019-10-17
*
Enable spriv-opt on spirv (#1076)
Robert Stepinski
2019-10-17
*
Make CPU/C++ generate a single temporary file name basis that used for both s...
jsmall-nvidia
2019-10-08
*
Fix for preprocessor defines for C++ / C (#1063)
jsmall-nvidia
2019-09-23
*
Simple test profiling (#1062)
jsmall-nvidia
2019-09-23
*
CPU ABI improvements (#1056)
jsmall-nvidia
2019-09-17
*
CPU Performance/Testing improvements (#1055)
jsmall-nvidia
2019-09-16
*
WIP: CPU compute coverage (#1030)
jsmall-nvidia
2019-08-22
*
User defined downstream compiler prelude (#1028)
jsmall-nvidia
2019-08-20
*
WIP: Compute test running on CPU (#1023)
jsmall-nvidia
2019-08-19
*
Fix bug where in emitCPUBinaryForEntryPoint for HostCallable doesn't correctl...
jsmall-nvidia
2019-08-15
*
CPPCompiler::OutputMessage -> CPPCompiler::Diagnostic (#1019)
jsmall-nvidia
2019-08-14
*
Small improvements around C/C++ testing (#1017)
jsmall-nvidia
2019-08-14
*
Callable CPU code support (#1014)
jsmall-nvidia
2019-08-12
*
Revise new COM-lite API (#1007)
Tim Foley
2019-08-08
*
Slang -> C++ -> SharedLibrary -> Test (#999)
jsmall-nvidia
2019-07-17
*
Start exposing a new COM-lite API (#987)
Tim Foley
2019-06-19
*
Split out target code generation from CLikeSourceEmitter (#976)
jsmall-nvidia
2019-06-06
*
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-05-31