Module: Mesa Branch: master Commit: 40ca02a0450af6ba281f28901d65225409080313 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40ca02a0450af6ba281f28901d65225409080313
Author: Corbin Simpson <[email protected]> Date: Sun Mar 8 15:04:10 2009 -0700 r300-gallium: Unbreak trivial/point. Oops, forgot to remove that. Edit: And trivial/line and trivial/tri. --- src/gallium/drivers/r300/r300_swtcl_emit.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/r300/r300_swtcl_emit.c b/src/gallium/drivers/r300/r300_swtcl_emit.c index 7f0fc02..3db0951 100644 --- a/src/gallium/drivers/r300/r300_swtcl_emit.c +++ b/src/gallium/drivers/r300/r300_swtcl_emit.c @@ -214,8 +214,6 @@ static void r300_swtcl_render_draw_arrays(struct vbuf_render* render, CS_LOCALS(r300); - count /= 4; - r300render->vbo_offset = start; prepare_render(r300render, count); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
