softpipe: Fix softpipe_is_texture_referenced prototype.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 18 Apr 2009 22:06:11 +0000 (23:06 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 18 Apr 2009 22:15:26 +0000 (23:15 +0100)
src/gallium/drivers/softpipe/sp_context.c

index 6ae4d1ad7beaeb4751be9793f2b1971a0cb8b2fb..2c6a0b53b0af32361318de0cc9ba187ad5cd518a 100644 (file)
@@ -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;
 }