Re: [Mesa-dev] [PATCH 1/4] Use INV_SQRT instead of 1/SQRTF

2012-07-20 Thread Kenneth Graunke
On 07/20/2012 04:15 PM, Matt Turner wrote: > On Fri, Jul 20, 2012 at 3:29 PM, Kenneth Graunke > wrote: >> On 07/20/2012 11:24 AM, Matt Turner wrote: >>> --- >>> src/mesa/math/m_debug_norm.c |4 ++-- >>> src/mesa/tnl/t_vb_points.c |2 +- >>> 2 files changed, 3 insertions(+), 3 deletions

Re: [Mesa-dev] [PATCH 1/4] Use INV_SQRT instead of 1/SQRTF

2012-07-20 Thread Matt Turner
On Fri, Jul 20, 2012 at 3:29 PM, Kenneth Graunke wrote: > On 07/20/2012 11:24 AM, Matt Turner wrote: >> --- >> src/mesa/math/m_debug_norm.c |4 ++-- >> src/mesa/tnl/t_vb_points.c |2 +- >> 2 files changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/src/mesa/math/m_debug_norm.c b

Re: [Mesa-dev] [PATCH 1/4] Use INV_SQRT instead of 1/SQRTF

2012-07-20 Thread Kenneth Graunke
On 07/20/2012 11:24 AM, Matt Turner wrote: > --- > src/mesa/math/m_debug_norm.c |4 ++-- > src/mesa/tnl/t_vb_points.c |2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/mesa/math/m_debug_norm.c b/src/mesa/math/m_debug_norm.c > index 02eb1f9..dc768f3 100644 >

Re: [Mesa-dev] [PATCH 1/4] Use INV_SQRT instead of 1/SQRTF

2012-07-20 Thread Brian Paul
On 07/20/2012 12:24 PM, Matt Turner wrote: --- src/mesa/math/m_debug_norm.c |4 ++-- src/mesa/tnl/t_vb_points.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesa/math/m_debug_norm.c b/src/mesa/math/m_debug_norm.c index 02eb1f9..dc768f3 100644 --- a/src/m

[Mesa-dev] [PATCH 1/4] Use INV_SQRT instead of 1/SQRTF

2012-07-20 Thread Matt Turner
--- src/mesa/math/m_debug_norm.c |4 ++-- src/mesa/tnl/t_vb_points.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesa/math/m_debug_norm.c b/src/mesa/math/m_debug_norm.c index 02eb1f9..dc768f3 100644 --- a/src/mesa/math/m_debug_norm.c +++ b/src/mesa/math/m_de