anv/fence: Default to not ready
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 2 Feb 2016 20:22:00 +0000 (12:22 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 2 Feb 2016 20:22:03 +0000 (12:22 -0800)
commit0d2145b50f4b8b85702c9442f754c060901f38e0
treeac198fae6e61e24fd03bf4f1d5b762a813fe7a4a
parentac0589b213f21f22dc330d2e8fb8dceda3960ddc
anv/fence: Default to not ready

This is kind-of silly.  We *really* need to do a better job of making sure
all objects have all their default values set.  We probably also want to,
eventually, put everything into the BO (to save memory) and, more
specifically, make the GPU write the "ready" flag.  That way GetFenceStatus
won't ever have to call into the kernel.
src/vulkan/anv_device.c