projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00d5334
)
INLINE goes before the function's return type
author
Brian
<brian.paul@tungstengraphics.com>
Fri, 25 May 2007 21:53:42 +0000
(15:53 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 25 May 2007 21:53:42 +0000
(15:53 -0600)
src/mesa/softpipe/generic/g_tile_fs.c
patch
|
blob
|
history
diff --git
a/src/mesa/softpipe/generic/g_tile_fs.c
b/src/mesa/softpipe/generic/g_tile_fs.c
index 8473a9b5f192b3c93b0dc96a4e22c6c0ed6cbfc5..4c5e6efaed0a13e804c9e7cfc0de4332788e8ef0 100644
(file)
--- a/
src/mesa/softpipe/generic/g_tile_fs.c
+++ b/
src/mesa/softpipe/generic/g_tile_fs.c
@@
-47,7
+47,7
@@
struct exec_machine {
/**
* Compute quad's attributes values, as constants (GL_FLAT shading).
*/
-static
void INLINE
cinterp( struct exec_machine *exec,
+static
INLINE void
cinterp( struct exec_machine *exec,
GLuint attrib,
GLuint i )
{