Skip to content

Commit

Permalink
Update link to dEQP repository
Browse files Browse the repository at this point in the history
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: Nicolas Capens <nicolascapens@google.com>
Reviewed-by: Chris Forbes <chrisforbes@google.com>
  • Loading branch information
c0d1f1ed committed Sep 11, 2019
1 parent 38a9b3c commit 5a5ffe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 3 additions & 1 deletion docs/dEQP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5a5ffe5

Please sign in to comment.