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.cpp
Age
Commit message (
Expand
)
Author
2018-12-12
Running tests in slang-test process (#740)
jsmall-nvidia
2018-11-28
* Renamed spSessionHasCompileTargetSupport to spSessionCheckCompileTargetSup...
jsmall-nvidia
2018-11-21
Feature/early depth stencil (#727)
jsmall-nvidia
2018-11-06
Feature/shared library refactor (#712)
jsmall-nvidia
2018-11-01
Add support for a "strict" floating-point mode (#709)
Tim Foley
2018-10-30
Fix handling of DXR profiles (#704)
Tim Foley
2018-10-29
Rework command-line options handling for entry points and targets (#697)
Tim Foley
2018-10-26
Feature/file system cache (#692)
jsmall-nvidia
2018-10-22
Fix problem with __import not working (#688)
jsmall-nvidia
2018-10-17
IncludeFileSystem -> DefaultFileSystem (#677)
jsmall-nvidia
2018-10-16
Feature/include refactor (#675)
jsmall-nvidia
2018-10-15
Feature/source loc improvements (#673)
jsmall-nvidia
2018-10-12
Feature/source loc review (#672)
jsmall-nvidia
2018-10-10
Feature/source loc refactor (#668)
jsmall-nvidia
2018-10-09
Added -serial-ir command line option (#664)
jsmall-nvidia
2018-10-04
Support cross-compilation of ray tracing shaders to Vulkan (#663)
Tim Foley
2018-08-03
Major overhaul of Renderer abstraction, to support a new example (#624)
Tim Foley
2018-07-06
spCompile/spProcessCommandLineArguments return SlangResult (#610)
jsmall-nvidia
2018-06-22
Expose macros/functionality for defining interfaces (#604)
jsmall-nvidia
2018-06-14
Add support for "blobs" and a file-system callback (#596)
Tim Foley
2018-06-06
Add basic support for Shader Model 6.3 profiles (#594)
Tim Foley
2018-05-31
Add options to control matrix layout rules (#583)
Tim Foley
2018-05-02
Speedup type checking using cached overload resolution results.
Yong He
2018-04-20
Better diagnostics when compilation is aborted (#517)
Tim Foley
2018-04-13
Propagate diagnostics when imported module has errors (#485)
Tim Foley
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-03-22
Add support for DirectX Raytracing (DXR) (#451)
Tim Foley
2018-03-19
Entry point attribute (#447)
Tim Foley
2018-03-12
Stop compilation when a imported module contains errors. (#440)
Yong He
2018-02-22
Initial work on validating "constexpr"-ness in IR (#420)
Tim Foley
2018-02-20
make CompileRequest retain specailized IR module.
Yong He
2018-02-19
more to fixing memory leaks
Yong He
2018-02-19
Fix IR memory leaks.
Yong He
2018-02-16
IR/Vulkan fixes (#412)
Tim Foley
2018-02-08
Falcor fixes (#402)
Tim Foley
2018-02-03
Remove non-IR codegen paths (#398)
Tim Foley
2018-02-02
Remove support for the -no-checking flag (#392)
Tim Foley
2018-02-01
Fix a bug in import handling (#394)
Tim Foley
2018-01-29
Remove #import directive (#389)
Tim Foley
2018-01-26
Fix handling of errors in imported modules (#387)
Tim Foley
2018-01-26
Fix some crashing bugs around local variable declarations. (#385)
Tim Foley
2018-01-21
Improvements and bug fixes for global type parameters
Yong He
2018-01-19
Allow arbitrary type string as type argument in spAddEntryPointEx.
Yong He
2018-01-04
Bug fixes for Slang integration (#356)
Yong He
2018-01-03
Fix type lookup of global type arguments
Yong He
2018-01-02
no-codegen compile flag and global generics reflection (#347)
Yong He
2017-11-28
Enable HLSL/GLSL "rewrite" + IR-based Slang codegen (#300)
Tim Foley
2017-11-28
Generate IR per-module for loaded modules (#299)
Tim Foley
2017-11-17
Add support for global generic parameters (#285)
Yong He
2017-11-13
Parameter block work (#276)
Tim Foley
[next]