- Jan 06, 2021
-
-
Rye Mutt authored
-
- Dec 17, 2020
-
- Nov 01, 2020
-
-
Rye Mutt authored
-
- Oct 31, 2020
-
-
Rye Mutt authored
-
- Oct 29, 2020
-
-
Rye Mutt authored
Hide a bunch of debug logging statements in #ifdef SHOW_DEBUG to prevent spinning a mutex in hot paths.
-
- Oct 23, 2020
-
-
Rye Mutt authored
-
- Oct 08, 2020
-
-
Rye Mutt authored
-
- Aug 24, 2020
- Aug 23, 2020
-
-
Rye Mutt authored
-
- Aug 09, 2020
-
-
Rye Mutt authored
-
- Jul 29, 2020
-
-
Rye Mutt authored
-
- Jul 27, 2020
-
-
Rye Mutt authored
-
- Jul 21, 2020
- Jul 20, 2020
-
-
Rye Mutt authored
-
- Jul 19, 2020
-
-
Rye Mutt authored
-
- Jul 05, 2020
- Jul 03, 2020
-
-
Rye Mutt authored
-
- Jun 30, 2020
-
-
Rye Mutt authored
-
- Mar 26, 2020
-
-
Nat Goodspeed authored
-
- Mar 25, 2020
-
-
Nat Goodspeed authored
LLWearableType::initSingleton() calls LLWearableDictionary::initParamSingleton(). LLWearableDictionary's constructor constructs specific WearableEntry instances, each of which wants to translate its name string to a user-facing label using LLWearableType::mTrans. WearableEntry's constructor was calling LLWearableType::getInstance(). Under circumstances we don't fully understand (recursive mutex misbehavior?), that could hang. Instead, pass the canonical LLWearableType instance to LLWearableDictionary's constructor, and from there into WearableEntry's constructor.
-
- Mar 23, 2020
-
-
Rye Mutt authored
-
- Mar 21, 2020
- Mar 19, 2020
- Mar 17, 2020
- Nov 13, 2019
-
-
andreykproductengine authored
-
- Aug 26, 2019
-
-
Graham Linden authored
-
- Aug 12, 2019
-
-
andreykproductengine authored
-
- Aug 05, 2019
-
-
Graham Linden authored
Provide method of storing joint indices sep from weight data for faster runtime processing.
-
- Jul 24, 2019
-
-
Graham Linden authored
-
Graham Linden authored
Revert attempted fix for 10625.
-
- Jul 15, 2019
-
-
Graham Linden authored
Fix OSX compiler error from missing defaulted param and changed signature of renderAlphaMaskTextures.
-
Graham Linden authored
Add work-around for broken intel drivers which can't use glReadPixels from RGBA FBOs to get alpha without locking up.
-