radv: fix samples_identical return value.
authorDave Airlie <airlied@redhat.com>
Wed, 19 Oct 2016 05:43:26 +0000 (15:43 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 19 Oct 2016 07:39:01 +0000 (17:39 +1000)
commit67c91ef2a228b0843bdbb4b7b7128ef45e3dd71f
tree0702aecb5a7b0a487ac4e1c598afd28034e99345
parent93ba86c307616af86bdfbae3576fc9493be418fd
radv: fix samples_identical return value.

This was returning an inversion, so not doing as it should have.

We need to compare the fmask value with 0, and return the result
from that.
src/amd/common/ac_nir_to_llvm.c