vk/cmd_buffer: Initialize the pipeline pointer to NULL
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 26 May 2015 00:08:11 +0000 (17:08 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 26 May 2015 00:14:49 +0000 (17:14 -0700)
commitae8c93e023941c1b7622893b4f609c47585ca776
tree9154836511e8c94d2ba5df2aeed43b8f5b189c20
parent912944e59d60659d48569b5bccdf01d84593feac
vk/cmd_buffer: Initialize the pipeline pointer to NULL

If a meta operation is called before the pipeline is set, this can cause
uses of undefined values.  They *should* be harmless, but we might as well
shut up valgrind on this one too.
src/vulkan/device.c