Skip to content

Commit

Permalink
Update Vulkan Readme
Browse files Browse the repository at this point in the history
Update Vulkan Readme to reflect the current CTS version

Components: Vulkan

Change-Id: I1e69df3934e2d35a072823e7bf9e5d2d03b011fe
  • Loading branch information
alegal-arm committed Apr 5, 2018
1 parent 437211f commit 239b55c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions external/vulkancts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Building Mustpass

Current mustpass is checked into repository and can be found at:

external/vulkancts/mustpass/1.1.0/vk-default.txt
external/vulkancts/mustpass/1.1.1/vk-default.txt

Vulkan CTS mustpass can be re-generated by running:

Expand Down Expand Up @@ -136,7 +136,7 @@ Running CTS

Following command line options MUST be used when running CTS:

--deqp-caselist-file=<vulkancts>/external/vulkancts/mustpass/1.1.0/vk-default.txt
--deqp-caselist-file=<vulkancts>/external/vulkancts/mustpass/1.1.1/vk-default.txt
--deqp-log-images=disable
--deqp-log-shader-sources=disable

Expand Down Expand Up @@ -171,7 +171,7 @@ Test log will be written into TestResults.qpa

### Android

adb push <vulkancts>/external/vulkancts/mustpass/1.1.0/vk-default.txt /sdcard/vk-default.txt
adb push <vulkancts>/external/vulkancts/mustpass/1.1.1/vk-default.txt /sdcard/vk-default.txt
adb shell

In device shell:
Expand Down Expand Up @@ -238,7 +238,7 @@ if `vk::Platform::describePlatform()` is implemented.
If the submission package covers multiple products, you can list them by appending
additional `PRODUCT:` lines to the conformance statement. For example:

CONFORM_VERSION: vulkan-cts-1.1.0.0
CONFORM_VERSION: vulkan-cts-1.1.1.0
PRODUCT: Product A
PRODUCT: Product B
...
Expand Down Expand Up @@ -305,7 +305,7 @@ Submission package can be verified using `external/vulkancts/scripts/verify_subm
script. The script takes two arguments: path to extracted submission package
and path to current mustpass list. For example:

python external/vulkancts/scripts/verify_submission.py VK_11_Khronos_1/ external/vulkancts/mustpass/1.1.0/vk-default.txt
python external/vulkancts/scripts/verify_submission.py VK_11_Khronos_1/ external/vulkancts/mustpass/1.1.1/vk-default.txt

Please note that the script reports a warning even for a correctly generated git-log.txt
If your git-log.txt contains only head commit of the release tag then
Expand Down

0 comments on commit 239b55c

Please sign in to comment.