Merge Vulkan CTS 1.0.2.2 into aosp/master
authorPyry Haulos <phaulos@google.com>
Fri, 31 Mar 2017 21:12:43 +0000 (14:12 -0700)
committerPyry Haulos <phaulos@google.com>
Fri, 31 Mar 2017 23:14:09 +0000 (16:14 -0700)
commitd4891aeb2903b596ca1bc14cb65fdc4f9b2a17e4
tree8c06bdb4013f545a244aed8e26153b5e96e8d9fe
parentc29c5a7b35604cd1a012fc24254459d2c1330ebb
parent93e2af037c07511c2ac415ec3e55452d9cfc341d
Merge Vulkan CTS 1.0.2.2 into aosp/master

Bug: 36780905

New tests:

 * Add tests for VK_KHR_incremental_present
 * Add tests for VK_GOOGLE_display_timing
 * Handle VK_EXT_swapchain_colorspace in swapchain tests

Fixes:

 * Imgtec Waiver for SNORM linear filtering
 * Check DynamicIndexing in pipeline.image count tests
 * Add missing barrier in synchronization tests
 * Fix invalid SPIR-V in dEQP-VK.sparse_resources
 * Add missing flushes for basic draws
 * Add missing flushes for indirect draws
 * Fix precision mismatch issues in dEQP-VK.glsl
 * Fix validation errors in dEQP-VK.tessellation
 * Fix precision mismatch in dEQP-VK.binding_model
 * Fix depth stencil aspect flag in render pass input tests
 * Fix image layout in dEQP-VK.image
 * Fix validation errors in dEQP-VK.geometry
 * Fix issues in pipeline.timestamp.transfer_tests
 * Refactor vktShaderExecutor
 * Improve precision handling in texture.explicit_lod
 * Fix a compilation error on GCC 5.4
 * Fix a compilation error on MSVC12
 * Fix bug in reallocation callback validation
 * Fix input attachment layout in renderpass tests

Change-Id: I76a768de047020d4624afa0aee2232e9e022f8d2
Android.mk