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
Age
Commit message (
Expand
)
Author
2019-10-11
Add ability to obfuscate name when generating GLSL/HLSL source (#1075)
Robert Stepinski
2019-10-09
Feature/decor entry point name (#1073)
jsmall-nvidia
2019-10-08
Fixed from Review of Entry Point decoration #1068 (#1072)
jsmall-nvidia
2019-10-08
Remove EntryPointLayout* use in emit logic. (#1071)
jsmall-nvidia
2019-10-08
Make CPU/C++ generate a single temporary file name basis that used for both s...
jsmall-nvidia
2019-10-08
Feature/remove entry point layout flags (#1069)
jsmall-nvidia
2019-10-08
Feature/ir entry point profile (#1068)
jsmall-nvidia
2019-10-04
IR types for subset of Attributes (#1067)
jsmall-nvidia
2019-09-23
Fix for preprocessor defines for C++ / C (#1063)
jsmall-nvidia
2019-09-23
Simple test profiling (#1062)
jsmall-nvidia
2019-09-18
Clean up some behavior of operator% (#1060)
Tim Foley
2019-09-18
Fix a bug in SSA form creation (#1058)
Tim Foley
2019-09-18
Improvements to testing and ABI for CPU (#1057)
jsmall-nvidia
2019-09-17
CPU ABI improvements (#1056)
jsmall-nvidia
2019-09-16
CPU Performance/Testing improvements (#1055)
jsmall-nvidia
2019-09-13
Revisions to "new" Slang API based on use in Falcor (#1052)
Tim Foley
2019-09-03
CPU uniform entry point params (#1041)
jsmall-nvidia
2019-08-28
Support for getting git version from IGlobalSession (#1040)
jsmall-nvidia
2019-08-22
WIP: CPU compute coverage (#1030)
jsmall-nvidia
2019-08-22
Update signatures for Shader Model 6 functions (#1029)
Tim Foley
2019-08-20
User defined downstream compiler prelude (#1028)
jsmall-nvidia
2019-08-19
Support shifts and a few other ops in front-end constant folding (#1027)
Tim Foley
2019-08-19
Testing using a 'naked' ISlangFileSystemExt option. (#1026)
jsmall-nvidia
2019-08-19
Change handling of paths for backends via replacing the ISlangSharedLibrary m...
jsmall-nvidia
2019-08-19
WIP: Compute test running on CPU (#1023)
jsmall-nvidia
2019-08-16
Fix a typo in core.meta.slang which was causing an assert when (#1024)
Robert Stepinski
2019-08-15
A more convoluted #pragma once file identity test, using relative paths. (#1021)
jsmall-nvidia
2019-08-15
Fix bug where in emitCPUBinaryForEntryPoint for HostCallable doesn't correctl...
jsmall-nvidia
2019-08-14
CPPCompiler::OutputMessage -> CPPCompiler::Diagnostic (#1019)
jsmall-nvidia
2019-08-14
Small improvements around C/C++ testing (#1017)
jsmall-nvidia
2019-08-12
Ability to set Paths on Pass Through/Back End Compilers (#1010)
jsmall-nvidia
2019-08-12
Callable CPU code support (#1014)
jsmall-nvidia
2019-08-08
WIP: Preliminary Slang -> C++ code generation (#1009)
jsmall-nvidia
2019-08-08
Make SlangSession an alias for slang::IGlobalSession (#1011)
jsmall-nvidia
2019-08-08
Revise new COM-lite API (#1007)
Tim Foley
2019-08-06
Add support for the HLSL "cast from zero" idiom (#1008)
Tim Foley
2019-07-29
Fix issue with outputting "static" in GLSL (#1006)
Tim Foley
2019-07-29
Add an attribute to disable the overlapping-bindings warning (#1005)
Tim Foley
2019-07-22
Use C++ template types in code generation (#1000)
jsmall-nvidia
2019-07-18
Add back a notion of IR global constants (#1002)
Tim Foley
2019-07-17
Change how global-scope constants are handled (#1001)
Tim Foley
2019-07-17
Slang -> C++ -> SharedLibrary -> Test (#999)
jsmall-nvidia
2019-07-09
WIP: slang to C++ code generation (#997)
jsmall-nvidia
2019-07-03
Fix declaration of scalar sincos() function. (#996)
Tim Foley
2019-06-19
Make extractLine return a bool. (#991)
jsmall-nvidia
2019-06-19
Start exposing a new COM-lite API (#987)
Tim Foley
2019-06-18
StringUtil::extractLine (#989)
jsmall-nvidia
2019-06-18
Fix bug in handling of `h` literal suffix. (#990)
Tim Foley
2019-06-06
Split out target code generation from CLikeSourceEmitter (#976)
jsmall-nvidia
2019-06-04
Review improvements on #971: WIP: Support for other source target languages (...
jsmall-nvidia
[next]