summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/common.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-02 18:58:44 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-02 18:58:44 -0700
commitd55c4ec9d2c0a8cd9ba75985962297381e6c0364 (patch)
treea7b76ebaa86f55a447ff65a4de280c8d9f084dfb /src/mesa/pipe/cell/common.h
parentde9f8e8b717aa4b4ab94af73be5aa70088cd6b81 (diff)
remove previous triangle test code
Diffstat (limited to 'src/mesa/pipe/cell/common.h')
-rw-r--r--src/mesa/pipe/cell/common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h
index 0868e8d90f..8202bbbe76 100644
--- a/src/mesa/pipe/cell/common.h
+++ b/src/mesa/pipe/cell/common.h
@@ -49,7 +49,6 @@
#define CELL_CMD_EXIT 1
#define CELL_CMD_FRAMEBUFFER 2
#define CELL_CMD_CLEAR_TILES 3
-#define CELL_CMD_TRIANGLE 4
#define CELL_CMD_FINISH 5
#define CELL_CMD_RENDER 6
@@ -74,13 +73,6 @@ struct cell_command_clear_tiles
} ALIGN16_ATTRIB;
-struct cell_command_triangle
-{
- float vert[3][4];
- float color[3][4];
-} ALIGN16_ATTRIB;
-
-
struct cell_command_render
{
uint prim_type;
@@ -95,7 +87,6 @@ struct cell_command
{
struct cell_command_framebuffer fb;
struct cell_command_clear_tiles clear;
- struct cell_command_triangle tri;
struct cell_command_render render;
} ALIGN16_ATTRIB;