meson: Add switch for texture float
[mesa.git] / meson_options.txt
index abd5135742ac2cb04801100ac563c8dd1b8d13e3..e0a162a0b82c1b533f9750820e67a1d370000219 100644 (file)
@@ -52,3 +52,5 @@ option('valgrind', type : 'boolean', value : true,
        description : 'Build with valgrind support if possible')
 option('build-tests', type : 'boolean', value : false,
        description : 'Build unit tests. Currently this will build *all* unit tests, which may build more than expected.')
+option('texture-float', type : 'boolean', 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.')