summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-11 11:35:03 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-11 11:35:03 -0700
commit7db94ba03173f345a47fd727e8d866a87a484415 (patch)
treec0d5ee2f29a6de467518fa55ee572ac9d5bfcf40 /src/mesa/pipe/cell/ppu
parent6b5d674f915b67f3b51c331e3a6ba02e9f82473f (diff)
Cell: remove obsolete cell_prim_buffer struct and code
Diffstat (limited to 'src/mesa/pipe/cell/ppu')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_context.c5
-rw-r--r--src/mesa/pipe/cell/ppu/cell_context.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_context.c b/src/mesa/pipe/cell/ppu/cell_context.c
index defce2869a..000217b259 100644
--- a/src/mesa/pipe/cell/ppu/cell_context.c
+++ b/src/mesa/pipe/cell/ppu/cell_context.c
@@ -240,11 +240,6 @@ cell_create_context(struct pipe_winsys *winsys, struct cell_winsys *cws)
cell_init_vbuf(cell);
draw_set_rasterize_stage(cell->draw, cell->vbuf);
- cell->prim_buffer.xmin = 1e100;
- cell->prim_buffer.ymin = 1e100;
- cell->prim_buffer.xmax = -1e100;
- cell->prim_buffer.ymax = -1e100;
-
/*
* SPU stuff
*/
diff --git a/src/mesa/pipe/cell/ppu/cell_context.h b/src/mesa/pipe/cell/ppu/cell_context.h
index 4ff39a53c6..d7754d5d61 100644
--- a/src/mesa/pipe/cell/ppu/cell_context.h
+++ b/src/mesa/pipe/cell/ppu/cell_context.h
@@ -96,8 +96,6 @@ struct cell_context
uint num_spus;
-
- struct cell_prim_buffer prim_buffer;
};