diff options
author | Randy Frank <[email protected]> | 2000-03-27 21:13:58 +0000 |
---|---|---|
committer | Randy Frank <[email protected]> | 2000-03-27 21:13:58 +0000 |
commit | d7361e171738d92af6b4201d69faea0c55c2601c (patch) | |
tree | 0fb9699b04c24c6a3708c67264c0731e6a3a7d1a /src/mesa/x86/x86.c | |
parent | ba3d9d0ce958dfc6161de41d9423a4b9547fb35c (diff) |
Updated to compile under Irix 6.5
Diffstat (limited to 'src/mesa/x86/x86.c')
-rw-r--r-- | src/mesa/x86/x86.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/x86/x86.c b/src/mesa/x86/x86.c index 02465fa14df..ee6da37b2d3 100644 --- a/src/mesa/x86/x86.c +++ b/src/mesa/x86/x86.c @@ -1,4 +1,4 @@ -/* $Id: x86.c,v 1.3 1999/11/12 04:57:23 kendallb Exp $ */ +/* $Id: x86.c,v 1.4 2000/03/27 21:13:58 rjfrank Exp $ */ /* * Mesa 3-D graphics library @@ -40,6 +40,7 @@ #include "xform.h" #include "x86.h" +#ifdef USE_X86_ASM extern void _ASMAPI gl_v16_x86_cliptest_points4(GLfloat *first_vert, GLfloat *last_vert, GLubyte *or_mask, @@ -52,7 +53,7 @@ extern void _ASMAPI gl_v16_x86_general_xform(GLfloat *dest, const GLfloat *src, GLuint src_stride, GLuint count); - +#endif #define XFORM_ARGS GLvector4f *to_vec, \ |