mesa: Remove use of fpu_control.h
authorChad Versace <chad@chad-versace.us>
Mon, 15 Aug 2011 17:58:25 +0000 (10:58 -0700)
committerChad Versace <chad@chad-versace.us>
Tue, 16 Aug 2011 20:34:33 +0000 (13:34 -0700)
commiteb0ff1a1c0f1978d867c748bf2525f717a56bfce
tree1db03d0171688b5f35dcb80ad203472851fec2fd
parent0ddf0f1c3451eef8a7c7f46afca623dc4f7c5af6
mesa: Remove use of fpu_control.h

Remove the inclusion of fpu_control.h from compiler.h.  Since Bionic lacks
fpu_control.h, this fixes the Android build.

Also remove the sole use of the fpu_control bits, which was in debug.c.
Those were brianp's debug bits, and he approved of their removal.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chad Versace <chad@chad-versace.us>
src/mesa/main/compiler.h
src/mesa/main/debug.c