summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/src/drv
diff options
context:
space:
mode:
authorkeithw <keithw>2000-06-12 19:43:45 +0000
committerkeithw <keithw>2000-06-12 19:43:45 +0000
commit996c0c1b0cbb1180819470d1561190b7489fdbf9 (patch)
tree3ed7c068c5ee25996eb9b4262ee5066ed3d6e561 /xc/lib/GL/mesa/src/drv
parente981f6ce7b406e4f1fc3215628cd6b6e30ce6889 (diff)
Restore __inline declaration to TAG(triangle). This makes a big difference
(for some reason) on my old p233...
Diffstat (limited to 'xc/lib/GL/mesa/src/drv')
-rw-r--r--xc/lib/GL/mesa/src/drv/r128/r128_tritmp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/lib/GL/mesa/src/drv/r128/r128_tritmp.h b/xc/lib/GL/mesa/src/drv/r128/r128_tritmp.h
index 51fc9acfb..4dfd37086 100644
--- a/xc/lib/GL/mesa/src/drv/r128/r128_tritmp.h
+++ b/xc/lib/GL/mesa/src/drv/r128/r128_tritmp.h
@@ -38,9 +38,9 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
/* Draw a single triangle. Note that the device-dependent vertex data
might need to be changed based on the render state. */
-static void TAG(triangle)(GLcontext *ctx,
- GLuint e0, GLuint e1, GLuint e2,
- GLuint pv)
+static __inline void TAG(triangle)(GLcontext *ctx,
+ GLuint e0, GLuint e1, GLuint e2,
+ GLuint pv)
{
r128ContextPtr r128ctx = R128_CONTEXT(ctx);
int vertsize = r128ctx->vertsize;