summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_tex_sample.h
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-08 11:09:02 -0600
committerBrian <brian@i915.localnet.net>2007-08-08 11:09:02 -0600
commite12810d92ffb3547680b227bf88937c03018112b (patch)
tree47afef82fb38ab33315716246be7d987063b3afb /src/mesa/pipe/softpipe/sp_tex_sample.h
parent34a48abd5ff82ce9748fc29191e35a0985d47c5f (diff)
add lambda param to get_sample()
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_tex_sample.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_tex_sample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_tex_sample.h b/src/mesa/pipe/softpipe/sp_tex_sample.h
index d1d40e4a2f..55ae49094b 100644
--- a/src/mesa/pipe/softpipe/sp_tex_sample.h
+++ b/src/mesa/pipe/softpipe/sp_tex_sample.h
@@ -7,7 +7,7 @@ struct tgsi_sampler;
extern void
sp_get_sample(struct tgsi_sampler *sampler,
- const GLfloat strq[4], GLfloat rgba[4]);
+ const GLfloat strq[4], GLfloat lambda, GLfloat rgba[4]);
#endif /* SP_TEX_SAMPLE_H */