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
/
compiler.cpp
Age
Commit message (
Expand
)
Author
2018-10-04
Support cross-compilation of ray tracing shaders to Vulkan (#663)
Tim Foley
2018-06-14
Add support for "blobs" and a file-system callback (#596)
Tim Foley
2018-06-13
Make render-test use Slang for all shader compilation (#597)
Tim Foley
2018-03-19
Entry point attribute (#447)
Tim Foley
2017-11-17
Add support for global generic parameters (#285)
Yong He
2017-11-04
fixed all warnings
Yong He
2017-11-01
Allow use of dxc compiler for DXIL generation (#241)
Tim Foley
2017-10-16
Implement notion of a "container format" (#213)
Tim Foley
2017-10-13
Get rid of the `-slang-ir-asm` target (#212)
Tim Foley
2017-10-13
Move reflection JSON generation into separate text fixture (#211)
Tim Foley
2017-09-27
First attempt at a Linux build (#193)
Tim Foley
2017-09-21
Initial work on a "VM" for Slang code (#189)
Tim Foley
2017-09-14
IR: handle control flow constructs (#186)
Tim Foley
2017-08-14
Add an explicit `Name` type
Tim Foley
2017-08-10
Make source location lightweight
Tim Foley
2017-08-07
Remove uses of global variables
Tim Foley
2017-07-25
Add a `-o` option to command-line `slangc`
Tim Foley
2017-07-21
Add an API option to control emission of `#line` directives
Tim Foley
2017-07-19
Try to improve handling of failures during compilation
Tim Foley
2017-07-19
Build a dynamic library for Slang
Tim Foley
2017-07-13
Add support for dumping intermediates for debugging.
Tim Foley
2017-07-13
Allow GLSL `#version` to be selected based on profile
Tim Foley
2017-07-12
Properly register error on downstream compiler failure
Tim Foley
2017-07-12
Add basic reflection query for checking if entry point is "sample-rate"
Tim Foley
2017-07-11
Fixup for binary/string output.
Tim Foley
2017-07-10
Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...
Kai-Hwa Yao
2017-07-10
Refactored compile output to work with raw data instead of Strings
Kai-Hwa Yao
2017-07-10
Cleanups for test cases:
Tim Foley
2017-07-09
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-06
Start to support cross-compilation via "lowering" pass
Tim Foley
2017-06-20
Overhaul handling of entry points and translation units.
Tim Foley
2017-06-15
Rename `CoreLib::*` to `Slang`
Tim Foley
2017-06-15
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-13
First pass at support for cross-compilation
Tim Foley
2017-06-09
Initial import of code.
Tim Foley