Re: [Mesa-dev] [PATCH] mesa: fix situations where ffs or ffsl may not be defined

2012-01-10 Thread Alexander von Gluck
On 10.01.2012 21:53, Brian Paul wrote: On Mon, Jan 9, 2012 at 2:39 PM, Alexander von Gluck wrote: ---  src/mesa/main/imports.h |   16  1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index b7e8743..522ffeb 10064

Re: [Mesa-dev] [PATCH] mesa: fix situations where ffs or ffsl may not be defined

2012-01-10 Thread Brian Paul
On Mon, Jan 9, 2012 at 2:39 PM, Alexander von Gluck wrote: > > --- >  src/mesa/main/imports.h |   16 >  1 files changed, 12 insertions(+), 4 deletions(-) > > diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h > index b7e8743..522ffeb 100644 > --- a/src/mesa/main/import

[Mesa-dev] [PATCH] mesa: fix situations where ffs or ffsl may not be defined

2012-01-09 Thread Alexander von Gluck
--- src/mesa/main/imports.h | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index b7e8743..522ffeb 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -568,13 +568,19 @@ _mesa_init_sqrt_t

[Mesa-dev] [PATCH] mesa: fix situations where ffs or ffsl may not be defined

2012-01-04 Thread Alexander von Gluck
--- src/mesa/main/imports.h | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index b7e8743..522ffeb 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -568,13 +568,19 @@ _mesa_init_sqrt_t