projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f255fd
)
swrast: s/INLINE/inline/
author
Brian Paul
<brianp@vmware.com>
Thu, 4 Sep 2014 15:21:08 +0000
(09:21 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 4 Sep 2014 18:17:44 +0000
(12:17 -0600)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/swrast/s_texfilter.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_texfilter.c
b/src/mesa/swrast/s_texfilter.c
index c3fd900b443518ee70ed31d116345bada15bfb3d..65cf52e21e7212a20955d530467fb6a3b63df8df 100644
(file)
--- 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) {