diff options
author | Brian <[email protected]> | 2007-12-11 18:26:52 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-12-11 18:26:52 -0700 |
commit | b2ad30d57197c2167789e4f3f5b34af6df56dde2 (patch) | |
tree | 8b230ce86bb17bbb4c0e2ced792477a9c2a6f200 /src/mesa/pipe/cell/common.h | |
parent | 9828310a1bba1c1c2dffa7ae8866b648e26c2039 (diff) |
Cell: draw smooth-shaded triangle
Diffstat (limited to 'src/mesa/pipe/cell/common.h')
-rw-r--r-- | src/mesa/pipe/cell/common.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h index c986b59a5d3..f7f1e2eb41d 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; |