summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/spu_vertex_shader.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-02-12 11:29:34 -0800
committerIan Romanick <idr@us.ibm.com>2008-02-14 10:08:48 -0800
commitdd07e154d26c2c3ec248b7143eb67b6b4410246a (patch)
tree36104f1770d9ea5c07837e2f27b9780c068439a8 /src/mesa/pipe/cell/spu/spu_vertex_shader.h
parent125451b9f024ea5845eb6c1b3056bc1f1995cc55 (diff)
Fetch routines convert and transpose all 4 vertices at once.
Diffstat (limited to 'src/mesa/pipe/cell/spu/spu_vertex_shader.h')
-rw-r--r--src/mesa/pipe/cell/spu/spu_vertex_shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/spu/spu_vertex_shader.h b/src/mesa/pipe/cell/spu/spu_vertex_shader.h
index ea044e841d..8b37a239a4 100644
--- a/src/mesa/pipe/cell/spu/spu_vertex_shader.h
+++ b/src/mesa/pipe/cell/spu/spu_vertex_shader.h
@@ -6,7 +6,7 @@
struct spu_vs_context;
-typedef qword (*spu_fetch_func)(const qword *qw);
+typedef void (*spu_fetch_func)(qword *out, const qword *in);
typedef void (*spu_full_fetch_func)( struct spu_vs_context *draw,
struct spu_exec_machine *machine,
const unsigned *elts,