From 27a7f243f9943cead03140a0cc7b088601c8f4cc Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 25 Oct 2022 12:14:45 +0200 Subject: [PATCH] docs: name correct driver The two different swrast drivers we have at the moment are called LLVMpipe and Softpipe. Let's name the latter instead of the generic SWRast term that we use to cover *either* of the two. Reviewed-by: Yonggang Luo Part-of: --- docs/ci/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci/docker.rst b/docs/ci/docker.rst index a51a1892951..e8f11a67f1c 100644 --- a/docs/ci/docker.rst +++ b/docs/ci/docker.rst @@ -1,7 +1,7 @@ Docker CI ========= -For LLVMpipe and swrast CI, we run tests in a container containing +For LLVMpipe and Softpipe CI, we run tests in a container containing VK-GL-CTS, on the shared GitLab runners provided by `freedesktop `_