Mesa (master): swrast: s/INLINE/inline/

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 4 18:38:49 UTC 2014


Module: Mesa
Branch: master
Commit: e69b4abc43d8b5ef72716eb6409e76e98f0df28f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e69b4abc43d8b5ef72716eb6409e76e98f0df28f

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Sep  4 09:21:08 2014 -0600

swrast: s/INLINE/inline/

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/swrast/s_texfilter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/swrast/s_texfilter.c b/src/mesa/swrast/s_texfilter.c
index c3fd900..65cf52e 100644
--- a/src/mesa/swrast/s_texfilter.c
+++ b/src/mesa/swrast/s_texfilter.c
@@ -804,7 +804,7 @@ get_border_color(const struct gl_sampler_object *samp,
 /**
  * Put z into texel according to GL_DEPTH_MODE.
  */
-static INLINE void
+static inline void
 apply_depth_mode(GLenum depthMode, GLfloat z, GLfloat texel[4])
 {
    switch (depthMode) {




More information about the mesa-commit mailing list