From: Pyry Haulos Date: Tue, 19 Jan 2016 18:52:34 +0000 (-0500) Subject: Merge branch 'ppiotrowski_memory_pipeline_barrier_src_usage_flag_fix' into 'master' X-Git-Tag: upstream/0.1.0~812^2~137^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61722bf4437389d8f75ceb32e9e135d973b40b25;p=platform%2Fupstream%2FVK-GL-CTS.git 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 --- 61722bf4437389d8f75ceb32e9e135d973b40b25