vk/pass: Emit a flushing pipe control at the end of the pass
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 14 May 2015 05:13:05 +0000 (22:13 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 14 May 2015 05:23:30 +0000 (22:23 -0700)
commita1309c5255a6474a46a2d3f1c828c3f3071c760d
treeefa553ad077f2638e90a2e475110aef8c4937bb6
parent07943656a7e0cadc6252621e877ed38937f67b91
vk/pass: Emit a flushing pipe control at the end of the pass

This is rather crude but it at least makes sure that all the render targets
get flushed at the end of the pass.  We probably actually want to do
somthing based on image layout traansitions, but this will work for now.
src/vulkan/device.c