summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/cell/common.h')
-rw-r--r--src/mesa/pipe/cell/common.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h
index c986b59a5d..f7f1e2eb41 100644
--- a/src/mesa/pipe/cell/common.h
+++ b/src/mesa/pipe/cell/common.h
@@ -75,10 +75,8 @@ struct cell_command_clear_tiles
struct cell_command_triangle
{
- float x0, y0;
- float x1, y1;
- float x2, y2;
- uint color;
+ float vert[3][4];
+ float color[3][4];
} ALIGN16_ATTRIB;