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-11
Initial work on handling resources in structs during cross-compilation
Tim Foley
2017-07-11
Fixup for binary/string output.
Tim Foley
2017-07-11
Merge pull request #70 from tfoleyNV/support-more-sv-semantics
Tim Foley
2017-07-11
Add GLSL translations for many `SV_*` semantics
Tim Foley
2017-07-11
Don't emitting an imported declaration unless it is used.
Tim Foley
2017-07-11
Update `.gitignore` to deal with render-test output
Tim Foley
2017-07-10
Merge pull request #67 from kyaoNV/spirv
Tim Foley
2017-07-10
Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...
Kai-Hwa Yao
2017-07-10
Don't assume vector contains contents
Kai-Hwa Yao
2017-07-10
Refactored compile output to work with raw data instead of Strings
Kai-Hwa Yao
2017-07-10
Allow glslang wrapper to output regular SPIRV before disassembly
Kai-Hwa Yao
2017-07-10
Merge pull request #69 from tfoleyNV/falcor-fixes
Tim Foley
2017-07-10
Handle function name properly for unchecked call
Tim Foley
2017-07-10
Merge pull request #68 from tfoleyNV/static-bug-fix
Tim Foley
2017-07-10
Fix emission of `static` for HLSL
Tim Foley
2017-07-10
Merge pull request #66 from tfoleyNV/falcor-work
Tim Foley
2017-07-10
Add support for `imageBuffer`
Tim Foley
2017-07-10
Try to be more robust against un-checked types during lowering, etc.
Tim Foley
2017-07-10
Merge pull request #65 from tfoleyNV/falcor-work
Tim Foley
2017-07-10
Start handling system-value semantics during lowering
Tim Foley
2017-07-10
Cleanups for test cases:
Tim Foley
2017-07-10
More cross-compilation fixes
Tim Foley
2017-07-09
Ensure that lowered globals for `inout` shader parameters have unique names
Tim Foley
2017-07-09
Fix up scoping for cross-compiled `main()` body
Tim Foley
2017-07-09
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-09
Some quick fixes to reflection API to try to help Falcor
Tim Foley
2017-07-08
Merge pull request #60 from tfoleyNV/revise-rewriter
Tim Foley
2017-07-08
Fix constant folding for `ParenExpr`
Tim Foley
2017-07-08
Move renaming logic to lowering pass.
Tim Foley
2017-07-08
Add back `UnparsedStmt`
Tim Foley
2017-07-08
Differentiate HLSL `for` loops in AST
Tim Foley
2017-07-08
Revise how hidden implicit casts are recognized.
Tim Foley
2017-07-08
Revise the (only) rewriter-error test case
Tim Foley
2017-07-08
Try to emit expressions with minimal parentheses
Tim Foley
2017-07-08
Fully parse function bodies, even in "rewriter" mode
Tim Foley
2017-07-07
Merge pull request #59 from tfoleyNV/cross-compilation
Tim Foley
2017-07-07
Map HLSL `lerp` to GLSL `mix`
Tim Foley
2017-07-07
Don't emit `[unroll]` or `[loop]` to GLSL
Tim Foley
2017-07-07
Add GLSL equivalents for some stdlib operations.
Tim Foley
2017-07-07
Overhaul emit logic to use visitor abstraction
Tim Foley
2017-07-07
Don't emit the `static` keyword when generating GLSL
Tim Foley
2017-07-07
Eliminate `typedef`s when lowering to GLSL
Tim Foley
2017-07-07
Fix up visitor approach.
Tim Foley
2017-07-07
Merge pull request #58 from tfoleyNV/bug-57
Tim Foley
2017-07-07
Merge pull request #56 from tfoleyNV/bug-55
Tim Foley
2017-07-07
Fix support for `std430` layout
Tim Foley
2017-07-07
Add some reflection support for SSBO and `tbuffer` declarations
Tim Foley
2017-07-07
Fix alignment computation for `std140` uniforms
Tim Foley
2017-07-07
Handle new parameter category cases in reflection JSON emit
Tim Foley
2017-07-07
Fix typo in parameter category name
Tim Foley
[next]