- 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.
-
- 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.
-
- Jul 12, 2019
-
-
Graham Linden authored
Make shadowAlphaMask shader ignore vertex alpha before discards iff we're a fullbright object. Keep llappearance from stuffing dangling pointers into the alpha cache (crash iff you're using nSight debugging and disable readbacks).
-
Graham Linden authored
Fix glow calcs in sky shaders (not just the not shared enough atmospherics funcs). Revert 10625 attempted fix as it breaks baggy clothes as much as skipping readbacks does.
-
- Jul 11, 2019
-
-
Graham Linden authored
Keep texture baking from pointlessly mercy flushing GL like a kid that just discovered the toilet handle. Make glReadPixels call use GL_ALPHA8 (a texture format) instead of GL_ALPHA (an enum to indicate the alpha channel).
-
- Jul 08, 2019
-
-
Graham Linden authored
-
Graham Linden authored
Appease Clang.
-
Graham Linden authored
Move dynamic texture update (which does local back readback work) to just before swap which may keep the Intel driver from tripping on its own shoelaces and is also subjectively faster for bakes.
-
- Jul 03, 2019
-
-
Graham Linden authored
Fix emissives without normal maps clobbering the alpha output in materialF. Modify glow size calc to get close to pre-EEP sun glow behavior (may require sky vert settings >= mid). Make bake ignore alpha readback for Intel until we can determine why their drivers now go boom.
-
- Jul 01, 2019
-
-
Graham Linden authored
Try aligning data used for glReadPixels to see if we can coax the Intel driver stack into being a less souciant pile of detritus. Replace face color based test replaced with other logic in error.
-
- Feb 06, 2019
-
-
Brad Payne (Vir Linden) authored
-
- Feb 05, 2019
-
-
Brad Payne (Vir Linden) authored
-
- Sep 07, 2018
-
-
Oz Linden authored
-
- Sep 05, 2018
-
-
Oz Linden authored
-
- Aug 01, 2018
-
-
maxim_productengine authored
-
- Jul 26, 2018
-
-
andreykproductengine authored
-
- Jul 17, 2018
-
-
Nat Goodspeed authored
-
- Jul 15, 2018
-
-
Anchor Linden authored
[MAINT-8846] - fixing duplicate id in avatar_lad.xml fixrs character test female crash. code cleanup.
-
- Jul 12, 2018
-
-
Brad Payne (Vir Linden) authored
-
- Jun 26, 2018
-
-
Anchor Linden authored
-
- Jun 12, 2018
-
-
Anchor Linden authored
-
- Jun 08, 2018
-
-
Anchor Linden authored
-
- May 29, 2018
-
-
Anchor Linden authored
-
- May 25, 2018
-
-
Andrey Kleshchev authored
-
- May 21, 2018
-
-
Anchor Linden authored
-
- Apr 20, 2018
-
-
Graham Linden graham@lindenlab.com authored
Modify autobuild.xml to use new libatmo w/ state save/restore fixes (addresses font render glitch). Put in nSight debug support.
-
- Mar 06, 2018
-
-
Rider Linden authored
-
- Mar 01, 2018
-
-
Anchor Linden authored
[MAINT-8081] - bakes on mesh. 1st pass. changed texture panel to select bakes on objects. handle magic bake ids in LLViewerObject.
-
- Feb 18, 2018
-
-
Graham Linden graham@lindenlab.com authored
libatmosphere integrated in indra/llrender/llatmosphere.cpp Still working on runtime shaders to use libatmosphere precomputed atmospherics textures
-
- Feb 15, 2018
-
-
Graham Linden graham@lindenlab.com authored
These changes are only enabled if RenderNsightDebugSupport is true and eliminate use of some OpenGL legacy functionality which is incompatible with nSight capture (mostly glReadPixels and other fixed-function pipe rendering calls).
-
- Dec 13, 2017
-
-
Brad Payne (Vir Linden) authored
MAINT-7528 - allow underscores to substitute for spaces in uploaded meshes - this allows rigging to some attachment points that will not otherwise work
-
- Dec 04, 2017
-
-
Brad Payne (Vir Linden) authored
SL-704 - made avatar hierarchy more consistent by adding lluiavatar for viewer-local avs used in upload previews
-