From: José Fonseca Date: Fri, 7 May 2010 18:35:10 +0000 (+0100) Subject: llvmpipe: Match p_screen.h's function prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e47d4f8893afa6c1c0329aea60a2c7d9b3e23ea;p=mesa.git llvmpipe: Match p_screen.h's function prototype. --- diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c index e017fbe8c98..930be3596fd 100644 --- a/src/gallium/drivers/llvmpipe/lp_texture.c +++ b/src/gallium/drivers/llvmpipe/lp_texture.c @@ -473,7 +473,7 @@ static struct pipe_surface * llvmpipe_get_tex_surface(struct pipe_screen *screen, struct pipe_resource *pt, unsigned face, unsigned level, unsigned zslice, - enum lp_texture_usage usage) + unsigned usage) { struct pipe_surface *ps;