vk/0.210.0: Fix how we handle access flags in barriers
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 3 Dec 2015 19:05:52 +0000 (11:05 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 3 Dec 2015 21:44:02 +0000 (13:44 -0800)
commit924fbfc9a1fc46a3698fa23649e6dccc3e3e6782
tree474837227ec8f92471c27ed01a0475695f011824
parentfa2435de3c1d849571e4929291d808cd8b46c080
vk/0.210.0: Fix how we handle access flags in barriers

The initial implementation in the 0.210.0 API update was misguieded as to
what the access flags meant.  This should be more correct.
src/vulkan/genX_cmd_buffer.c