diff options
| author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2025-05-08 15:05:25 -0400 |
|---|---|---|
| committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2025-05-23 13:43:37 -0400 |
| commit | 00aaef9f12f6b27375e4c351fad9e6786cd0a3ad (patch) | |
| tree | d8e530ef5ee05bc8d76973e884b8474eeeb64d3b /meson.options | |
| parent | 3be2c47db2318ebe9222c80bf981038df4374b2d (diff) | |
delete gallium-nine
farewell, old friend
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Acked-by: Axel Davy <davyaxel0@gmail.com>
Acked-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34887>
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meson.options b/meson.options index b73b031bd3e..ded6649d511 100644 --- a/meson.options +++ b/meson.options @@ -139,14 +139,6 @@ option( ) option( - 'gallium-nine', - type : 'boolean', - value : false, - description : 'build gallium "nine" Direct3D 9.x frontend.', - deprecated: true, -) - -option( 'gallium-d3d10umd', type : 'boolean', value : false, |