anv: Fix cache UUID generation.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 28 Nov 2016 21:37:44 +0000 (13:37 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 28 Nov 2016 21:40:04 +0000 (13:40 -0800)
commit15d3fc167a6eebc6df50c603275288cc496d6689
tree5d593f45d155af79b03a105aba88b25e28332efb
parent65ea559465df527d8a2998380c7eb2554780a2ba
anv: Fix cache UUID generation.

I asked Emil to switch from 0 (success) vs. -1 (fail) to use a boolean
in my review comments.  The "not" went missing.  Easy mistake, but the
result is that nothing runs at all :)

Fix whitespace while we're here too.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/vulkan/anv_device.c