Merge branch 'wip/apinheiro/memory-barriers' into 'master'
authorAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 22 Nov 2016 14:13:23 +0000 (12:13 -0200)
committerAlexander Galazin <alexander.galazin@arm.com>
Mon, 12 Dec 2016 09:57:45 +0000 (10:57 +0100)
commit5352f42e03740989d9ae8df6b11eb189a16b5cc1
tree7503b4ad4a4c85df4d267edf12b9fb964218e717
parent94b81e2f776157b22db4213e2c82ebb8beb541e6
Merge branch 'wip/apinheiro/memory-barriers' into 'master'

    Extra memory barriers needed on different tests

    We found several tests to consistently fail or to be flaky (not always failing/passing) on Intel Skylake GT2 model. Those get solved adding memory barriers. Those memory barriers are convenient as could prevent the tests failing on other hw.

    The branch includes 4 new commits, to make easier the review, but I think that they can be squashed without problems.

    See merge request !108

Change-Id: I4ec91df6c1d8721eee18f9aa0223d3c5ba6465ef
external/openglcts/modules/gl/gl4cShaderImageLoadStoreTests.cpp
external/openglcts/modules/gl/gl4cShaderStorageBufferObjectTests.cpp
external/openglcts/modules/gl/gl4cShadingLanguage420PackTests.cpp
external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5ImagesArrayIndexing.cpp
external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArraySampling.cpp