Add more power of two checks
[platform/upstream/VK-GL-CTS.git] / README.md
index 0ed668a..f087aa1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,11 +7,15 @@ dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vul
 Documentation
 -------------
 
-Up-to-date documentation for the dEQP is available at
-[Android Open Source Project site](http://source.android.com/devices/graphics/testing.html).
+Up-to-date documentation for dEQP is available at:
 
-The .qpa logs generated by the conformance tests may contain embedded png images of the results.
-These can be viewed with the [Cherry](https://android.googlesource.com/platform/external/cherry/+/master)
+* [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home)
+* [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki)
+
+The .qpa logs generated by the conformance tests may contain embedded PNG images of the results.
+These can be viewed with `scripts/qpa_image_viewer.html`, by opening the file
+with a web browser and following its instructions, or using the
+[Cherry](https://android.googlesource.com/platform/external/cherry/+/master)
 tool.
 
 Khronos Vulkan Conformance Tests
@@ -49,4 +53,4 @@ be generated with `--abis arm64-v8a`, issue the following commands:
 The `--angle-path ~/chromium/src/out/Release/` option can then be used to link against and embed the
 ANGLE shared object files.   The full command would be:
 
-       python scripts/android/build_apk.py --sdk <path to Android SDK> --ndk <path to Android NDK> --abis arm64-v8a --angle-path ~/chromium/src/out/Release/
\ No newline at end of file
+       python scripts/android/build_apk.py --sdk <path to Android SDK> --ndk <path to Android NDK> --abis arm64-v8a --angle-path ~/chromium/src/out/Release/