From 6e47d4f8893afa6c1c0329aea60a2c7d9b3e23ea Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 7 May 2010 19:35:10 +0100 Subject: llvmpipe: Match p_screen.h's function prototype. --- src/gallium/drivers/llvmpipe/lp_texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/llvmpipe') diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c index e017fbe8c9..930be3596f 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; -- cgit v1.2.3