summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
AgeCommit message (Collapse)Author
44 hoursMerge tag 'Second_Life_Release#e671cb54-2025.03' into 2025.032025.03Erik Kundiman
3 days#3795 Crash at getVolatileAPRPool()Andrey Kleshchev
5 daysMerge tag 'Second_Life_Release#6ac1d4f3-2025.03' into 2025.03Erik Kundiman
6 daysUse LLCachedControl in llviewerwindow and llappviewerAndrey Kleshchev
Getting from gSavedSettings is expensive to do so often
12 daysMerge tag 'Second_Life_Release#0ec9bfaa-2025.03' into 2025.03Erik Kundiman
2025-03-18#3644 Adjust throttle based of how busy buffer isAndrey Kleshchev
2025-03-11Merge branch 'marchcat/maint-b-cherrypicks' into marchcat/2025.03-maint-bAndrey Lihatskiy
2025-03-11#1080 BugSplat Crash: LLAppViewer::initStrings() - show crash reasonAlexander Gavriliuk
2025-03-11viewer-private#217 Cef log was deleted too oftenAndrey Kleshchev
delete once per session, not once per instance # Conflicts: # indra/newview/llviewermedia.cpp
2025-03-06Merge remote-tracking branch 'secondlife/release/2025.03' into 2025.03Erik Kundiman
2025-03-06Merge commit '8c1f00eebc6863c39d0143aeb7e37c68459d454f' into 2025.03Erik Kundiman
2025-03-05#3644 Fix new logging of packet drops hitting performance #2Andrey Kleshchev
Misunderstood how mDroppedPackets worked, clear out what's not needed
2025-03-04#3644 Fix new logging of packet drops hitting performanceAndrey Kleshchev
2025-03-04#3591 rethrow should be mac specificAndrey Kleshchev
Jumped the gun a bit, since reportCrashToBugsplat is OS specific, restore rethrow for other systems.
2025-02-27Merge pull request #3583 'faster avatar loading' into release/2025.03Andrey Kleshchev
2025-02-27theoretical earlier start to asset downloads during startup (#3589)Andrew Meadows
* process UDP packets earlier in startup sequence * call lazyAttach() when nonzero pending attachments
2025-02-26#3591 Remove now pointless rethrowAndrey Kleshchev
2025-02-25#3591 More test coverage for crashesAndrey Kleshchev
2025-02-19Merge branch release/2025.03Andrey Kleshchev
# Conflicts: # indra/newview/llmeshrepository.cpp # indra/newview/llmeshrepository.h
2025-02-19Merge Forever Fps into 2025.03Andrey Kleshchev
Merge Forever Fps into 2025.03
2025-02-18drain UDP socket to avoid dropped packets (#3565)Andrew Meadows
drain UDP socket in idleNetwork() to avoid dropped packets
2025-02-18#3520 Name name cache based on gridAndrey Kleshchev
2025-02-18Merge commit '0679cbdec89fbd3ec470768bdf469f6a1d326859' into tmpErik Kundiman
2025-02-05viewer#2780 Speed up terrain loading on teleportAndrey Kleshchev
Terrain was arriving and processing too late resulting in issues like "Lower terrain material incorrectly shown momentarily"
2025-01-31#3488 Avoid reading meshes from disk when not nessesaryAndrey Kleshchev
LLMeshHeaderHandler preallocates file with empty data, there is no point reading large empty sections so write presense flags at the start of the file
2025-01-30#3400 Reimplement LLError marker for crash statisticsAndrey Kleshchev
2025-01-23Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵Erik Kundiman
2024.12-ForeverFPS
2025-01-22#3431 Include session id with last exec eventAndrey Kleshchev
2025-01-22viewer#3088 Add graphical init and reinitAndrey Kleshchev
2025-01-22viewer#3088 Report out of memory as a separate 'category'Andrey Kleshchev
2024-12-15Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-12-12#2590 Radeon mac optimization pass (#3277)Dave Parks
- Skip updating of reflection probes that are not the default probe when probe coverage is set to "None" - enable RenderAppleUseMultGL and disable occlusion culling on Macs with AMD GPUs - Reduce the number of texture decode threads on Macs with intel cpus. - Move texture deletion to LLImageGL::updateClass and prevent textures from staying resident in vram longer than 3 frames - Disable SSAO by default on Macs with intel CPUs
2024-12-11Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-12-10#3251 Remove obsolete intel driver notification (#3252)Dave Parks
2024-11-06Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-11-06Re-introduction of the "smoothie" optimizationmobserveur
This commit replaces the LL optimizations for Macs with Apple gpus by the "Smoothie" optimizations, and replaces the tuning panel with a simple fps limiter panel. This should fix the crash occurring in extraFPS when the viewer goes in the background.
2024-11-01viewer#2985 Odd crash when notifying voice observersAndrey Kleshchev
Crash points at enableDisableCallBtn, but button's floater was cleaned earlier and has a removeObserver call so an observer record should be long gone. Likely something else is going on. Went over various callbacks and made sure they are cleaned. But in case floater somehow remained, added mSession = nullptr.
2024-10-18Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-09-18Add LLFloaterAbout info (esp. GPU info) to Frame Profile stats dumpNat Goodspeed
With the About info added, `getProfileStatsContext()` need not redundantly add `"channel"`, `"version"` or `"region"`. Slightly improve the efficiency of `LlsdToJson()` and `LlsdFromJson()` by preallocating the known size of the source array or map. (Unfortunately the C++ `LLSD` class offers us no way to preallocate a map.) In `LLAppViewer::getViewerInfo()`, avoid immediate successive calls to `gAgent.getRegion()`. (cherry picked from commit f4b65638879c10c832b3bb8448f82001106ffd11)
2024-09-13send AgentUpdate ASAP when control bits changeleviathan
2024-09-02Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵Erik Kundiman
2024.08-DeltaFPS
2024-09-01Restore old error handling early out logic in LLAppViewer::init() (#2475)Brad Linden
fixes secondlife/viewer#2474
2024-09-01Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵Erik Kundiman
2024.08-DeltaFPS
2024-08-20Remove orphaned LLAllocator (#2348)Ansariel Hiller
2024-08-19Merge branch 'webrtc-voice' into 2024.06-atlasaurusErik Kundiman
2024-08-14Merge pull request #2283 from RyeMutt/reduce-thread-contentionDave Parks
Reduce thread contention between main thread and asset fetch threads
2024-08-14Enable /permissive- on MSVC for better standards conformance (#2251)Rye Mutt
* Enable /permissive- on MSVC for better C++ conformance and fix related errors * Clean up left over warning suppressions from old library or msvc versions
2024-08-14Reduce texture fetch and main thread contention from LLViewerStatsRecorder ↵Rye Mutt
via simpleton.
2024-08-14Reduce UI draw stalls from LLSpellChecker singleton via simpletonRye Mutt
2024-08-09Merge branch 'main' into webrtc-voiceErik Kundiman