summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_context.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-10 17:03:21 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-10 17:03:21 -0700
commitb3247225423213c156ce4f428d1d246758a96d50 (patch)
tree5603b25d24f9fd5a2939663cbfd75fe5e4ae3a25 /src/mesa/pipe/cell/ppu/cell_context.c
parent152f1d84d4d942d9e912b116c5fc67ba96ed9859 (diff)
Cell: enable vbuf path by default
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_context.c')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_context.c b/src/mesa/pipe/cell/ppu/cell_context.c
index 091e593e1f..52c97c939b 100644
--- a/src/mesa/pipe/cell/ppu/cell_context.c
+++ b/src/mesa/pipe/cell/ppu/cell_context.c
@@ -237,7 +237,7 @@ cell_create_context(struct pipe_winsys *winsys, struct cell_winsys *cws)
cell->draw = draw_create();
-#define VBUF 0
+#define VBUF 1
#if VBUF
cell_init_vbuf(cell);
draw_set_rasterize_stage(cell->draw, cell->vbuf);