Use [u]int64_t in the framework
[platform/upstream/VK-GL-CTS.git] / README.md
index 0ed668a..03f9070 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,8 +10,10 @@ Documentation
 Up-to-date documentation for the dEQP is available at
 [Android Open Source Project site](http://source.android.com/devices/graphics/testing.html).
 
-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 .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 +51,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/