Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-dev
authorPyry Haulos <phaulos@google.com>
Fri, 2 Dec 2016 23:51:17 +0000 (15:51 -0800)
committerPyry Haulos <phaulos@google.com>
Fri, 2 Dec 2016 23:51:17 +0000 (15:51 -0800)
Change-Id: Ib54e6e75d11508c1ee4194ae90815666088c79d7

1  2 
external/vulkancts/README.md

@@@ -113,7 -113,7 +113,7 @@@ Pre-compiling SPIR-V binarie
  For distribution, and platforms that don't support GLSL to SPIR-V compilation,
  SPIR-V binaries can be pre-built with following command:
  
 -      python external/vulkancts/build_spirv_binaries.py
 +      python external/vulkancts/scripts/build_spirv_binaries.py
  
  Binaries will be written to `external/vulkancts/data/vulkan/prebuilt/`.
  
@@@ -140,6 -140,11 +140,11 @@@ option may be used to disable frequent 
  
        --deqp-log-flush=disable
  
+ By default, the test log will be written into the path "TestResults.qpa". If the
+ platform requires a different path, it can be specified with:
+       --deqp-log-filename=<path>
  No other command line options are allowed.
  
  ### Win32
@@@ -278,11 -283,11 +283,11 @@@ codes are allowed
        QualityWarning
        CompatibilityWarning
  
 -Submission package can be verified using `external/vulkancts/verify_submission.py`
 +Submission package can be verified using `external/vulkancts/scripts/verify_submission.py`
  script. The script takes two arguments: path to extracted submission package
  and path to current mustpass list. For example:
  
 -      python external/vulkancts/verify_submission.py VK_10_Khronos_1/ external/vulkancts/mustpass/1.0.1/vk-default.txt
 +      python external/vulkancts/scripts/verify_submission.py VK_10_Khronos_1/ external/vulkancts/mustpass/1.0.1/vk-default.txt
  
  
  Vulkan platform port