summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2010-06-30 00:02:27 +0200
committerMarek Olšák <[email protected]>2010-06-30 00:03:04 +0200
commitb939f83eb7af8f818c638453b2d2522b2362a831 (patch)
tree7d2e4e7a4610ce52d8a6b3695e2434fbb3ec26f6 /src/gallium/drivers/r300/r300_context.c
parent6a34287bb5147a3213e94d88c97db4ec403509ae (diff)
r300g: add workaround for multiple contexts
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index 59129bc24d9..2fe2e0a96d7 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -121,7 +121,7 @@ static void r300_destroy_context(struct pipe_context* context)
FREE(r300);
}
-static void r300_flush_cb(void *data)
+void r300_flush_cb(void *data)
{
struct r300_context* const cs_context_copy = data;