X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fllvmpipe%2Flp_clear.h;h=29ca0b796c37ec5a80f23be077df9b5348677c2d;hb=978c1aa1d0f6fd9a188762a8534de33fc63eeea0;hp=781a867946bf4b1d08dc5ca91a781c51b026ea58;hpb=946f432a08112148d743eb9faf6b27bb8cc7fa76;p=mesa.git diff --git a/src/gallium/drivers/llvmpipe/lp_clear.h b/src/gallium/drivers/llvmpipe/lp_clear.h index 781a867946b..29ca0b796c3 100644 --- a/src/gallium/drivers/llvmpipe/lp_clear.h +++ b/src/gallium/drivers/llvmpipe/lp_clear.h @@ -29,15 +29,16 @@ * Brian Paul */ -#ifndef SP_CLEAR_H -#define SP_CLEAR_H +#ifndef LP_CLEAR_H +#define LP_CLEAR_H #include "pipe/p_state.h" struct pipe_context; extern void -llvmpipe_clear(struct pipe_context *pipe, unsigned buffers, const float *rgba, +llvmpipe_clear(struct pipe_context *pipe, unsigned buffers, + const union pipe_color_union *color, double depth, unsigned stencil); -#endif /* SP_CLEAR_H */ +#endif /* LP_CLEAR_H */