diff options
author | Dylan Baker <[email protected]> | 2017-10-10 15:25:07 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-16 16:32:43 -0700 |
commit | 3b209e9304b88ecad5c49694a98deb8f28f4c5f7 (patch) | |
tree | 30f5292633d490ec5845dc31c761e9a207235bb8 /meson_options.txt | |
parent | 9e779e59b20ea9510801a4484613d33d8a8e4c3e (diff) |
meson: Add switch for texture float
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index abd5135742a..e0a162a0b82 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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.') |