mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
meson: move special value all out of the middle of the list
And sort the rest while at it. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34217>
This commit is contained in:
parent
a39090921e
commit
7e16c10415
1 changed files with 4 additions and 4 deletions
|
|
@ -79,10 +79,10 @@ option(
|
|||
type : 'array',
|
||||
value : ['auto'],
|
||||
choices : [
|
||||
'auto', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno',
|
||||
'v3d', 'vc4', 'etnaviv', 'tegra', 'i915', 'svga', 'virgl',
|
||||
'panfrost', 'iris', 'lima', 'zink', 'd3d12', 'asahi', 'crocus', 'all',
|
||||
'softpipe', 'llvmpipe',
|
||||
'all', 'auto',
|
||||
'asahi', 'crocus', 'd3d12', 'etnaviv', 'freedreno', 'i915', 'iris',
|
||||
'lima', 'llvmpipe', 'nouveau', 'panfrost', 'r300', 'r600', 'radeonsi',
|
||||
'softpipe', 'svga', 'tegra', 'v3d', 'vc4', 'virgl', 'zink',
|
||||
],
|
||||
description : 'List of gallium drivers to build. If this is set to auto ' +
|
||||
'all drivers applicable to the target OS/architecture ' +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue