summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
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 0c06d41f4a..5093c14746 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -40,7 +40,7 @@ static void r300_update_num_contexts(struct r300_screen *r300screen,
int diff)
{
if (diff > 0) {
- p_atomic_dec(&r300screen->num_contexts);
+ p_atomic_inc(&r300screen->num_contexts);
if (r300screen->num_contexts > 1)
util_mempool_set_thread_safety(&r300screen->pool_buffers,