Ansariel
c753c19231
Remove duplicate check
2024-12-19 00:01:43 +01:00
Ansariel
b15fb708e3
Merge branch 'main' of https://github.com/secondlife/viewer
2024-12-19 00:00:01 +01:00
Ansariel
c915de3823
Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm
2024-12-18 23:59:47 +01:00
Nat Goodspeed
5029f0322f
Increment viewer version to 7.1.12
...
following promotion of secondlife/viewer #2617 : 2024.09 ExtraFPS
2024-12-18 15:07:51 -05:00
Brad Linden
bb5fa35900
Roll back to Xcode 14.0.1 to fix secondlife/viewer-private#347 ( #3297 )
2024-12-16 15:41:39 -08:00
Andrey Kleshchev
a66ec26b81
#3295 Crash scaling texture down ( #3296 )
2024-12-16 22:21:42 +00:00
Dave Parks
e097f194d9
#3293 Disable multi-threaded media updates on AMD on OS X, explicitly set downscale method to 0 (FBO) ( #3294 )
2024-12-16 12:18:29 -06:00
Ansariel
6c5bd86d0e
Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm-extrafps
2024-12-15 21:45:16 +01:00
Ansariel
c53bc7e74f
Merge branch 'release/2024.09-ExtraFPS' of https://github.com/secondlife/viewer
...
# Conflicts:
# indra/newview/llviewercontrol.cpp
# indra/newview/skins/default/xui/en/notifications.xml
2024-12-15 21:44:14 +01:00
Beq
935930cc21
Avoid crash for uninitialised GLImage internal format (-1)
2024-12-15 20:44:00 +00:00
Brad Linden
5b77436cf0
#3288 null overrides crashes ( #3289 )
...
* Fixes for secondlife/viewer#3288 override copy related crashes when overrides can be nullptr
2024-12-13 16:13:30 -08:00
Brad Linden
67b9779d55
Merge pull request #3262 from secondlife/rye/extra-mesafix
...
Fix mesa failing to link shaders due to missing vertex shader outputs
2024-12-13 16:01:44 -08:00
Andrey Kleshchev
5d64e64458
#3285 Crash at remapIndexBuffer
2024-12-13 21:07:05 +02:00
Brad Linden
16afa19b90
Merge pull request #3236 from Ansariel/remove-notifications
...
Remove orphaned notifications (follow-up to 412b3db5a8 )
2024-12-13 10:30:02 -08:00
Dave Parks
eff46262c8
#2590 Radeon mac optimization pass ( #3277 )
...
- 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-12 15:46:01 -06:00
Andrey Kleshchev
5a629574b7
#3272 [MAC] Fix wrong RenderReflectionsEnabled on Low
2024-12-12 20:23:11 +02:00
Andrey Kleshchev
9f47542597
#3265 Crash at getAllowEnvironmentOverride
...
Check region pointer and make sure external callbacks get disconected
2024-12-12 14:39:51 +02:00
Rye
f8fad89dd0
Fix mesa failing to link shaders due to missing vertex shader outputs
2024-12-11 08:49:38 -08:00
Ansariel
586d0a3247
Merge branch 'release/2024.09-ExtraFPS' of https://github.com/secondlife/viewer
...
# Conflicts:
# indra/newview/skins/default/xui/en/notifications.xml
2024-12-11 17:47:28 +01:00
Rye
0dda1b0199
Merge pull request #3260 from secondlife/rye/extra-glcompat
...
Fix crashes from shader load failures under RenderMaxOpenGLVersion 3.1/3.2/3.3
2024-12-11 10:50:53 -05:00
Rye
d17fd56dc4
Fix crashes from shader load failures under RenderMaxOpenGLVersion 3.1/3.2/3.3 ( #3184 )
2024-12-10 17:24:39 -08:00
PanteraPolnocy
abb15fadc5
Disable few more shaders in text mode
2024-12-11 01:58:16 +01:00
Dave Parks
ae9174ffdf
#3234 Fix for slightly transparent objects negating colors ( #3259 )
2024-12-10 15:28:50 -06:00
Andrey Kleshchev
97826b555b
viewer#3169 Legacy settings should no longer be automatically converted
2024-12-10 21:05:41 +02:00
Dave Parks
5f9fe87808
Fix for assert (and potential crash) in LLAvatarPropertiesProcessor coroutine ( #3253 )
2024-12-10 11:09:07 -06:00
Dave Parks
b76ea8f1d7
#3251 Remove obsolete intel driver notification ( #3252 )
2024-12-10 11:07:44 -06:00
Dave Parks
dff8a2aaab
#3248 Fix for stars not rendering when emissive enabled ( #3250 )
2024-12-10 11:06:25 -06:00
Andrey Kleshchev
23e9c8cf30
#3222 Make sure variables are initialized
...
in case anybody adds more constructors and forgets to set init.
2024-12-10 16:42:19 +02:00
Andrey Kleshchev
c162d8a060
#3222 Emoji tabs losing symbols
2024-12-09 23:06:21 +02:00
Ansariel
9e47573dae
Remove orphaned notifications (follow-up to 412b3db5a8)
2024-12-09 13:26:53 +01:00
Ansariel
91962d4470
Merge branch 'release/2024.09-ExtraFPS' of https://github.com/secondlife/viewer
2024-12-09 13:18:25 +01:00
Ansariel
0e17de1517
Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm
2024-12-09 13:18:16 +01:00
PanteraPolnocy
79582841f5
FIRE-34925 French translation update, by Laurent Bechir
2024-12-07 09:47:54 +01:00
Brad Linden
412b3db5a8
Remove unwanted notification for texture downrezing behavior ( #3233 )
...
secondlife/viewer#2549
2024-12-06 16:35:47 -08:00
Dave Parks
5e35785b8d
#3219 Revert default exposure thresholds to DeltaFPS values ( #3228 )
2024-12-06 13:42:48 -06:00
PanteraPolnocy
e3e8b997dd
FIRE-34921 Russian translation update, by Romka Swallowtail
2024-12-06 12:03:23 +01:00
Ansariel
e930b9e1f3
Transplant changes
2024-12-05 23:32:48 +01:00
Ansariel
215c2d2de0
Merge branch 'release/2024.09-ExtraFPS' of https://github.com/secondlife/viewer
2024-12-05 23:26:47 +01:00
Ansariel
477317f33e
Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm
2024-12-05 23:26:26 +01:00
Ansariel
87ae18e562
Update German translation
2024-12-05 23:26:03 +01:00
Dave Parks
37f92c1698
Fix for legacy skies with bright suns not matching FS 6.6.17 ( #3214 )
2024-12-05 15:10:13 -06:00
Dave Parks
1120a7ccb9
#3210 Fix for "Texture will be downscaled" happening too often. ( #3212 )
2024-12-05 13:52:03 -06:00
Andrey Kleshchev
396b97aebf
viewer-private#330 Fix LLCachedControl for vintage
2024-12-05 18:59:59 +02:00
Andrey Kleshchev
0dccb322ef
viewer-private#330 Fix Vintage mode in feature table
...
These parameters are set by RenderDisableVintageMode
2024-12-05 18:59:59 +02:00
PanteraPolnocy
3b78cca27b
FIRE-34915 Chinese Translation Update, by 小滢 Zi Ying
2024-12-05 11:23:56 +01:00
PanteraPolnocy
a42dc29906
FIRE-34897 Pink worldview in Text Mode
2024-12-05 11:15:53 +01:00
PanteraPolnocy
681f6071c7
Add an option to show new inventory notification even if auto accept is enabled
...
Suggested by Darkover Tone
2024-12-05 02:37:06 +01:00
Dave Parks
4b5d4be5a8
#3106 Lower maximum texture bias back to 4, reintroduce camera importance texture scaling ( #3207 )
2024-12-04 12:33:04 -06:00
Andrey Kleshchev
27fb297b6f
#3190 Ensure materials are properly copied instead of reused.
2024-12-04 19:03:28 +02:00
Ansariel
7c3b74a0df
Merge branch 'release/2024.09-ExtraFPS' of https://github.com/secondlife/viewer
...
# Conflicts:
# indra/newview/llviewertexture.cpp
# indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml
2024-12-04 16:11:44 +01:00