radv: Mark GTT memory as device local for APUs.
[mesa.git] / meson_options.txt
index fca06c4e61daad242ab1fa65d9585adecef565c0..a573290b7746980b7a5300348d02688a52df5c6a 100644 (file)
@@ -91,8 +91,8 @@ option(
   'gallium-omx',
   type : 'combo',
   value : 'auto',
-  choices : ['auto', 'true', 'false'],
-  description : 'enable gallium omx bellagio state tracker.',
+  choices : ['auto', 'disabled', 'bellagio', 'tizonia'],
+  description : 'enable gallium omx state tracker.',
 )
 option(
   'omx-libs-path',
@@ -280,3 +280,9 @@ option(
   value : 'avx,avx2',
   description : 'Comma delemited swr architectures. choices : avx,avx2,knl,skx'
 )
+option(
+  'tools',
+  type : 'string',
+  value : '',
+  description : 'Comma delimited list of tools to build. choices : freedreno,glsl,intel,nir,nouveau or all'
+)