summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorPyry Haulos <phaulos@google.com>2017-05-12 09:38:51 -0700
committerPyry Haulos <phaulos@google.com>2017-05-12 09:38:51 -0700
commit633ab6f3c84dba812f0beedc6a31884008ad9d6d (patch)
tree3ca3ed8b7fa1d10baa9404353d49057a23a6a6d0 /Android.mk
parent1211e9fe1b2438be58faeaee8f6c299e4048ff40 (diff)
parenta11c1a38ff00f6274e58d8d2476d0cc0de57cb2d (diff)
downloadVK-GL-CTS-633ab6f3c84dba812f0beedc6a31884008ad9d6d.tar.gz
VK-GL-CTS-633ab6f3c84dba812f0beedc6a31884008ad9d6d.tar.bz2
VK-GL-CTS-633ab6f3c84dba812f0beedc6a31884008ad9d6d.zip
Update Vulkan CTS to version 1.0.2.3
New tests: * Add tests for VK_KHR_shared_presentable_image * Add tests for VK_KHR_get_surface_capabilities2 Fixes: * makeFramebufferWithoutAttachments creates invalid framebuffer * Fix typo in dE-IT.build_info.de_endianness_consistent name * 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 Bug: 38260702 Change-Id: I1c00d4b63c339ba69990b64a5bb225c661957e4c
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 4e7bbcf59..e567d55d1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -911,6 +911,7 @@ LOCAL_SRC_FILES := \
external/vulkancts/modules/vulkan/vktTestPackageEntry.cpp \
external/vulkancts/modules/vulkan/wsi/vktWsiDisplayTimingTests.cpp \
external/vulkancts/modules/vulkan/wsi/vktWsiIncrementalPresentTests.cpp \
+ external/vulkancts/modules/vulkan/wsi/vktWsiSharedPresentableImageTests.cpp \
external/vulkancts/modules/vulkan/wsi/vktWsiSurfaceTests.cpp \
external/vulkancts/modules/vulkan/wsi/vktWsiSwapchainTests.cpp \
external/vulkancts/modules/vulkan/wsi/vktWsiTests.cpp