summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/tri.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-10 21:22:03 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-10 21:22:03 -0700
commit44f4b9b9ea81974a8e7de444280e471ca05e9261 (patch)
tree734d82d216d900306ccc6b53e1d6b7d360aaaf9a /src/mesa/pipe/cell/spu/tri.h
parent02f6f9f8d47fc36c8edf4661c4e78c9c1a1941fc (diff)
Cell: avoid copying vertex data
Diffstat (limited to 'src/mesa/pipe/cell/spu/tri.h')
-rw-r--r--src/mesa/pipe/cell/spu/tri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/spu/tri.h b/src/mesa/pipe/cell/spu/tri.h
index 01612a2579..bcb42852b2 100644
--- a/src/mesa/pipe/cell/spu/tri.h
+++ b/src/mesa/pipe/cell/spu/tri.h
@@ -40,7 +40,7 @@ struct vertex_header {
struct prim_header {
- struct vertex_header v[3];
+ struct vertex_header *v[3];
uint color;
};