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-08-15
Merge pull request #165 from tfoleyNV/ir
Tim Foley
2017-08-15
Starting to add intermediate representation (IR)
Tim Foley
2017-08-15
Merge pull request #162 from tfoleyNV/gh-38
Tim Foley
2017-08-15
Add missing expected output file for test.
Tim Foley
2017-08-15
Improve diagnostics for overlapping/conflicting bindings
Tim Foley
2017-08-15
Merge pull request #161 from tfoleyNV/gh-160
Tim Foley
2017-08-15
Handle possibility of bad types in varying input/output signature.
Tim Foley
2017-08-14
Merge pull request #159 from tfoleyNV/name-type
Tim Foley
2017-08-14
Add an explicit `Name` type
Tim Foley
2017-08-14
Rename `Name` fields to `name`
Tim Foley
2017-08-12
Merge pull request #158 from tfoleyNV/syntax-lookup
Tim Foley
2017-08-12
Data-driven parsing of modifiers
Tim Foley
2017-08-11
Merge pull request #157 from tfoleyNV/syntax-lookup
Tim Foley
2017-08-11
Look up declaration keywords using ordinary scoping.
Tim Foley
2017-08-10
Merge pull request #156 from tfoleyNV/source-file-cleanup
Tim Foley
2017-08-10
Make source location lightweight
Tim Foley
2017-08-09
Merge pull request #155 from tfoleyNV/renaming
Tim Foley
2017-08-09
Merge pull request #154 from tfoleyNV/fix-lowering
Tim Foley
2017-08-09
Major naming overhaul:
Tim Foley
2017-08-09
Fix use of "pseudo-syntax" in current lowering pass
Tim Foley
2017-08-07
Merge pull request #153 from tfoleyNV/remove-globals
Tim Foley
2017-08-07
Remove uses of global variables
Tim Foley
2017-07-27
Update README.md
Tim Foley
2017-07-26
Merge pull request #149 from tfoleyNV/docs
Tim Foley
2017-07-26
Update documentation.
Tim Foley
2017-07-26
Merge pull request #148 from shader-slang/add-code-of-conduct
Tim Foley
2017-07-26
Create CODE_OF_CONDUCT.md
Tim Foley
2017-07-25
Merge pull request #146 from tfoleyNV/output-path-option
Tim Foley
2017-07-25
Add a `-o` option to command-line `slangc`
Tim Foley
2017-07-23
Merge pull request #143 from tfoleyNV/fixup-for-glslang-bug-fixup
Tim Foley
2017-07-23
Fixup for the glslang bug workaround
Tim Foley
2017-07-23
Merge pull request #142 from tfoleyNV/glslang-bug-workaround
Tim Foley
2017-07-23
Work around glslang issue 988
Tim Foley
2017-07-22
Merge pull request #136 from tfoleyNV/explicit-sampler-fix
Tim Foley
2017-07-22
Make the "hack" sampler explicit for now
Tim Foley
2017-07-21
Merge pull request #135 from tfoleyNV/falcor-hashed-alpha-fixups
Tim Foley
2017-07-21
Map HLSL `frac()` to GLSL `fract()`
Tim Foley
2017-07-21
Merge pull request #134 from tfoleyNV/gh-133
Tim Foley
2017-07-21
Don't add `flat` qualifier to integer fragment output
Tim Foley
2017-07-21
Merge pull request #132 from tfoleyNV/line-directive-control
Tim Foley
2017-07-21
Add an API option to control emission of `#line` directives
Tim Foley
2017-07-20
Merge pull request #130 from tfoleyNV/vs-write-gllayer
Tim Foley
2017-07-20
Require extension when using `gl_Layer` in VS
Tim Foley
2017-07-20
Merge pull request #129 from tfoleyNV/single-pass-stereo-ext
Tim Foley
2017-07-20
Translate NV single-pass stereo extension from Slang to GLSL
Tim Foley
2017-07-19
Merge pull request #128 from tfoleyNV/improve-failure-modes
Tim Foley
2017-07-19
Try to improve handling of failures during compilation
Tim Foley
2017-07-19
Merge pull request #127 from tfoleyNV/deployment
Tim Foley
2017-07-19
Use AppVeyor to deploy to GitHub Releases
Tim Foley
2017-07-19
Merge pull request #126 from tfoleyNV/dynamic-library-build
Tim Foley
[next]