projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e6d88
)
softpipe: Use portable INLINE macro.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 24 Sep 2009 14:27:19 +0000
(15:27 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 24 Sep 2009 14:28:55 +0000
(15:28 +0100)
src/gallium/drivers/softpipe/sp_tex_sample.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_tex_sample.c
b/src/gallium/drivers/softpipe/sp_tex_sample.c
index
2092a69
..
c22ee86
100644
(file)
--- 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;