freedreno: update generated headers
[mesa.git] / meson_options.txt
index 33b40478dbf699175afb0fd22dfcad99833fb58e..39b137cbeafb82a4f8456a991130316247508dc0 100644 (file)
@@ -114,6 +114,18 @@ option(
   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',