- 28 Jul, 2016 2 commits
-
-
John Kessenich authored
HLSL: allow uint literals, and add test for numeric suffixes
-
steve-lunarg authored
-
- 27 Jul, 2016 8 commits
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
HLSL: Add CalculateLevelOfDetail, and unimplemented errors for *Uncla…
-
steve-lunarg authored
-
John Kessenich authored
Missing are implicit conversions between int/bool/etc.
-
John Kessenich authored
Starting out with this turned off, so tests can be locally fixed, then will turn it on.
-
John Kessenich authored
HLSL: add 2DMS texture formats, and matching Load / GetDimensions sup…
-
steve-lunarg authored
-
- 26 Jul, 2016 3 commits
-
-
John Kessenich authored
Apply the interpolation first, then apply the swizzle to the result, the inverse of the order requested by the AST. This fixes issue #411.
-
John Kessenich authored
HLSL: Add gather, improve proto generator machine for upcoming 2DMS/S…
-
John Kessenich authored
HLSL: enable #line extension by default for HLSL source.
-
- 25 Jul, 2016 3 commits
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
- 23 Jul, 2016 2 commits
-
-
LoopDawg authored
-
John Kessenich authored
Remapper: Remap Scope and MemorySemantics IDs in SPIRV remapper
-
- 22 Jul, 2016 2 commits
-
-
LoopDawg authored
-
Pyry Haulos authored
Scope and MemorySemantics operands contain IDs as well and may need remapping.
-
- 21 Jul, 2016 10 commits
-
-
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.
-
LoopDawg authored
-
LoopDawg authored
-
- 20 Jul, 2016 4 commits
-
-
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.
-
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).
-
- 19 Jul, 2016 4 commits
-
-
John Kessenich authored
-
John Kessenich authored
Protect more against error recovery of bad built-in variable redeclarations.
-
John Kessenich authored
-
John Kessenich authored
HLSL: Add tx.GetDimensions method (uint returns only)
-
- 18 Jul, 2016 1 commit
-
-
LoopDawg authored
-
- 16 Jul, 2016 1 commit
-
-
John Kessenich authored
-