meson: Add switch for texture float
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -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.')
|
||||
|
Reference in New Issue
Block a user