vk: Add valgrind checks in various emit functions
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 10 Jun 2015 04:36:12 +0000 (21:36 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 10 Jun 2015 04:51:37 +0000 (21:51 -0700)
commit9cae3d18ac44677fb1c1a4d9c01a1630e62fcb7a
treed9621d5909f7a044247f57202693ae4e99dd809f
parentd5ad24e39b704525f1f39dd75b2092801c1c6124
vk: Add valgrind checks in various emit functions

The check in batch_bo_finish should catch any undefined values in the batch
but isn't that great for debugging.  The checks in the various emit
functions will help get better granularity.
src/vulkan/device.c
src/vulkan/private.h