mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.
authorBrian Paul <brianp@vmware.com>
Mon, 3 Sep 2012 18:19:15 +0000 (12:19 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 4 Sep 2012 00:07:41 +0000 (18:07 -0600)
commit56ccdf7e30f5bc1bc6b71d49bad2a9049ae170c4
tree1d890a1708b7262c080444a8cd57948ea49a9edd
parentf44bda17f515c411071ca8744ebd96039d9c583b
mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.

We were already defining sqrtf where we don't have the C99 version.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/imports.h
src/mesa/main/light.c
src/mesa/main/macros.h
src/mesa/math/m_matrix.c
src/mesa/swrast/s_aalinetemp.h
src/mesa/swrast/s_span.c
src/mesa/swrast/s_texfilter.c
src/mesa/tnl/t_rasterpos.c