broadcom/vc5: Add missing setting of the UIF XOR disable flag in textures.
[mesa.git] / meson_options.txt
index 8dc9bb161ba851265ed3d78ecbcb53162df408b8..39b137cbeafb82a4f8456a991130316247508dc0 100644 (file)
@@ -107,6 +107,25 @@ option(
   value : '',
   description : 'path to put va libraries. defaults to $libdir/dri.'
 )
+option(
+  'gallium-xa',
+  type : 'combo',
+  value : 'auto',
+  choices : ['auto', 'true', 'false'],
+  description : 'enable gallium xa state tracker.',
+)
+option(
+  'gallium-nine',
+  type : 'boolean',
+  value : false,
+  description : 'build gallium "nine" Direct3D 9.x state tracker.',
+)
+option(
+  'd3d-drivers-path',
+  type : 'string',
+  value : '',
+  description : 'Location of D3D drivers. Default: $libdir/d3d',
+)
 option(
   'vulkan-drivers',
   type : 'string',