summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state.h
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2008-11-25 13:01:06 +0100
committerMichal Krol <michal@tungstengraphics.com>2008-11-25 13:01:06 +0100
commit152db5b8846c38d8bcd85d39927e810da7bf1169 (patch)
tree2e331b9caf3183a9bc1c79bd40d04c0a9a27c0a8 /src/gallium/drivers/softpipe/sp_state.h
parent4b7a84a36108eff8f17cbdf2c511593eb3260fd2 (diff)
softpipe: Fix function prototype.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_state.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state.h b/src/gallium/drivers/softpipe/sp_state.h
index 476ef3dc8f..3eff41ffa5 100644
--- a/src/gallium/drivers/softpipe/sp_state.h
+++ b/src/gallium/drivers/softpipe/sp_state.h
@@ -69,7 +69,7 @@ struct sp_fragment_shader {
void (*prepare)( const struct sp_fragment_shader *shader,
struct tgsi_exec_machine *machine,
- struct tgsi_sampler *samplers);
+ struct tgsi_sampler **samplers);
/* Run the shader - this interface will get cleaned up in the
* future: