Merge vulkan-cts-1.0.2 into aosp/master
authorPyry Haulos <phaulos@google.com>
Thu, 6 Apr 2017 22:02:17 +0000 (15:02 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 6 Apr 2017 22:02:17 +0000 (15:02 -0700)
commit55da06144c4b89c5779a74dda7b3267d34ebfc3c
tree546b10276213e0abd52b4c5e873d3d3c30c2ce4b
parent89c3844ccba5e68094059cb12b63d561eb9fb062
parent8ec91f813058ac574045101c05971ad1470dff92
Merge vulkan-cts-1.0.2 into aosp/master

Contains following fixes that have been made after vulkan-cts-1.0.2.2:

 * Fix - uniform buffer incorrectly dereferenced
 * Use vkGetInstanceProcAddr(NULL) to load platform funcs
 * Imgtec Waiver for texture_gather*cube*depth32f*
 * Add VK_KHR_incremental_present to the list of allowed device
extensions
 * Use -std=c++03 with GCC and clang
 * Fix GCC 6.3 warnings in vulkan-cts-1.0.2
 * Improve check_build_sanity.py
 * Relax image verification in anisotropic filtering tests
 * Respect maxColorAttachments in image tests
 * Fix SPIR-V generation in dEQP-VK.spirv_assembly
 * Fix - depth/stencil images mandatory only for VK_IMAGE_TYPE_2D
 * Add missing barrier in ssbo layout tests

This merge doesn't match any Vulkan CTS release tag.

Bug: 36899783
Bug: 36817508
Change-Id: I5dff02835e5296e1c25ba67675c06e2261e5c476
modules/egl/teglRenderCase.cpp
modules/gles2/functional/es2fIntegerStateQueryTests.cpp
modules/gles3/functional/es3fIntegerStateQueryTests.cpp
scripts/build_android_mustpass.py