From: Brian Date: Fri, 22 Feb 2008 15:50:37 +0000 (-0700) Subject: cell: fix build: s/dest/vertex/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4d050ffccf46e5e7b40d8a2f3868cc73fcf110e;p=mesa.git cell: fix build: s/dest/vertex/ --- diff --git a/src/gallium/drivers/cell/ppu/cell_vertex_shader.c b/src/gallium/drivers/cell/ppu/cell_vertex_shader.c index f7ef72e5a2c..42cc47cbfea 100644 --- a/src/gallium/drivers/cell/ppu/cell_vertex_shader.c +++ b/src/gallium/drivers/cell/ppu/cell_vertex_shader.c @@ -123,7 +123,7 @@ cell_vertex_shader_queue_flush(struct draw_context *draw) for (j = 0; j < n; j++) { vs->elts[j] = draw->vs.queue[i + j].elt; - vs->vOut[j] = (uintptr_t) draw->vs.queue[i + j].dest; + vs->vOut[j] = (uintptr_t) draw->vs.queue[i + j].vertex; } for (/* empty */; j < SPU_VERTS_PER_BATCH; j++) {