commit | 087a17d48fa667b3e7e4dcfd8871bcfc2764e359 | [log] [tgz] |
---|---|---|
author | Piotr Byszewski <piotr.byszewski@mobica.com> | Thu Oct 25 16:50:20 2018 +0200 |
committer | Alexander Galazin <Alexander.Galazin@arm.com> | Thu Nov 01 05:49:29 2018 -0400 |
tree | 99c96315377353f5c0c65e66e1df93b0b2342f3e | |
parent | 252d81099f8c4eabf12e5dc8be2a4c7bcfc155c9 [diff] |
Correct vertex input tests on null driver On Null driver all features are enabled and this triggered execution of tests for 128 vertex attributes that are not commonly supported. Tests allocate buffer for verification which is not big enough for 128 attributes. This causes memory corruption and crash. This change resolves those issues. Components: Vulkan VK-GL-CTS issue: 1443 Affects: dEQP-VK.pipeline.vertex_input.* Change-Id: I9a89cc62fdd34f9da40ebf9d84e6cf5b5aed07d5
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.