diff options
author | Armin Weatherwax | 2010-03-02 14:40:59 +0100 |
---|---|---|
committer | Armin Weatherwax | 2010-03-04 22:36:51 +0100 |
commit | 35c5041b506c959e455e67fab837cf6b99e5a2d0 (patch) | |
tree | 933e6b6ccedaba5930975c636425005a277ddf93 /linden/doc/contributions.txt | |
parent | Vex Streeter, Merov Linden: SNOW-434 Unsafe threaded op. (lltexturefetch.cpp). (diff) | |
download | meta-impy-35c5041b506c959e455e67fab837cf6b99e5a2d0.zip meta-impy-35c5041b506c959e455e67fab837cf6b99e5a2d0.tar.gz meta-impy-35c5041b506c959e455e67fab837cf6b99e5a2d0.tar.bz2 meta-impy-35c5041b506c959e455e67fab837cf6b99e5a2d0.tar.xz |
Robin Cornelius, Aleric Inglewood: SNOW-196 missing mutexes for texture fetch
Applys a trylock() abort system to allow the worker thread to avoid deadlocks
due to a race between mQueueMutex and mWorkerMutex.
Diffstat (limited to '')
-rw-r--r-- | linden/doc/contributions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt index a1ec128..14807e1 100644 --- a/linden/doc/contributions.txt +++ b/linden/doc/contributions.txt | |||
@@ -40,6 +40,7 @@ Aimee Trescothick | |||
40 | Alejandro Rosenthal | 40 | Alejandro Rosenthal |
41 | VWR-1184 | 41 | VWR-1184 |
42 | Aleric Inglewood | 42 | Aleric Inglewood |
43 | SNOW-196 | ||
43 | SNOW-408 | 44 | SNOW-408 |
44 | VWR-10759 | 45 | VWR-10759 |
45 | VWR-10837 | 46 | VWR-10837 |
@@ -473,6 +474,7 @@ Ringo Tuxing | |||
473 | CT-321 | 474 | CT-321 |
474 | Robin Cornelius | 475 | Robin Cornelius |
475 | SNOW-108 | 476 | SNOW-108 |
477 | SNOW-196 | ||
476 | VWR-2488 | 478 | VWR-2488 |
477 | VWR-9557 | 479 | VWR-9557 |
478 | Ryozu Kojima | 480 | Ryozu Kojima |