From e480883f765f158f8d757e38f1004c8cd73257ce 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. Signed-off-by: Valentine Burley --- 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',