vk/device: Mark newly allocated memory as undefined for valgrind
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 31 Jul 2015 16:44:40 +0000 (09:44 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 31 Jul 2015 16:44:42 +0000 (09:44 -0700)
commit0f050aaa15ec6bd521eff013808ac151cec9abda
treebd28771db4b0580700d9a62ccfaaffae883444b6
parent1f49a7d9fc0eda5dfba03b0e3faca93e57b39132
vk/device: Mark newly allocated memory as undefined for valgrind

This way valgrind still works even if the client gives us memory that has
been initialized or re-uses memory for some reason.
src/vulkan/anv_device.c