Module: Mesa
Branch: master
Commit: d1671ceb71657a857f80322b96ab1443e9f564d6
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1671ceb71657a857f80322b96ab1443e9f564d6

Author: Marek Olšák <[email protected]>
Date:   Mon Jul 19 17:33:40 2010 +0200

r300g: fix typo

---

 src/gallium/drivers/r300/r300_context.c |    2 +-
 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 0c06d41..5093c14 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,

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to