Merge branch 'ppiotrowski_memory_pipeline_barrier_src_usage_flag_fix' into 'master'
authorPyry Haulos <phaulos@google.com>
Tue, 19 Jan 2016 18:52:34 +0000 (13:52 -0500)
committerPyry Haulos <phaulos@google.com>
Tue, 19 Jan 2016 18:52:34 +0000 (13:52 -0500)
commit61722bf4437389d8f75ceb32e9e135d973b40b25
treee88cac7cb0f8a89aa903f161b5f1aa08906c445e
parentbcce897648ab39336942e25fbbc15608d8a7d9cf
parent0422d9d2ad551e6894a7c04ff50db26083b60378
Merge branch 'ppiotrowski_memory_pipeline_barrier_src_usage_flag_fix' into 'master'

memory.pipeline.barrier.* fix for copy*Image flags

This affects tests using cmdImageCopy and cmdImageBlitCopy.
change layout of destination image to VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL;
changed image layout of source image to VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL;

See merge request !335