Mesa (staging/18.2): scons: Put to rest zombie texture_float build option.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Oct 26 10:14:15 UTC 2018


Module: Mesa
Branch: staging/18.2
Commit: c13a3d4de192279a520742c7a9425354657e35b9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c13a3d4de192279a520742c7a9425354657e35b9

Author: Liviu Prodea <liviuprodea at yahoo.com>
Date:   Wed Oct 24 11:08:35 2018 +0100

scons: Put to rest zombie texture_float build option.

I found a remnant of texture_float build option that wasn't removed in
commit 66673bef941af344314fe9c91cad8cd330b245eb

This patch removes it.

Cc: mesa-stable at lists.freedesktop.org
Reviewed-by: Jose Fonseca <jfonseca at vmware.com>
(cherry picked from commit d99fda17c8318af96158edc18f7532f049b4304e)

---

 common.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/common.py b/common.py
index 24a7e8a611..0d8cb59b43 100644
--- a/common.py
+++ b/common.py
@@ -107,9 +107,6 @@ def AddOptions(opts):
     opts.Add(BoolOption('debug', 'DEPRECATED: debug build', 'yes'))
     opts.Add(BoolOption('profile', 'DEPRECATED: profile build', 'no'))
     opts.Add(BoolOption('quiet', 'DEPRECATED: profile build', 'yes'))
-    opts.Add(BoolOption('texture_float',
-                        'enable floating-point textures and renderbuffers',
-                        'no'))
     opts.Add(BoolOption('swr', 'Build OpenSWR', 'no'))
     if host_platform == 'windows':
         opts.Add('MSVC_VERSION', 'Microsoft Visual C/C++ version')




More information about the mesa-commit mailing list