Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-10 | #2434 Intel HD4000 compatibility pass (#2541) | Dave Parks | |
* #2434 Intel HD4000 compatibility pass * Fixes crash on old drivers when loading shaders * Fixes 30 second hang on startup * Fixes occasional dev build crash in LLWearableList --------- Co-authored-by: Brad Linden <brad@lindenlab.com> | |||
2024-09-06 | #2467 Fix for sim surrounds not fully loading (#2524) | Dave Parks | |
Also fixes some sculpts getting wrong LoD | |||
2024-09-05 | #2482 Fix for Quadro GPUs claiming to have infinite VRAM (#2511) | Dave Parks | |
2024-09-04 | secondlife/viewer#2490: Fix PBR terrain texture transform feature flag ↵ | Cosmic Linden | |
handled by viewer in unpredictable manner | |||
2024-09-04 | Fix another 1856 crash on startup case when Terrain Bake shaders are ↵ | Brad Linden | |
unsupported (#2491) fixes secondlife/viewer#1856 | |||
2024-09-04 | #2482 Low end NVIDIA compatibility pass (#2486) | Dave Parks | |
- Use GL_NVX_gpu_memory_info when available - Disable transparent water on Mid+ and lower - Adjust GPU benchmark to better tell the truth - Texture bias tune up - viewer-private/#277 - Report foreground_time in viewer stats | |||
2024-09-03 | #1852 Fix for some visual corruption caused by divide by zero in lighting ↵ | Dave Parks | |
functions (#2488) | |||
2024-09-01 | Restore old error handling early out logic in LLAppViewer::init() (#2475) | Brad Linden | |
fixes secondlife/viewer#2474 | |||
2024-08-29 | #2428 Fix for crash when applying PBR material to a single face (take 2) (#2463) | Dave Parks | |
Also fix for some objects randomly disappearing until they're selected again. | |||
2024-08-29 | Add error handling for intel crashes from GLTF Scene shader (#2456) | Brad Linden | |
fix secondlife/viewer#1856 | |||
2024-08-28 | Attempt to get better file/line info for LL_ERRS crahses in bugsplat. (#2447) | Brad Linden | |
secondlife/viewer#2445 | |||
2024-08-27 | #2428 Fix for crash when applying PBR material (#2430) | Dave Parks | |
Also attempt to fix some occasional bad texture memory tracking. | |||
2024-08-26 | Improve safety of macOS available RAM calcuations at suggestion of Ansariel ↵ | Brad Linden | |
and Beq (#2423) | |||
2024-08-26 | secondlife/viewer#2391: Remove avatar rigging "callstack" logging | Cosmic Linden | |
2024-08-26 | Remove or suppress left over debug messages in hot paths (#2392) | Rye Mutt | |
2024-08-26 | defensively capture coroutine args by value | Brad Linden | |
2024-08-26 | secondlife/viewer#2395 fix start location coordinates getting double escaped | Brad Linden | |
2024-08-23 | #2388 Texture downrezzing tune up. (#2414) | Dave Parks | |
- Hold onto unreferenced textures for 30 seconds. - Don't downres unless memory is low - Downres when viewer is backgrounded. | |||
2024-08-22 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into ↵ | Brad Linden | |
release/2024.08-DeltaFPS | |||
2024-08-22 | #2397 Sanity clamp haze contribution to avoid NaN like blowouts. (#2402) | Dave Parks | |
2024-08-22 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into ↵ | Brad Linden | |
release/2024.08-DeltaFPS # Conflicts: # indra/newview/featuretable_mac.txt | |||
2024-08-21 | Bump featuretable versions to fix secondlife/viewer#2345 (#2386) | Brad Linden | |
also fixed mac High entry for RenderMirrors that got missed | |||
2024-08-20 | Merge branch 'release/2024.06-atlasaurus' of github.com:secondlife/viewer ↵ | Roxie Linden | |
into roxie/webrtc-fix-mac-p2p-hang | |||
2024-08-20 | removed unnecessary comment | Roxie Linden | |
2024-08-20 | Fix hang when incoming p2p or group calls throw up dialog. | Roxie Linden | |
There were changes in atlasaurus that resulted in a hang for incoming p2p and group calls which throw up dialogs. The changes revolved around mutex, coroutines, job queues, and such. The fix was to do any processing that may result in callbacks from the webrtc code in a queued job instead of a coroutine. | |||
2024-08-20 | #2345 Fix for mirrors not being disabled from previous viewer versions. | Jonathan "Geenz" Goodman | |
2024-08-20 | Increment viewer version in preparation for 2024.08-d RC | Brad Linden | |
2024-08-20 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden | |
# Conflicts: # autobuild.xml # indra/newview/llvoicewebrtc.cpp | |||
2024-08-20 | Clean up boost includes and remove compiler warning pragma for unreachable ↵ | Ansariel Hiller | |
code in PCH (#2361) | |||
2024-08-20 | viewer#2338 Don't allow pasting into library from My Environments | Andrey Kleshchev | |
2024-08-20 | Trim trailing blank line. | Nat Goodspeed | |
2024-08-20 | #2315 Ensure textures are deleted when they are no longer referenced. (#2343) | Dave Parks | |
* #2315 WIP -- Clean up deletion rules in texture list. Incidental decruft. * Touch up assertions. * Move mLastReferencedTimer to LLViewerMediaTexture since it's no longer used by LLViewerTexture | |||
2024-08-20 | #2354 Enable Tracy on test builds (#2357) | Dave Parks | |
* #2354 Enable Tracy on test builds * Only enable Tracy by default on windows | |||
2024-08-20 | Follow up for 4fa41c5 breaking inbox search/hiding (#2356) | Rye Mutt | |
2024-08-20 | SL-15061 Crash at LLConversationItemSession::clearAndDeparentModels #3 | Andrey Kleshchev | |
2024-08-20 | Fix a bunch of XUI errors (#2347) | Ansariel Hiller | |
* Fix a bunch of XUI errors * Change TRUE to true | |||
2024-08-20 | Remove orphaned LLAllocator (#2348) | Ansariel Hiller | |
2024-08-19 | #2345 Disable mirrors from the feature table regardless of quality level. ↵ | Jonathan "Geenz" Goodman | |
(#2352) | |||
2024-08-19 | #2345 Disable mirrors from the feature table regardless of quality level. ↵ | Jonathan "Geenz" Goodman | |
(#2352) | |||
2024-08-19 | Merge pull request #2329 from RyeMutt/probe-fixes | Andrey Lihatskiy | |
Various fixes to probe memory usage | |||
2024-08-19 | viewer#2342 Return AvatarBakedTextureUploadTimeout | Andrey Kleshchev | |
Partial rollback of d00b6e4 QA uses AvatarBakedTextureUploadTimeout and requested restoration. | |||
2024-08-19 | Merge pull request #2328 from secondlife/roxie/webrtc-airpod-fixes | Roxanne Skelly | |
2024-08-19 | #2289 BugSplat Crash #1496385: ↵ | Alexander Gavriliuk | |
SecondLifeViewer!LLFocusableElement::~LLFocusableElement(79) | |||
2024-08-19 | viewer#2310 Highlight image size when over limit for profile feed | Andrey Kleshchev | |
2024-08-19 | viewer#2311 When email or profile image upload fails show a more fitting reason | Andrey Kleshchev | |
2024-08-19 | Merge pull request #2324 from secondlife/roxie/webrtc-log-devices | Roxanne Skelly | |
[WebRTC] Log WebRTC devices on webrtc initialization. | |||
2024-08-19 | Update indra/newview/pipeline.cpp | Andrey Lihatskiy | |
Fix build error | |||
2024-08-19 | Merge pull request #2334 from RyeMutt/ui-stutter-fixes | Andrey Lihatskiy | |
Fix various findChild calls causing frame drops and ui stutter | |||
2024-08-19 | Clean up excessive dynamic casts in LLAccordionCtrl (#2333) | Rye Mutt | |
2024-08-19 | Refactor LLFileSystem for and fix an old issue in LLFile (#2332) | Ansariel Hiller | |