summaryrefslogtreecommitdiffstats
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.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mesa/pipe/softpipe/sp_tex_sample.h b/src/mesa/pipe/softpipe/sp_tex_sample.h
deleted file mode 100644
index 404bfd0c365..00000000000
--- a/src/mesa/pipe/softpipe/sp_tex_sample.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef SP_TEX_SAMPLE_H
-#define SP_TEX_SAMPLE_H
-
-
-struct tgsi_sampler;
-
-
-extern void
-sp_get_samples(struct tgsi_sampler *sampler,
- const float s[QUAD_SIZE],
- const float t[QUAD_SIZE],
- const float p[QUAD_SIZE],
- float lodbias,
- float rgba[NUM_CHANNELS][QUAD_SIZE]);
-
-
-#endif /* SP_TEX_SAMPLE_H */