aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/hlsl.shapeConv.frag.out
AgeCommit message (Expand)Author
2016-11-26Warn on HLSL not finding entry point. Issue #588.John Kessenich
2016-11-26Always correctly terminate main. Issue #588, PR #600.John Kessenich
2016-11-16HLSL: use HLSL parser to parse HLSL intrinsic prototypes, enable int/bool matssteve-lunarg
2016-10-26HLSL: Enable component-wise vector comparisons from operatorssteve-lunarg
2016-09-29HLSL Tests: Tests for previous commit, to make it easier to see what's changing.John Kessenich
2016-09-02HLSL: Handle swizzles on vectors of size 1. Addresses issue #453.John Kessenich
2016-09-02HLSL: Fix issue #442, smear and truncate shape conversions for == and !=.John Kessenich
2016-09-02HLSL: Correct line numbers for function definitions.John Kessenich
2016-08-15Updating tests, sadly every single HLSL test needs updating becuase of the la...Dan Baker
2016-08-07HLSL: Smear scalars to match vectors for relational operations.John Kessenich
2016-07-28HLSL: Add shape conversions for scalar -> vector assigments.John Kessenich