Re: [Mesa-dev] [PATCH] mesa: Do not include fpu_control.h

2011-08-15 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/15/2011 01:58 PM, Brian Paul wrote: > On 08/15/2011 02:54 PM, Eric Anholt wrote: >> On Mon, 15 Aug 2011 11:26:51 -0700, Chad Versace >> wrote: >>> Remove the inclusion of fpu_control.h from compiler.h. Since compiler.h >>> uses no symbol from f

Re: [Mesa-dev] [PATCH] mesa: Do not include fpu_control.h

2011-08-15 Thread Brian Paul
On 08/15/2011 02:54 PM, Eric Anholt wrote: On Mon, 15 Aug 2011 11:26:51 -0700, Chad Versace wrote: Remove the inclusion of fpu_control.h from compiler.h. Since compiler.h uses no symbol from fpu_control.h, the removal is safe. Since Bionic lacks fpu_control.h, its inclusion breaks the Android

Re: [Mesa-dev] [PATCH] mesa: Do not include fpu_control.h

2011-08-15 Thread Eric Anholt
On Mon, 15 Aug 2011 11:26:51 -0700, Chad Versace wrote: > Remove the inclusion of fpu_control.h from compiler.h. Since compiler.h > uses no symbol from fpu_control.h, the removal is safe. > > Since Bionic lacks fpu_control.h, its inclusion breaks the Android build. I think this means that the o

[Mesa-dev] [PATCH] mesa: Do not include fpu_control.h

2011-08-15 Thread Chad Versace
Remove the inclusion of fpu_control.h from compiler.h. Since compiler.h uses no symbol from fpu_control.h, the removal is safe. Since Bionic lacks fpu_control.h, its inclusion breaks the Android build. Signed-off-by: Chad Versace --- src/mesa/main/compiler.h |3 --- 1 files changed, 0 inse