swrast: wrap comment to 80 columns, remove dead code
[mesa.git] / src / mesa / swrast / s_depth.h
index f93d95fa3d25c9b5f59932ee4d4e09af54e41fdf..368862568303a560326701058b13c71c5a875c9b 100644 (file)
 #define S_DEPTH_H
 
 
-#include "mtypes.h"
 #include "s_context.h"
 
 
 extern GLuint
-_swrast_depth_test_span( GLcontext *ctx, struct sw_span *span);
+_swrast_depth_test_span( GLcontext *ctx, SWspan *span);
 
 
 extern GLboolean
-_swrast_depth_bounds_test( GLcontext *ctx, struct sw_span *span );
+_swrast_depth_bounds_test( GLcontext *ctx, SWspan *span );
 
 
 extern void