swrast: Remove 'inline' from tex filter functions.
authorMatt Turner <mattst88@gmail.com>
Thu, 4 Dec 2014 19:34:35 +0000 (11:34 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 9 Dec 2014 01:02:19 +0000 (17:02 -0800)
commit811a1836c8f37ea7adbac3a62eea4b0fef1ca3cc
tree6a49d6bbf2cd2fb44c43f0823b87eaf09ff64ccf
parent8af4aaf351313f9d4692697bf28d3c3f84e01ca4
swrast: Remove 'inline' from tex filter functions.

Reduces .text size of mesa_dri_drivers.so (i965-only) by 62k, or 1.4%.

Note that we don't remove inline from lerp_2d(), which has a comment
above it saying it definitely should be inlined. Though, removing the
inline keyword from it doesn't actually change the compiled code for me.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/swrast/s_texfilter.c