From d4b2de13bc652cd134826801ada48d0bb88a8258 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Thu, 16 Sep 2010 02:04:37 +0200 Subject: r300g/swtcl: fix CS overrun https://bugs.freedesktop.org/show_bug.cgi?id=29901 --- src/gallium/drivers/r300/r300_context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/r300/r300_context.h') diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 8eddf72b70..7f655dbfd2 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -457,6 +457,7 @@ struct r300_context { size_t draw_vbo_size; /* Whether the VBO must not be flushed. */ boolean draw_vbo_locked; + boolean draw_first_emitted; /* Accelerated blit support. */ struct blitter_context* blitter; -- cgit v1.2.3