diff options
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 1 |
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 8eddf72b704..7f655dbfd21 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; |