Vulkan: Add wide-color tests
[platform/upstream/VK-GL-CTS.git] / README.md
1 dEQP README
2 ===========
3
4 This repository contains a GPU testing suite called dEQP (drawElements Quality Program).
5 dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan.
6
7 Documentation
8 -------------
9
10 Up-to-date documentation for the dEQP is available at
11 [Android Open Source Project site](http://source.android.com/devices/graphics/testing.html).
12
13 Khronos Vulkan Conformance Tests
14 --------------------------------
15
16 This repository includes Khronos Vulkan CTS under `external/vulkancts` directory.
17 For more information see [Vulkan CTS README](external/vulkancts/README.md).
18
19 Khronos OpenGL / OpenGL ES Conformance Tests
20 --------------------------------
21
22 This repository includes Khronos OpenGL / OpenGL ES CTS under `external/openglcts` directory.
23 For more information see [OpenGL / OpenGL ES CTS README](external/openglcts/README.md).