Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-10 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-10 | toolbars.xml tweak | fowlerdm | |
Modify default layout to hopefully be more tidy and useful | |||
2024-07-09 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-06 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-05 | Tuning floater and buffer mapping improvements | mobserveur | |
This commit adds the tuning floater accessible via the fps button, and improvements to the buffer mapping optimisation modes. | |||
2024-07-05 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-07-05 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-03 | #1870 Tune up for better experience on integrated intel with low memory (#1872) | Dave Parks | |
* More deterministic vsize calculation. Add control for choosing downscale method. * Quick hack to make GLTF preview work again | |||
2024-07-02 | EnableVoiceMorphing should default to true | Roxie Linden | |
2024-07-02 | viewer#1666 Allow switching 2k textures off in bulk uploads | Andrey Kleshchev | |
2024-07-02 | Experimental fix for blurry textures (#1875) | Beq Janus | |
This change removes the distance based bias (which is a large contributor to premature blurring) but adds a check using the importance factor to give some balance. importance should be between 0 and 1 and is higher when the texture is facing the camera, lower when it is side on, The unimportance setting defines the cutoff vaklue below which we'll consider the textures worth "down scaling" by the bias factor. The setting is inplace to allow us to play with this, 0.25 is current default. Note this change moves the calcPixelArea() call to the top BEFORE we user getPixelArea(). Either that call is entirely redundant (i.e. if calc was called earlier in the frame) or we were using the stale pixelArea (one frame behind). If the former is true then it might be faster to just do an AABB frustum check. | |||
2024-07-02 | viewer#1907 Shader initialization error | Andrey Kleshchev | |
2024-07-01 | Merge pull request #1882 from secondlife/v-1847 | cosmic-linden | |
secondlife/viewer#1847: Fix negative UV scale inverting normal texture lighting for PBR materials and PBR terrain | |||
2024-07-01 | secondlife/viewer#1847: Fix wrong lighting for negative texture scale on PBR ↵ | Cosmic Linden | |
materials and PBR terrain | |||
2024-07-01 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-06-28 | Merge remote-tracking branch 'origin/release/webrtc-voice' into develop | Brad Linden | |
# Conflicts: # indra/newview/llvoicechannel.cpp | |||
2024-06-28 | fps limiter setting in app_settings.xml | mobserveur | |
MaxFPS settings type and description changed | |||
2024-06-27 | 1836 dont store texture in system memory unless absolutely necessary (#1843) | Dave Parks | |
* #1836 Texture memory usage overhaul. Much decrufting - don't keep a copy of textures in system memory - use GPU to downrez textures instead of reloading from cache - use GPU to generate brightness/darkness bumpmaps | |||
2024-06-27 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-06-26 | Increase texture discard bias if system memory gets low | Ansariel | |
2024-06-21 | Disable voice morphing and throw up a warning if it's previously enabled. | Roxie Linden | |
2024-06-21 | #1769 gltf optimization pass (#1816) | Dave Parks | |
#1814 and #1517 Fix mirror update rate and occlusion culling | |||
2024-06-20 | Merge remote-tracking branch 'secondlife/release/maint-b' into maint-b | Erik Kundiman | |
2024-06-17 | Merge remote-tracking branch 'origin/develop' into brad/webrtc-voice-develop | Brad Linden | |
2024-06-17 | Fix shaders broken in merge | Ansariel | |
2024-06-15 | commands.xml: chat adjustment | fowlerdm | |
Make "Chat" toolbat button match "Conversations" floater title. | |||
2024-06-14 | 1736 audit texture image unit usage on os x (#1739) | Dave Parks | |
* #1736 Remove some unused samplers from glsl files and refactor shader manager to assume 16 texture image units and 4 indexed texture units all the time. | |||
2024-06-14 | Merge branch 'release/maint-b' into marchcat/b-merge | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml # indra/newview/app_settings/shaders/class2/deferred/alphaF.glsl # indra/newview/app_settings/shaders/class3/deferred/reflectionProbeF.glsl # indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl # indra/newview/llfilepicker.cpp | |||
2024-06-13 | Merge branch 'develop' of github.com:secondlife/viewer into roxie/webrtc-voice | Roxie Linden | |
2024-06-13 | secondlife/viewer#907: Remove unused setting | Cosmic Linden | |
2024-06-13 | secondlife/viewer#907: Review feedback | Cosmic Linden | |
2024-06-13 | secondlife/viewer#1744: Fix missing LSL constant INVENTORY_SETTING in ↵ | Cosmic Linden | |
keywords_lsl_default.xml | |||
2024-06-13 | More of making operands consistently float | Erik Kundiman | |
2024-06-12 | Fix whitespace pre-commit hook failures | Brad Linden | |
2024-06-12 | settings.xml: Change default camera preset | fowlerdm | |
trick from digital pastures | |||
2024-06-12 | Float operands for float clamp operation | Erik Kundiman | |
2024-06-12 | Merge remote-tracking branch 'origin/project/gltf_development' into ↵ | Brad Linden | |
brad/maint-a-merge-to-gltf-dev # Conflicts: # indra/newview/gltf/primitive.cpp | |||
2024-06-11 | Merge branch 'main' of github.com:secondlife/viewer into roxie/webrtc-voice | Roxie Linden | |
2024-06-11 | Merge remote-tracking branch 'origin/release/maint-a' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-06-11 | #1718 Add GLTF support for multiple texcoords (#1720) | Dave Parks | |
* Fix for GLTF MeshPrimitiveModes test | |||
2024-06-11 | #1687 Add support for KHR_texture_transform (#1717) | Dave Parks | |
2024-06-11 | Trim remaining trailing whitespaces after #1695 | Andrey Lihatskiy | |
2024-06-11 | Clean up line endings that got mangled up during last merge | Ansariel | |
2024-06-11 | Merge branch 'main' of https://github.com/secondlife/viewer into ↵ | Ansariel | |
DRTVWR-600-maint-A # Conflicts: # indra/llappearance/llavatarappearance.h # indra/llimage/llimage.cpp # indra/llmath/llvolume.cpp # indra/llmath/llvolume.h # indra/llprimitive/llgltfmaterial.h # indra/llrender/llrendertarget.cpp # indra/llrender/llshadermgr.cpp # indra/newview/lldynamictexture.cpp # indra/newview/llenvironment.cpp # indra/newview/llfetchedgltfmaterial.cpp # indra/newview/llfloaterimagepreview.cpp # indra/newview/llfloaterimagepreview.h # indra/newview/llfloaterregioninfo.cpp # indra/newview/llfloaterregioninfo.h # indra/newview/llmaniprotate.cpp # indra/newview/llmaniptranslate.cpp # indra/newview/llpanelvolume.cpp # indra/newview/llselectmgr.cpp # indra/newview/llselectmgr.h # indra/newview/llsurface.cpp # indra/newview/llsurface.h # indra/newview/llsurfacepatch.cpp # indra/newview/lltexturectrl.cpp # indra/newview/lltexturectrl.h # indra/newview/lltinygltfhelper.cpp # indra/newview/llviewertexture.cpp # indra/newview/llviewerwindow.cpp # indra/newview/llviewerwindow.h # indra/newview/llvlcomposition.cpp # indra/newview/llvlcomposition.h # indra/newview/llvocache.cpp # indra/newview/llvovolume.cpp # indra/newview/pipeline.cpp | |||
2024-06-11 | Merge tag '7.1.8-release' | Erik Kundiman | |
source for viewer 7.1.8.9375512768 | |||
2024-06-10 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-06-10 | Merge pull request #1667 from secondlife/v-1475 | cosmic-linden | |
secondlife/viewer#1475: Add PBR terrain repeats editing | |||
2024-06-10 | Post-merge - trim trailing whitespace | Andrey Lihatskiy | |
2024-06-10 | #1654 generate normals and tangents according to gltf specification (#1662) | Dave Parks | |
* Disable unloading of objects in background. * Add unlit GLTF shader variant | |||
2024-06-10 | Re-enable compiler warnings C4018, C4100, C4231 and C4506 | Ansariel | |