X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_zoom.h;h=09f624efad510c9a6e7671a64c32ced6fa6c5bf1;hb=c8e714df013cdf360602f9cc96d26cb732b19a32;hp=7701515476b3aa8138698afa70cfe2b2ed777e53;hpb=101d1a658a614d1e2ec02b1e697f6161291af653;p=mesa.git diff --git a/src/mesa/swrast/s_zoom.h b/src/mesa/swrast/s_zoom.h index 7701515476b..09f624efad5 100644 --- a/src/mesa/swrast/s_zoom.h +++ b/src/mesa/swrast/s_zoom.h @@ -26,7 +26,7 @@ #define S_ZOOM_H #include "main/mtypes.h" -#include "swrast.h" +#include "s_span.h" extern void @@ -37,10 +37,6 @@ extern void _swrast_write_zoomed_rgb_span(GLcontext *ctx, GLint imgX, GLint imgY, const SWspan *span, const GLvoid *rgb); -extern void -_swrast_write_zoomed_index_span(GLcontext *ctx, GLint imgX, GLint imgY, - const SWspan *span); - extern void _swrast_write_zoomed_depth_span(GLcontext *ctx, GLint imgX, GLint imgY, const SWspan *span);