Commit 5a5ffe52 by Nicolas Capens Committed by Nicolas Capens

Update link to dEQP repository

Active development on dEQP has moved to the public Khronos repository. The version in AOSP is behind. Bug: b/137875321 Change-Id: I0bafba8f0325dc0e27af6c3ebc748fd6d7342350 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/34969 Presubmit-Ready: Nicolas Capens <nicolascapens@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarChris Forbes <chrisforbes@google.com>
parent 38a9b3c4
......@@ -61,7 +61,7 @@ Changes are uploaded to Gerrit by executing:
Testing
-------
SwiftShader's OpenGL ES implementation can be tested using the [dEQP](https://source.android.com/devices/graphics/testing) test suite.
SwiftShader's OpenGL ES implementation can be tested using the [dEQP](https://github.com/KhronosGroup/VK-GL-CTS) test suite.
See [docs/dEQP.md](docs/dEQP.md) for details.
......
......@@ -34,7 +34,9 @@ Getting the Code
12. Get dEQP (either in 'cmd' or by using TortoiseGit):
`git clone https://android.googlesource.com/platform/external/deqp`
`git clone https://github.com/KhronosGroup/VK-GL-CTS`
You may wish to check out a stable vulkan-cts-* branch.
13. Get dEQP's dependencies. In your dEQP root directory, open 'cmd' and run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment