diff options
author | Brian Paul <[email protected]> | 2014-09-04 09:21:08 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-09-04 12:17:44 -0600 |
commit | e69b4abc43d8b5ef72716eb6409e76e98f0df28f (patch) | |
tree | 5c8686bdfe8824739a35bd07792d0024891fa910 /src/mesa/swrast | |
parent | 0f255fd26b34a6ff35b80c2e24b3d1e02b9cf214 (diff) |
swrast: s/INLINE/inline/
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_texfilter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texfilter.c b/src/mesa/swrast/s_texfilter.c index c3fd900b443..65cf52e21e7 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) { |