r300: Further reduced the radeon_span.c diff.
[mesa.git] / src / mesa / swrast / s_triangle.h
index 8689441bea6e335707969bf942dbf41d2f5dfb71..0de812500c595919d992a0ca2fa2feda04cbe6b2 100644 (file)
@@ -1,10 +1,9 @@
-/* $Id: s_triangle.h,v 1.6 2001/03/03 20:33:30 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.1
+ * Version:  5.1
  *
- * Copyright (C) 1999  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2003  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"),
@@ -25,9 +24,6 @@
  */
 
 
-
-
-
 #ifndef S_TRIANGLES_H
 #define S_TRIANGLES_H
 
 #include "swrast.h"
 
 
-GLboolean _mesa_cull_triangle( GLcontext *ctx,
-                           const SWvertex *v0,
-                           const SWvertex *v1,
-                           const SWvertex *v2);
+extern GLboolean
+_swrast_culltriangle( GLcontext *ctx,
+                     const SWvertex *v0,
+                     const SWvertex *v1,
+                     const SWvertex *v2);
 
-
-void
+extern void
 _swrast_choose_triangle( GLcontext *ctx );
 
-void 
-_swrast_add_spec_terms_triangle( GLcontext *ctx, 
+extern void
+_swrast_add_spec_terms_triangle( GLcontext *ctx,
                                 const SWvertex *v0,
                                 const SWvertex *v1,
                                 const SWvertex *v2 );
 
 
 #endif
-