Module: Mesa Branch: main Commit: 845518d5d40092068658eed13a40eab4429dcd75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=845518d5d40092068658eed13a40eab4429dcd75
Author: Eric Engestrom <[email protected]> Date: Thu Aug 3 14:13:02 2023 +0100 docs/ci: stop trying to enumerate drivers that are tested using VK-GL-CTS Most of our drivers are tested by now. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24472> --- docs/ci/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ci/index.rst b/docs/ci/index.rst index 03acd693305..bfbac649dad 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -15,8 +15,8 @@ The CI runs a number of tests, from trivial build-testing to complex GPU renderi - Build testing for a number of build systems, configurations and platforms - Sanity checks (``meson test``) -- Some drivers (Softpipe, LLVMpipe, Freedreno and Panfrost) are also tested - using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__ +- Most drivers are also tested using `VK-GL-CTS + <https://github.com/KhronosGroup/VK-GL-CTS>`__ - Replay of application traces A typical run takes between 20 and 30 minutes, although it can go up very quickly
