diff options
| author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2025-03-26 10:23:21 -0400 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2025-04-09 23:16:41 +0000 |
| commit | 6b6cb825e92ad3bf33b1e032151e32c7b79d8323 (patch) | |
| tree | 47135ed170d37c1b97f659d2b5d9e82434e9052d | |
| parent | fdbdfaed0157bea23a17fef9fdbf3d380d7ff8ef (diff) | |
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>
| -rw-r--r-- | meson.build | 1 | ||||
| -rw-r--r-- | meson.options | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 41c217c4982..b365d7d627e 100644 --- a/meson.build +++ b/meson.build @@ -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 [ diff --git a/meson.options b/meson.options index a7a025668db..729c4ac16a3 100644 --- a/meson.options +++ b/meson.options @@ -136,6 +136,7 @@ option( type : 'boolean', value : false, description : 'build gallium "nine" Direct3D 9.x frontend.', + deprecated: true, ) option( |