commit | d98514b6a944f4ef8f008c7381f65563609fd149 | [log] [tgz] |
---|---|---|
author | Pyry Haulos <phaulos@google.com> | Wed Oct 12 13:22:41 2016 -0700 |
committer | Pyry Haulos <phaulos@google.com> | Thu Oct 13 18:35:27 2016 -0400 |
tree | 3936e14c1ed6f8e0aa285e052978cb6dba798a04 | |
parent | 1ad113755d9949abfbc54b67644437eef7844fcd [diff] |
Get rid of DEQP_SUPPORT_GLES2, _GLES3, _EGL, _OPENGL Common code for those APIs don't need platform headers or implementation libraries to be present build- nor run-time. It then makes sense to always enable all relevant code paths on build time and have them gracefully fail on run-time instead if driver libraries can not be found. Change-Id: I31f417f368206b9ee0d7cadcc0cf5e227bda125f
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.