X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_triangle.h;h=0de812500c595919d992a0ca2fa2feda04cbe6b2;hb=249b451d2068c781d29a6527e152b39d08b1c877;hp=318b6a667166e62e75f431d293f1e34c3879a289;hpb=46b0988c673b28e072fd0cbf477632a9ab6f9f18;p=mesa.git diff --git a/src/mesa/swrast/s_triangle.h b/src/mesa/swrast/s_triangle.h index 318b6a66716..0de812500c5 100644 --- a/src/mesa/swrast/s_triangle.h +++ b/src/mesa/swrast/s_triangle.h @@ -1,10 +1,9 @@ -/* $Id: s_triangle.h,v 1.5 2001/02/16 18:14:41 keithw 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 @@ -36,21 +32,20 @@ #include "swrast.h" -GLboolean gl_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 -