-/* $Id: svgamesa15.c,v 1.5 2000/01/31 22:10:06 tanner Exp $ */
+/* $Id: svgamesa15.c,v 1.6 2000/06/14 21:59:07 brianp Exp $ */
/*
* Mesa 3-D graphics library
}
}
+#else
+
+
+/* silence compiler warning */
+extern void _mesa_svga15_dummy_function(void);
+void _mesa_svga15_dummy_function(void)
+{
+}
+
+
#endif
-/* $Id: svgamesa16.c,v 1.5 2000/01/31 22:10:06 tanner Exp $ */
+/* $Id: svgamesa16.c,v 1.6 2000/06/14 21:59:07 brianp Exp $ */
/*
* Mesa 3-D graphics library
}
}
+#else
+
+
+/* silence compiler warning */
+extern void _mesa_svga16_dummy_function(void);
+void _mesa_svga16_dummy_function(void)
+{
+}
+
+
#endif
-/* $Id: svgamesa24.c,v 1.6 2000/01/31 22:10:07 tanner Exp $ */
+/* $Id: svgamesa24.c,v 1.7 2000/06/14 21:59:07 brianp Exp $ */
/*
* Mesa 3-D graphics library
}
}
+#else
+
+
+/* silence compiler warning */
+extern void _mesa_svga24_dummy_function(void);
+void _mesa_svga24_dummy_function(void)
+{
+}
+
+
#endif
-/* $Id: svgamesa32.c,v 1.6 2000/01/31 22:10:07 tanner Exp $ */
+/* $Id: svgamesa32.c,v 1.7 2000/06/14 21:59:07 brianp Exp $ */
/*
* Mesa 3-D graphics library
}
}
+
+#else
+
+
+/* silence compiler warning */
+extern void _mesa_svga32_dummy_function(void);
+void _mesa_svga32_dummy_function(void)
+{
+}
+
+
#endif
-/* $Id: svgamesa8.c,v 1.5 2000/01/31 22:10:07 tanner Exp $ */
+/* $Id: svgamesa8.c,v 1.6 2000/06/14 21:59:07 brianp Exp $ */
/*
* Mesa 3-D graphics library
}
+#else
+
+
+/* silence compiler warning */
+extern void _mesa_svga8_dummy_function(void);
+void _mesa_svga8_dummy_function(void)
+{
+}
+
+
#endif
-/* $Id: 3dnow.c,v 1.3 1999/11/12 04:57:22 kendallb Exp $ */
+/* $Id: 3dnow.c,v 1.4 2000/06/14 21:55:11 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.1
+ * Version: 3.3
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
gl_project_clipped_v16 = gl_3dnow_project_clipped_vertices;
}
+#else
+
+
+/* silence compiler warning */
+extern void _mesa_3dnow_dummy_function(void);
+void _mesa_3dnow_dummy_function(void)
+{
+}
+
#endif