summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/spu_texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/cell/spu/spu_texture.h')
-rw-r--r--src/mesa/pipe/cell/spu/spu_texture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/spu/spu_texture.h b/src/mesa/pipe/cell/spu/spu_texture.h
index 5bc8e71879..25cbe9b3c6 100644
--- a/src/mesa/pipe/cell/spu/spu_texture.h
+++ b/src/mesa/pipe/cell/spu/spu_texture.h
@@ -40,4 +40,8 @@ extern uint
sample_texture(vector float texcoord);
+extern uint
+sample_texture_bilinear(vector float texcoord);
+
+
#endif /* SPU_TEXTURE_H */