HLSL: Fix boolean conversion bug and add more tests for ?:.
authorJohn Kessenich <cepheus@frii.com>
Wed, 12 Apr 2017 02:17:23 +0000 (20:17 -0600)
committerJohn Kessenich <cepheus@frii.com>
Wed, 12 Apr 2017 02:21:45 +0000 (20:21 -0600)
commitb5e739c20e8b30009b03fd2a5d4c689a3274aa2c
tree5318095602a5e79a5c84b58247b4e3a8118df307
parent636b62db8b90bf417dcd0a99cef81bc479af4dcc
HLSL: Fix boolean conversion bug and add more tests for ?:.

Null-conversion needs the right sized vectors to kick out with matching types.
Test/baseResults/hlsl.conditional.frag.out
Test/hlsl.conditional.frag
glslang/Include/revision.h
hlsl/hlslParseHelper.cpp