radv: make radv_fill_buffer() return the needed flush bits
[mesa.git] / meson_options.txt
index 1b90f5ced889f0b6df72e21451c516dc71cf82a5..b6af507bb5c4c0f0bf14ba3afed5672a3b5799b2 100644 (file)
@@ -34,7 +34,7 @@ option(
 option(
   'dri-drivers',
   type : 'string',
-  value : 'i915,i965',
+  value : 'i915,i965,r100,r200,nouveau',
   description : 'comma separated list of dri drivers to build.'
 )
 option(
@@ -142,6 +142,12 @@ option(
   value : true,
   description : 'Build with valgrind support if possible'
 )
+option(
+  'libunwind',
+  type : 'boolean',
+  value : true,
+  description : 'Use libunwind for stack-traces if possible'
+)
 option(
   'build-tests',
   type : 'boolean',
@@ -154,3 +160,9 @@ option(
   value : false,
   description : 'Enable floating point textures and renderbuffers. This option may be patent encumbered, please read docs/patents.txt and consult with your lawyer before turning this on.'
 )
+option(
+  'selinux',
+  type : 'boolean',
+  value : false,
+  description : 'Build an SELinux-aware Mesa'
+)