Merge branch 'llvm-cliptest-viewport'
[mesa.git] / src / mesa / swrast / s_triangle.h
index 0de812500c595919d992a0ca2fa2feda04cbe6b2..46e23d4208323494bfce322ea5ebb00500e53454 100644 (file)
 #define S_TRIANGLES_H
 
 
-#include "mtypes.h"
 #include "swrast.h"
 
 
 extern GLboolean
-_swrast_culltriangle( GLcontext *ctx,
+_swrast_culltriangle( struct gl_context *ctx,
                      const SWvertex *v0,
                      const SWvertex *v1,
                      const SWvertex *v2);
 
 extern void
-_swrast_choose_triangle( GLcontext *ctx );
+_swrast_choose_triangle( struct gl_context *ctx );
 
 extern void
-_swrast_add_spec_terms_triangle( GLcontext *ctx,
+_swrast_add_spec_terms_triangle( struct gl_context *ctx,
                                 const SWvertex *v0,
                                 const SWvertex *v1,
                                 const SWvertex *v2 );