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-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
2017-07-19
Build a dynamic library for Slang
Tim Foley
2017-07-19
Merge pull request #124 from tfoleyNV/gh-122
Tim Foley
2017-07-19
Fix up translation of `GetDimensions()`
Tim Foley
2017-07-19
Merge pull request #123 from tfoleyNV/parameter-block-name-fixes
Tim Foley
2017-07-19
Fixes for how parameter block names are set up.
Tim Foley
2017-07-18
Merge pull request #121 from tfoleyNV/gaussian-blur-fixes
Tim Foley
2017-07-18
Merge pull request #120 from tfoleyNV/compile-time-loop
Tim Foley
2017-07-18
Swizzle result of buffer load based on element type
Tim Foley
2017-07-18
Add basic GLSL lowering buffer `Buffer` loads
Tim Foley
2017-07-18
Add a compile-time loop construct to Slang
Tim Foley
[next]