diff options
author | Marek Olšák <[email protected]> | 2010-06-30 00:02:27 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-06-30 00:03:04 +0200 |
commit | b939f83eb7af8f818c638453b2d2522b2362a831 (patch) | |
tree | 7d2e4e7a4610ce52d8a6b3695e2434fbb3ec26f6 /src/gallium/drivers/r300/r300_context.h | |
parent | 6a34287bb5147a3213e94d88c97db4ec403509ae (diff) |
r300g: add workaround for multiple contexts
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 ac5ae23cb5a..5bc5d989396 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -564,6 +564,7 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen, boolean r300_check_cs(struct r300_context *r300, unsigned size); void r300_finish(struct r300_context *r300); +void r300_flush_cb(void *data); /* Context initialization. */ struct draw_stage* r300_draw_stage(struct r300_context* r300); |