Merge Vulkan CTS 1.0.2.2 into goog/oc-dev
authorPyry Haulos <phaulos@google.com>
Fri, 31 Mar 2017 21:32:14 +0000 (14:32 -0700)
committerPyry Haulos <phaulos@google.com>
Fri, 31 Mar 2017 23:16:08 +0000 (16:16 -0700)
commita44ba43f52f7eb4eab4d9e6bde4d4eb339c79d84
treef2dd8e9bee165fb3dc527c740b42c0d886468ce7
parent37fdf4664909b9f362ae2cced2d43ba45629c519
parent93e2af037c07511c2ac415ec3e55452d9cfc341d
Merge Vulkan CTS 1.0.2.2 into goog/oc-dev

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: Ic6689e68194aeb0857a4223b523e2e893e7a2ddc
Android.mk