summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_texture.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-05-07 19:35:10 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-05-08 10:14:35 +0100
commit6e47d4f8893afa6c1c0329aea60a2c7d9b3e23ea (patch)
treed5b673b9283204eb28c83e2690f638a94f90166e /src/gallium/drivers/llvmpipe/lp_texture.c
parent238f7829825ec68681715a61cebad0cecef9b0d1 (diff)
llvmpipe: Match p_screen.h's function prototype.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_texture.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_texture.c2
1 files changed, 1 insertions, 1 deletions
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;