From fc76edc3e4798a1b1d773b7683cebf72114b36e1 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 9 Mar 2026 14:59:28 +0100 Subject: [PATCH] meson: Update freedreno-kmds comment Turnip has supported virtio for some time, and KGSL support for the gallium driver is no longer planned, point users to zink instead. Also document the WSL backend. Acked-by: Emma Anholt Reviewed-by: Eric Engestrom Signed-off-by: Valentine Burley Part-of: --- meson.options | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.options b/meson.options index 7311f21fc85..220d46eaba3 100644 --- a/meson.options +++ b/meson.options @@ -216,9 +216,9 @@ option( 'will be built' ) -# Note that currently turnip supports msm and kgsl, while the gallium driver -# support msm and virtio. This is a temporary situation with virtio support -# for turnip and kgsl support for gallium planned/in-progress. +# Note that the freedreno gallium driver doesn't support KGSL. +# On those systems, zink with Turnip should be used instead. +# WSL is only supported for the replay tool. option( 'freedreno-kmds', type : 'array',