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-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
2017-06-19
Emit `#line` directives more aggressively
Tim Foley
2017-06-19
Don't emit redundant `#line` directives
Tim Foley
2017-06-19
Merge pull request #30 from tfoleyNV/slang-checking-fix
Tim Foley
2017-06-19
Make sure that semantic checks always apply to Slang files
Tim Foley
2017-06-19
Merge pull request #29 from tfoleyNV/auto-import
Tim Foley
2017-06-19
Allow for automatic importing of Slang code
Tim Foley
2017-06-16
Merge pull request #28 from tfoleyNV/rewriter-operator-fix
Tim Foley
2017-06-16
Bug fix: handle unchecked operator application in emit logic
Tim Foley
2017-06-15
Merge pull request #27 from tfoleyNV/decl-ref-cleanup
Tim Foley
2017-06-15
Replace `DeclRef` approach
Tim Foley
2017-06-15
Merge pull request #26 from tfoleyNV/cleanup
Tim Foley
2017-06-15
Remove more "core" code that isn't used.
Tim Foley
2017-06-15
Rename `CoreLib::*` to `Slang`
Tim Foley
2017-06-15
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-15
Merge pull request #25 from tfoleyNV/interfaces
Tim Foley
2017-06-15
Add basic support for `interface` declarations
Tim Foley
2017-06-14
Merge pull request #7 from tfoleyNV/testing
Tim Foley
2017-06-14
AppVeyor: Run tests as part of AppVeyor builds
Tim Foley
2017-06-14
Merge pull request #6 from tfoleyNV/testing
Tim Foley
2017-06-14
Testing: Adding binding-generation tests for some GLSL shaders
Tim Foley
2017-06-14
Testing: Add support for multiple tests per input file.
Tim Foley
2017-06-13
Merge pull request #5 from tfoleyNV/cross-compile
Tim Foley
2017-06-13
First pass at support for cross-compilation
Tim Foley
[next]