X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_depth.h;h=d1ed050efd69d847055f7d4a15c776dd2e98b955;hb=249b451d2068c781d29a6527e152b39d08b1c877;hp=f93d95fa3d25c9b5f59932ee4d4e09af54e41fdf;hpb=a9bcf751030895494fc098f8d0ff56b2496bd993;p=mesa.git diff --git a/src/mesa/swrast/s_depth.h b/src/mesa/swrast/s_depth.h index f93d95fa3d2..d1ed050efd6 100644 --- a/src/mesa/swrast/s_depth.h +++ b/src/mesa/swrast/s_depth.h @@ -32,11 +32,11 @@ 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