radv: Invert condition for all samples identical during resolve.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Mon, 25 Dec 2017 12:15:06 +0000 (13:15 +0100)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Wed, 27 Dec 2017 23:26:07 +0000 (00:26 +0100)
commitc39947ce3046d4339305f2bcecba2617b90edb71
tree23d8d4c05ffc0c7fc18e4bb9f9550e4a576490d1
parente5a7ef0013cfd0d9514a04d2be1186b7d41532b7
radv: Invert condition for all samples identical during resolve.

the samples_identical instruction returns 0 if they are differet, so
we have to do the extra work if the result is 0, not if it is != 0.

Fixes: f4e499ec791 "radv: add initial non-conformant radv vulkan driver"
Reviewed-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_meta.c