tag | 6f13b8655d37f8ffae3604e6bab93503d8505e9d | |
---|---|---|
tagger | Pyry Haulos <phaulos@google.com> | Thu Feb 23 11:42:32 2017 -0800 |
object | 0a80ec2c33f4483764669cc58ea3010f9c1b855f |
Vulkan CTS 1.0.2.1 Release New tests: * VK_KHR_push_descriptor * VK_KHR_descriptor_update_template Bug fixes: * Write gl_PointSize value when it is undefined * dEQP-VK.info.*image_format_properties2* VkImageUsageFlags fix * Fix memory management, image layout issues in uploadImageSparse() * Do not require unsupported sparse images in image_format_properties test * Fix dEQP-VK.api.info.get_physical_device_properties2.properties * Fix XCB window dimensions setter * Fix issues in Vulkan PointCoord test * Fix uint precision issue in pipeline barrier tests * Update SPIR-V tools to ab03b87
commit | 0a80ec2c33f4483764669cc58ea3010f9c1b855f | [log] [tgz] |
---|---|---|
author | Petros Bantolas <petros.bantolas@imgtec.com> | Fri Nov 04 15:12:52 2016 +0000 |
committer | Pyry Haulos <phaulos@google.com> | Wed Feb 15 20:22:14 2017 -0800 |
tree | e7a95e53a709955086ad3f91b8267499429b44a0 | |
parent | bd578c3d92217d1f2e03847c7f3d65991cb4f9cb [diff] |
Test descriptor_update_template, push_descriptor Extended the existing binding_model tests with 3 new variants, 'with_template', 'with_push_template' and 'with_push'. The least invasive method to support push descriptor updates without template was to persist the DescriptorSetUpdateBuilder object in the test instance classes, so that it can be referenced when building the command buffer. Change-Id: I731fa41c5ff99ab1d390d77d7aabb4424e091e35 (cherry picked from commit 7f5ba3914c1d9033dd4f896ef6fcaa22f5c5e038)
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.