summaryrefslogtreecommitdiff
path: root/.gitlab-ci/tracie/README.md
diff options
context:
space:
mode:
authorAndres Gomez <tanty@igalia.com>2020-03-08 23:40:04 +0200
committerMarge Bot <eric+marge@anholt.net>2020-03-27 13:48:17 +0000
commit9f4acd465edc1360a1d5ea2646379bd5db3e1598 (patch)
treee71cfefeb55f8a73a1a3aaaacda26b6584215661 /.gitlab-ci/tracie/README.md
parentfb8fa83a30a1ec66982854da0a8d7870cf1d2f93 (diff)
downloadmesa-9f4acd465edc1360a1d5ea2646379bd5db3e1598.tar.gz
gitlab-ci: add apitrace's DXGI traces support
v2: - Pass the whole retrace command for apitrace traces (Alexandros). Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Alexandros Frantzis <alexandros.frantzis@collabora.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4238>
Diffstat (limited to '.gitlab-ci/tracie/README.md')
-rw-r--r--.gitlab-ci/tracie/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci/tracie/README.md b/.gitlab-ci/tracie/README.md
index e7fccfaf481..8dc32d043c9 100644
--- a/.gitlab-ci/tracie/README.md
+++ b/.gitlab-ci/tracie/README.md
@@ -152,3 +152,8 @@ To ensure that this layer can be found when running the trace you need
to set `VK_LAYER_PATH` to point to the location of
`VkLayer_screenshot.json` and `LD_LIBRARY_PATH` to point to the
location of `libVkLayer_screenshot.so`.
+
+In the case of DXGI traces, the scripts require Wine, a recent version
+of DXVK installed in the default `WINEPREFIX`, and a recent binary
+version of apitrace for Windows which should be reachable through
+Windows' `PATH` environment variable.