summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_tex_sample.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_tex_sample.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_tex_sample.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_tex_sample.h b/src/mesa/pipe/softpipe/sp_tex_sample.h
new file mode 100644
index 0000000000..d1d40e4a2f
--- /dev/null
+++ b/src/mesa/pipe/softpipe/sp_tex_sample.h
@@ -0,0 +1,13 @@
+#ifndef SP_TEX_SAMPLE_H
+#define SP_TEX_SAMPLE_H
+
+
+struct tgsi_sampler;
+
+
+extern void
+sp_get_sample(struct tgsi_sampler *sampler,
+ const GLfloat strq[4], GLfloat rgba[4]);
+
+
+#endif /* SP_TEX_SAMPLE_H */