Merge tag 'vulkan-cts-1.1.0.2' into VulkanCTS-v1-1-0-2
authorChris Forbes <chrisforbes@google.com>
Fri, 19 Jan 2018 20:19:21 +0000 (12:19 -0800)
committerChris Forbes <chrisforbes@google.com>
Sat, 20 Jan 2018 02:06:05 +0000 (18:06 -0800)
commitd128c5a25ad85bc9f846e73daca12a9d5ee8258f
tree9b6f626e19814d0e5d9a595a7d6ad5aecbbecb8d
parented86bb393440edc8e66641d3b4c789cb472897e7
parent09e54ff976906ce301da1aba0eee55cee20ec072
Merge tag 'vulkan-cts-1.1.0.2' into VulkanCTS-v1-1-0-2

Vulkan CTS 1.1.0.2

Improvements:
 * Print extra information for get_physical_device_properties2
 * Add contextSupports functions

Fixes:
 * Round up vertex buffer size to stride multiple to fix OOB attribute reads
 * Do not use depthClampEnable unconditionally.
 * Fixed double type declarations and invalid OpUConvert usage.
 * Fix image layout transitions for peer Image
 * Fix subgroup tests error message
 * Trigger the fence off vkQueueSubmit
 * Add missing barrier to texel_view_compatible tests
 * YCbCr image views need a VkSamplerYcbcrConversionInfo
 * gl_PrimitiveIDIn tests have sketchy loop bounds.
 * Avoid watchdog timeout in Vulkan builtin precision tests

Test: Run Vulkan 1.1 dEQP with cts-tradefed
Change-Id: Ib19880dcd661387583bd9daa17d972bcdca02ca4
24 files changed:
Android.mk
AndroidGen.mk
CMakeLists.txt
android/cts/master/gles3-master.txt
android/cts/master/src/vk-excluded-tests.txt
android/cts/master/vk-master.txt
android/package/Android.mk
external/vulkancts/modules/vulkan/memory/vktMemoryPipelineBarrierTests.cpp
framework/opengl/gluCallLogWrapper.inl
framework/opengl/gluCallLogWrapperApi.inl
framework/opengl/wrapper/glwApi.inl
framework/opengl/wrapper/glwEnums.inl
framework/opengl/wrapper/glwFunctionTypes.inl
framework/opengl/wrapper/glwFunctions.inl
framework/opengl/wrapper/glwImpl.inl
framework/opengl/wrapper/glwInitExtES.inl
framework/opengl/wrapper/glwInitExtGL.inl
framework/platform/null/tcuNullRenderContextFuncs.inl
framework/platform/null/tcuNullRenderContextInitFuncs.inl
modules/egl/teglWideColorTests.cpp
modules/gles3/functional/CMakeLists.txt
modules/gles3/functional/es3fFunctionalTests.cpp
modules/gles31/functional/es31fNegativeAdvancedBlendEquationTests.cpp
scripts/opengl/src_util.py