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-13
An array of resources in Vulkan only consumes one binding
Tim Foley
2017-07-13
Add several missing GLSL qualifiers
Tim Foley
2017-07-13
Allow GLSL `#version` to be selected based on profile
Tim Foley
2017-07-13
Allow `spGetEntryPointCode` to return text results too
Tim Foley
2017-07-13
Don't emit C-style `#line` directives when directly generating GLSL
Tim Foley
2017-07-13
Update version of `glslang` in submodule
Tim Foley
2017-07-12
Merge pull request #80 from tfoleyNV/falcor-work
Tim Foley
2017-07-12
Add ability for intrinsics to require GLSL extensions
Tim Foley
2017-07-12
Don't report error on assigning to an erroneous expression
Tim Foley
2017-07-12
Don't emit interpolation modifiers on struct fields when outputting GLSL
Tim Foley
2017-07-12
Use C-style line directives, even for GLSL
Tim Foley
2017-07-12
Properly register error on downstream compiler failure
Tim Foley
2017-07-12
Add tuple lowering logic for assignment
Tim Foley
2017-07-12
Merge pull request #79 from tfoleyNV/sample-rate-reflection
Tim Foley
2017-07-12
Add basic reflection query for checking if entry point is "sample-rate"
Tim Foley
2017-07-12
Add per-entry-point information to reflection JSON dumps
Tim Foley
2017-07-11
Merge pull request #76 from tfoleyNV/gh-75
Tim Foley
2017-07-11
Make parser recovering more robust to avoid infinite loops
Tim Foley
2017-07-11
Merge pull request #74 from tfoleyNV/resources-in-structs
Tim Foley
2017-07-11
Bug fixes for resources-in-structs.
Tim Foley
2017-07-11
Add GLSL lowerings for `ddx*` and `ddy*`
Tim Foley
2017-07-11
Bug fix for lowering of tuple types without layout.
Tim Foley
2017-07-11
Merge pull request #73 from tfoleyNV/image-type-reflection
Tim Foley
2017-07-11
Merge pull request #72 from tfoleyNV/resources-in-structs
Tim Foley
2017-07-11
Improve reporting of GLSL `image*` types
Tim Foley
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
[next]