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-17
Map HLSL `SampleGrad` to GLSL `textureGrad[Offset]`
Tim Foley
2017-07-17
Add hacky GLSL lowering for `GetDimensions`
Tim Foley
2017-07-17
Improve handling of `SampleCmpLevelZero`
Tim Foley
2017-07-17
Map HLSL `linear` to GLSL... nothing
Tim Foley
2017-07-17
Merge pull request #110 from tfoleyNV/gl-layer-pick-version
Tim Foley
2017-07-17
Pick correct GLSL version when `gl_Layer` used
Tim Foley
2017-07-17
Merge pull request #108 from tfoleyNV/gh-105
Tim Foley
2017-07-17
Merge pull request #107 from tfoleyNV/glsl-matrix-mult-bug
Tim Foley
2017-07-17
Add emit logic for generic app expressions
Tim Foley
2017-07-17
Fix AST node type for `TriangleStream`
Tim Foley
2017-07-17
Skip unknown types during parameter-binding/-reflection step
Tim Foley
2017-07-17
Add explicit operator overloads for scalar/matrix cases
Tim Foley
2017-07-17
Merge pull request #106 from tfoleyNV/varying-integer
Tim Foley
2017-07-17
Handle `flat` interpolation cases in cross compilation
Tim Foley
2017-07-14
Merge pull request #92 from tfoleyNV/glsl-thread-group-size
Tim Foley
2017-07-14
Add reflection support for GLSL thread-group-size modifier
Tim Foley
2017-07-14
Merge pull request #90 from tfoleyNV/cbuffer-field-layout-fix
Tim Foley
2017-07-14
Adjust type layout when parameter block constains member using the same resource
Tim Foley
2017-07-14
Merge pull request #89 from tfoleyNV/glpervertex-location-fix
Tim Foley
2017-07-14
Don't assign a `binding` to a `push_constant` buffer
Tim Foley
2017-07-14
Don't use "auto locations" mode in glslang
Tim Foley
2017-07-13
Merge pull request #87 from tfoleyNV/debug-dump
Tim Foley
2017-07-13
Add support for dumping intermediates for debugging.
Tim Foley
2017-07-13
Merge pull request #86 from tfoleyNV/resource-array-layout-fix
Tim Foley
2017-07-13
Merge pull request #85 from tfoleyNV/working
Tim Foley
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
[next]