index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-07-06
Add missing declaration types to lowering pass.
Tim Foley
2017-07-06
Fix many warnings-as-errors issues.
Tim Foley
2017-07-06
Merge pull request #53 from tfoleyNV/cross-compilation
Tim Foley
2017-07-06
Start to support cross-compilation via "lowering" pass
Tim Foley
2017-06-30
Add initial cross-compilation test case.
Tim Foley
2017-06-30
Merge pull request #52 from tfoleyNV/syntax-meta
Tim Foley
2017-06-30
Add meta-definitions for AST types
Tim Foley
2017-06-29
Merge pull request #51 from tfoleyNV/refptr-string-cleanup
Tim Foley
2017-06-29
Overhaul `RefPtr` and `String`
Tim Foley
2017-06-28
Merge pull request #50 from tfoleyNV/literal-fix-fix
Tim Foley
2017-06-28
Store integer literals at high precision in AST
Tim Foley
2017-06-28
Merge pull request #48 from tfoleyNV/literal-suffix-fix
Tim Foley
2017-06-28
Actually respect suffixes on numeric literals.
Tim Foley
2017-06-28
Rename literal tokens.
Tim Foley
2017-06-27
Merge pull request #47 from tfoleyNV/import-subdir
Tim Foley
2017-06-27
Allow "dotted" import paths
Tim Foley
2017-06-27
Merge pull request #46 from tfoleyNV/import-exported
Tim Foley
2017-06-27
Allow for re-export of an `import` declaration
Tim Foley
2017-06-27
Merge pull request #45 from tfoleyNV/emit-imported-parameters
Tim Foley
2017-06-27
Emit global-scope parameters from imported files.
Tim Foley
2017-06-26
Merge pull request #44 from tfoleyNV/string-literal-parsing-fix
Tim Foley
2017-06-26
Fix parsing of string literals.
Tim Foley
2017-06-26
Merge pull request #43 from tfoleyNV/import-macros
Tim Foley
2017-06-26
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
Merge pull request #42 from tfoleyNV/reflect-imported
Tim Foley
2017-06-26
Add expected output file for test.
Tim Foley
2017-06-26
typo
Tim Foley
2017-06-26
Turn on some debug output for AppVeyor test failure.
Tim Foley
2017-06-26
Include imported code when generating reflection data
Tim Foley
2017-06-22
Merge pull request #39 from tfoleyNV/vector-constructors
Tim Foley
2017-06-21
Revamp definitions of texture `Load` and `GetDimensions`
Tim Foley
2017-06-21
Bug fix: correct attribute on `operator~`
Tim Foley
2017-06-21
Emit: Add support for `while` and `do {} while` statements
Tim Foley
2017-06-21
Support texture `Gather*()` operations
Tim Foley
2017-06-20
HLSL/Slang standard library additions
Tim Foley
2017-06-20
Merge pull request #37 from tfoleyNV/falcor-work
Tim Foley
2017-06-20
Only emit each `import`ed module once.
Tim Foley
2017-06-20
Add a useful source location to `typedef` declarations
Tim Foley
2017-06-20
Check `import` decls before all others.
Tim Foley
2017-06-20
Merge pull request #36 from tfoleyNV/entry-point-indexing
Tim Foley
2017-06-20
Overhaul handling of entry points and translation units.
Tim Foley
2017-06-20
Merge pull request #35 from tfoleyNV/input-patch-type-fix
Tim Foley
2017-06-20
Fix types for `InputPatch` and `OutputPatch`
Tim Foley
2017-06-19
Merge pull request #32 from tfoleyNV/line-directives
Tim Foley
2017-06-19
Merge pull request #33 from tfoleyNV/preprocessor-bug-fixes
Tim Foley
2017-06-19
Merge pull request #31 from tfoleyNV/escaped-newlines
Tim Foley
2017-06-19
Fixes for preprocessor conditionals that use macros
Tim Foley
2017-06-19
Bug fix for newline escaping.
Tim Foley
[next]