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, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/cell/spu/spu_texture.h b/src/mesa/pipe/cell/spu/spu_texture.h
index 0e000bfebf..95eb87080f 100644
--- a/src/mesa/pipe/cell/spu/spu_texture.h
+++ b/src/mesa/pipe/cell/spu/spu_texture.h
@@ -36,11 +36,11 @@ extern void
invalidate_tex_cache(void);
-extern uint
+extern vector float
sample_texture_nearest(vector float texcoord);
-extern uint
+extern vector float
sample_texture_bilinear(vector float texcoord);