summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-04-18 23:06:11 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-04-18 23:15:26 +0100
commit876e95dcc83d05dfecb0dcb890f42af0a565e6a6 (patch)
tree94e52030934855e3f1753862292e6958725130b0
parenteb63e8cc75f7ac0f4b8b89ceecc030b61789ea8c (diff)
softpipe: Fix softpipe_is_texture_referenced prototype.
-rw-r--r--src/gallium/drivers/softpipe/sp_context.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c
index 6ae4d1ad7b..2c6a0b53b0 100644
--- a/src/gallium/drivers/softpipe/sp_context.c
+++ b/src/gallium/drivers/softpipe/sp_context.c
@@ -124,8 +124,7 @@ static void softpipe_destroy( struct pipe_context *pipe )
static unsigned int
softpipe_is_texture_referenced( struct pipe_context *pipe,
struct pipe_texture *texture,
- unsigned face, unsigned level,
- unsigned zslice)
+ unsigned face, unsigned level)
{
return PIPE_UNREFERENCED;
}