projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb63e8c
)
softpipe: Fix softpipe_is_texture_referenced prototype.
author
José Fonseca
<jfonseca@vmware.com>
Sat, 18 Apr 2009 22:06:11 +0000
(23:06 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Sat, 18 Apr 2009 22:15:26 +0000
(23:15 +0100)
src/gallium/drivers/softpipe/sp_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_context.c
b/src/gallium/drivers/softpipe/sp_context.c
index 6ae4d1ad7beaeb4751be9793f2b1971a0cb8b2fb..2c6a0b53b0af32361318de0cc9ba187ad5cd518a 100644
(file)
--- 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;
}