From 66673bef941af344314fe9c91cad8cd330b245eb Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Sun, 17 Jun 2018 10:00:29 +1000 Subject: mesa: Unconditionally enable floating-point textures ARB_texture_float references US Patent #6,650,327 [1] which has a filing date of June 16 1998. According to [2], patents filed after 1995 expire 20 years from the filing date, giving an expiration of June 17 2018. [1] https://www.google.com/patents/US6650327 [2] https://en.wikipedia.org/wiki/Term_of_patent_in_the_United_States Reviewed-by: Matt Turner Reviewed-by: Ian Romanick --- meson.build | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 8350ce0e842..65ae32172d2 100644 --- a/meson.build +++ b/meson.build @@ -60,10 +60,6 @@ with_tools = get_option('tools') if with_tools.contains('all') with_tools = ['freedreno', 'glsl', 'intel', 'nir', 'nouveau'] endif -if get_option('texture-float') - pre_args += '-DTEXTURE_FLOAT_ENABLED' - warning('Floating-point texture enabled. Please consult docs/patents.txt and your lawyer before building mesa.') -endif dri_drivers_path = get_option('dri-drivers-path') if dri_drivers_path == '' -- cgit v1.2.3