commit | 148890e79faa5c5dda04f73c0162553b640f04d0 | [log] [tgz] |
---|---|---|
author | Pyry Haulos <phaulos@google.com> | Fri May 12 12:58:30 2017 -0700 |
committer | Pyry Haulos <phaulos@google.com> | Fri May 12 12:58:30 2017 -0700 |
tree | ad36eac086ab6271fc4cd67517f76f58ced783a2 | |
parent | 4b6115726c8d6c36bb606c4dd28843bae2ed3b87 [diff] | |
parent | a11c1a38ff00f6274e58d8d2476d0cc0de57cb2d [diff] |
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
This repository contains a GPU testing suite called dEQP (drawElements Quality Program). dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan.
Up-to-date documentation for the dEQP is available at Android Open Source Project site.
This repository includes Khronos Vulkan CTS under external/vulkancts
directory. For more information see Vulkan CTS README.