Re: [Mesa-dev] [PATCH] scons: Add option to enable floating-point textures.

2012-08-13 Thread Jose Fonseca
Reviewed-by: Jose Fonseca - Original Message - > Signed-off-by: Vinson Lee > --- > common.py| 1 + > scons/gallium.py | 4 > 2 files changed, 5 insertions(+) > > diff --git a/common.py b/common.py > index 6121a41..6ff9608 100644 > --- a/common.py > +++ b/common.py > @@ -98

[Mesa-dev] [PATCH] scons: Add option to enable floating-point textures.

2012-08-12 Thread Vinson Lee
Signed-off-by: Vinson Lee --- common.py| 1 + scons/gallium.py | 4 2 files changed, 5 insertions(+) diff --git a/common.py b/common.py index 6121a41..6ff9608 100644 --- a/common.py +++ b/common.py @@ -98,5 +98,6 @@ def AddOptions(opts): opts.Add(BoolOption('debug', 'DEPRECA