- Jul 30, 2016
-
-
steve-lunarg authored
-
John Kessenich authored
Single member structs initialized with an initializer list had an incorrect argument for constructor emulation.
-
- Jul 29, 2016
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
SPV: Fix an issue of ++/-- for dvec/dmat.
-
Rex Xu authored
-
John Kessenich authored
-
John Kessenich authored
Also, this allows turning on the error check for a failed assigment when parsing. This makes 39 HLSL tests have a working assignment that was previously silently dropped, due to lack of this functionality.
-
- Jul 28, 2016
-
-
John Kessenich authored
-
John Kessenich authored
HLSL: add Buffer support for Load method
-
John Kessenich authored
HLSL: add missing vec,vec,scalar form of lerp(), + test
-
John Kessenich authored
HLSL: allow uint literals, and add test for numeric suffixes
-
steve-lunarg authored
-
steve-lunarg authored
-
- Jul 27, 2016
-
-
steve-lunarg authored
-
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
-
- Jul 26, 2016
-
-
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.
-
- Jul 25, 2016
-
-
John Kessenich authored
-
John Kessenich authored
-
John Kessenich authored
-
- Jul 23, 2016
-
-
LoopDawg authored
-
John Kessenich authored
Remapper: Remap Scope and MemorySemantics IDs in SPIRV remapper
-
- Jul 22, 2016
-
-
LoopDawg authored
-
Pyry Haulos authored
Scope and MemorySemantics operands contain IDs as well and may need remapping.
-
- Jul 21, 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
-