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.cpp
Commit message (
Expand
)
Author
Age
*
Falcor fixes (#402)
Tim Foley
2018-02-08
*
Remove non-IR codegen paths (#398)
Tim Foley
2018-02-03
*
Remove support for the -no-checking flag (#392)
Tim Foley
2018-02-02
*
Fix a bug in import handling (#394)
Tim Foley
2018-02-01
*
Remove #import directive (#389)
Tim Foley
2018-01-29
*
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-26
*
Improvements and bug fixes for global type parameters
Yong He
2018-01-21
*
Allow arbitrary type string as type argument in spAddEntryPointEx.
Yong He
2018-01-19
*
Bug fixes for Slang integration (#356)
Yong He
2018-01-04
*
Fix type lookup of global type arguments
Yong He
2018-01-03
*
no-codegen compile flag and global generics reflection (#347)
Yong He
2018-01-02
*
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-28
*
Add support for global generic parameters (#285)
Yong He
2017-11-17
*
Parameter block work (#276)
Tim Foley
2017-11-13
*
Support generic interface methods (#251)
Yong He
2017-11-07
*
merge with fixWarnings branch
Yong He
2017-11-04
|
\
|
*
fixed all warnings
Yong He
2017-11-04
*
|
associatedtypes: generating almost correct HLSL, but is not calling correctly...
Yong He
2017-11-03
|
/
*
Initial work on support code generation for generics with constraints (#233)
Tim Foley
2017-10-27
*
Fix up emission of shader parameter semantics when using IR (#226)
Tim Foley
2017-10-20
*
Implement notion of a "container format" (#213)
Tim Foley
2017-10-16
*
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-10-13
*
Fixup: re-enable exception guard (#208)
Tim Foley
2017-10-11
*
Get tests running/passing under Linux (#194)
Tim Foley
2017-09-29
*
Fix some issues around cloned modifiers.
Tim Foley
2017-08-31
*
Add user-defined builtins to the "core" module
Tim Foley
2017-08-15
*
Add an explicit `Name` type
Tim Foley
2017-08-14
*
Data-driven parsing of modifiers
Tim Foley
2017-08-12
*
Look up declaration keywords using ordinary scoping.
Tim Foley
2017-08-11
*
Make source location lightweight
Tim Foley
2017-08-10
*
Major naming overhaul:
Tim Foley
2017-08-09
*
Remove uses of global variables
Tim Foley
2017-08-07
*
Add a `-o` option to command-line `slangc`
Tim Foley
2017-07-25
*
Add an API option to control emission of `#line` directives
Tim Foley
2017-07-21
*
Try to improve handling of failures during compilation
Tim Foley
2017-07-19
*
Add support for dumping intermediates for debugging.
Tim Foley
2017-07-13
*
Allow `spGetEntryPointCode` to return text results too
Tim Foley
2017-07-13
*
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
*
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-09
*
Fully parse function bodies, even in "rewriter" mode
Tim Foley
2017-07-08
*
Fix many warnings-as-errors issues.
Tim Foley
2017-07-06
*
Add meta-definitions for AST types
Tim Foley
2017-06-30
*
Check for re-import at translation-unit level
Tim Foley
2017-06-26
*
Make `#import` work with preprocessor macros
Tim Foley
2017-06-26
*
Replace "auto-import" with `#import`
Tim Foley
2017-06-26
*
Include imported code when generating reflection data
Tim Foley
2017-06-26
[next]