summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-09-16 02:04:37 +0200
committerMarek Olšák <maraeo@gmail.com>2010-09-16 20:33:43 +0200
commitd4b2de13bc652cd134826801ada48d0bb88a8258 (patch)
treebce67aa3751fd91a906bc7ef92be9b09d3283f6d /src/gallium/drivers/r300/r300_context.h
parentdb94a2a5be8e9a8e4de088771874b14b79438299 (diff)
r300g/swtcl: fix CS overrun
https://bugs.freedesktop.org/show_bug.cgi?id=29901
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h1
1 files changed, 1 insertions, 0 deletions
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;