From: José Fonseca Date: Thu, 24 Sep 2009 14:27:19 +0000 (+0100) Subject: softpipe: Use portable INLINE macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9659aa6482291d1530c74450612bcd952f542e01;p=mesa.git softpipe: Use portable INLINE macro. --- diff --git a/src/gallium/drivers/softpipe/sp_tex_sample.c b/src/gallium/drivers/softpipe/sp_tex_sample.c index 2092a69740e..c22ee86b66c 100644 --- a/src/gallium/drivers/softpipe/sp_tex_sample.c +++ b/src/gallium/drivers/softpipe/sp_tex_sample.c @@ -983,7 +983,7 @@ img_filter_2d_nearest(struct tgsi_sampler *tgsi_sampler, } -static inline union tex_tile_address +static INLINE union tex_tile_address face(union tex_tile_address addr, unsigned face ) { addr.bits.face = face;