meson: deprecate gallium-nine

this is not maintained and will be removed in a future version

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34216>
This commit is contained in:
Mike Blumenkrantz 2025-03-26 10:23:21 -04:00 committed by Marge Bot
parent fdbdfaed01
commit 6b6cb825e9
2 changed files with 2 additions and 0 deletions

View file

@ -696,6 +696,7 @@ endif
with_gallium_st_nine = get_option('gallium-nine')
if with_gallium_st_nine
warning('The nine state tracker will be removed in Mesa 25.2')
if not with_gallium_swrast
error('The nine state tracker requires gallium softpipe/llvmpipe.')
elif not [

View file

@ -136,6 +136,7 @@ option(
type : 'boolean',
value : false,
description : 'build gallium "nine" Direct3D 9.x frontend.',
deprecated: true,
)
option(