Mesa (master): softpipe: Fix softpipe_is_texture_referenced prototype.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sat Apr 18 22:15:56 UTC 2009


Module: Mesa
Branch: master
Commit: 876e95dcc83d05dfecb0dcb890f42af0a565e6a6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=876e95dcc83d05dfecb0dcb890f42af0a565e6a6

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sat Apr 18 23:06:11 2009 +0100

softpipe: Fix softpipe_is_texture_referenced prototype.

---

 src/gallium/drivers/softpipe/sp_context.c |    3 +--
 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 6ae4d1a..2c6a0b5 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;
 }




More information about the mesa-commit mailing list