From: Marek Olšák Date: Tue, 7 Dec 2010 18:24:19 +0000 (+0100) Subject: r300g: also revalidate the SWTCL vertex buffer after its reallocation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8b861987d32444586e786cb39c6ef1c7498ae9b;p=mesa.git r300g: also revalidate the SWTCL vertex buffer after its reallocation --- diff --git a/src/gallium/drivers/r300/r300_render.c b/src/gallium/drivers/r300/r300_render.c index 7bb5eaa4a96..b4197e03520 100644 --- a/src/gallium/drivers/r300/r300_render.c +++ b/src/gallium/drivers/r300/r300_render.c @@ -816,6 +816,7 @@ static boolean r300_render_allocate_vertices(struct vbuf_render* render, R300_MAX_DRAW_VBO_SIZE); r300->draw_vbo_offset = 0; r300->draw_vbo_size = R300_MAX_DRAW_VBO_SIZE; + r300->validate_buffers = TRUE; } r300render->vertex_size = vertex_size;