Merge branch 'fix-memory-barrier-tests' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Tue, 23 Feb 2016 18:29:20 +0000 (13:29 -0500)
committerPyry Haulos <phaulos@google.com>
Tue, 23 Feb 2016 18:29:20 +0000 (13:29 -0500)
Pipeline barrier test fixes

- Set image layout to undefined after memory has been written by host
  or through buffer.
- Fix CacheState transitivity by removing bit not operation.
- Require bound buffer for render operations.

Change-Id: I7c44f5be51ef5e23cc3304fc90f8970ebe135a52

See merge request !431


Trivial merge