X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_depth.h;h=368862568303a560326701058b13c71c5a875c9b;hb=5cd7042088bdd0b5d9a92f4fc927029a46a23734;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..36886256830 100644 --- a/src/mesa/swrast/s_depth.h +++ b/src/mesa/swrast/s_depth.h @@ -27,16 +27,15 @@ #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