- Jul 26, 2016
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
- Jul 23, 2016
-
-
John Kessenich authored
Remapper: Remap Scope and MemorySemantics IDs in SPIRV remapper
-
Pyry Haulos authored
Scope and MemorySemantics operands contain IDs as well and may need remapping.
-
- Jul 22, 2016
-
-
John Kessenich authored
HLSL: Add SampleLevel method
-
John Kessenich authored
Replaces PR #372.
-
John Kessenich authored
-
John Kessenich authored
-
LoopDawg authored
-
John Kessenich authored
Build: Add g++/clang warnings to match some enabled by /W4 in MSVC
-
John Kessenich authored
HLSL: Add texture Load method & decomposition
-
John Kessenich authored
AMD: Implement 4 AMD-specific extensions.
-
- Jul 21, 2016
-
-
LoopDawg authored
-
LoopDawg authored
-
John Kessenich authored
HLSL: Add SampleCmp and SampleCmpLevelZero texture methods
-
John Kessenich authored
Also, the per-build part had stopped auto-updating, which is fixed locally as a git hook.
-
- Jul 20, 2016
-
-
LoopDawg authored
-
Rex Xu authored
- Support GL_AMD_shader_ballot (SPV_AMD_shader_ballot). - Support GL_AMD_shader_trinary_minmax (SPV_AMD_shader_trinary_minmax). - Support GL_AMD_shader_explicit_vertex_parameter (SPV_AMD_shader_explicit_vertex_parameter). - Support GL_AMD_gcn_shader (SPV_AMD_gcn_shader).
-
John Kessenich authored
-
John Kessenich authored
Protect more against error recovery of bad built-in variable redeclarations.
-
John Kessenich authored
-
- Jul 19, 2016
-
-
John Kessenich authored
HLSL: Add tx.GetDimensions method (uint returns only)
-
LoopDawg authored
-
- Jul 17, 2016
-
-
John Kessenich authored
-
- Jul 16, 2016
-
-
John Kessenich authored
HLSL: Add SampleBias and SampleGrad methods, + associated tests
-
John Kessenich authored
Note: Technically, this is glslang's modified private copy of official headers. Official headers will appear in other places, like https://github.com/KhronosGroup/SPIRV-Headers.
-
LoopDawg authored
-
John Kessenich authored
Build: Reorder fields to avoid compiler initialization order error.
-
- Jul 15, 2016
-
-
Lei Zhang authored
-
- Jul 14, 2016
-
-
John Kessenich authored
HLSL: add in/out/inout qualifiers
-
John Kessenich authored
HLSL: add offset Sample() form and arrayed texture support
-
LoopDawg authored
-
- Jul 13, 2016
-
-
LoopDawg authored
-
John Kessenich authored
HLSL: Sampler/texture declarations, method syntax, partial Sample method
-
LoopDawg authored
-
- Jul 12, 2016
-
-
John Kessenich authored
-
John Kessenich authored
-
- Jul 10, 2016
-
-
John Kessenich authored
Added -C option to request cascading errors. By default, will exit early, to avoid all error-recovery-based crashes. This works by simulating end-of-file in input on first error, so no need for exception handling, or stack unwinding, or any complex error checking/handling to get out of the stack.
-
- Jul 09, 2016
-
-
John Kessenich authored
-