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:
committed by
Marge Bot
parent
fdbdfaed01
commit
6b6cb825e9
@@ -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 [
|
||||
|
||||
@@ -136,6 +136,7 @@ option(
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'build gallium "nine" Direct3D 9.x frontend.',
|
||||
deprecated: true,
|
||||
)
|
||||
|
||||
option(
|
||||
|
||||
Reference in New Issue
Block a user