Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-30 | SL-19015 Bump probe resolution back to 256 by default (drop to 128 if vram < ↵ | Dave Parks | |
2GB), remove irradiance map feedback loop (one bounce, but but more stable and allows for much brighter first bounce), make sky contribution to irradiance not tint the world blue. Make irradiance that appears in radiance maps match world irradiance. | |||
2022-12-12 | Merge branch 'main' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloater360capture.cpp | |||
2022-12-03 | SL-18565 Built-in bump maps and some environment textures fail to load | Andrey Kleshchev | |
Due to udp texture fetching no longer being present | |||
2022-11-28 | SL-18718 Crash at LLEventPump::listen and connection issues | Andrey Kleshchev | |
Cleaner reinit and termination. | |||
2022-11-01 | Merge remote-tracking branch 'RyeMutt/viewer/llsd-usage-fixes' into ↵ | Andrey Lihatskiy | |
DRTVWR-570-maint-Q | |||
2022-10-30 | Fix checks for empty LLSD maps to use size and not emptyMap which is for ↵ | Rye Mutt | |
creating an empty LLSDMap type. | |||
2022-10-27 | DRTVWR-570 Mac build fix: unused variables cleanup | Andrey Lihatskiy | |
2022-10-21 | Merge branch 'master' (DRTVWR-548) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llrendertarget.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloaterpreference.cpp # indra/newview/llviewercontrol.cpp # indra/newview/llviewermenu.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp | |||
2022-10-11 | SL-18190 Cleanup -- convert some vec4's to vec3's (as they really are), ↵ | Dave Parks | |
remove some unused glsl files. | |||
2022-09-27 | SL-18190 WIP -- Take 2 on linear space windlight (more methodical approach ↵ | Dave Parks | |
-- make desired interface but brute force color conversions). Placeholder PBR water and move to deprecate forward rendering shaders. | |||
2022-06-24 | SL-17663: Pass the water settings to the settings injector when an ↵ | Rider Linden | |
experience changes water settings. | |||
2022-04-11 | SL-17182 FIXED Viewer crashes after changing the environment settings | Mnikolenko Productengine | |
2022-01-19 | SL-15225 llSetAgentEnvironment cloud density transition doesn't work | Andrey Kleshchev | |
2022-01-14 | SL-16606: Add profiler category SHADER | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category ENVIRONMENT | Ptolemy | |
2021-11-19 | SL-16202: Instantiate LLSimpleton::sInstance generically | Nat Goodspeed | |
instead of requiring a separate declaration for each subclass. The previous way produces errors in clang. (cherry picked from commit 8458ad8890cf0a11804996210d7bcfbdaa3eec2e) | |||
2021-11-16 | DRTVWR-546 merge in master v6.5.1 | Dave Houlton | |
2021-11-15 | Revert "SL-16220: Merge branch 'origin/DRTVWR-546' into glthread" | Dave Houlton | |
This reverts commit 5188a26a8521251dda07ac0140bb129f28417e49, reversing changes made to 819088563e13f1d75e048311fbaf0df4a79b7e19. | |||
2021-11-04 | SL-16202: Instantiate LLSimpleton::sInstance generically | Nat Goodspeed | |
instead of requiring a separate declaration for each subclass. The previous way produces errors in clang. | |||
2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove ↵ | Dave Parks | |
LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton | |||
2021-10-19 | SL-16197 Optimize LLEnvironment handling of shader uniforms. Instrument ↵ | Dave Parks | |
LLSD. Enable Fast Timers when Tracy is enabled to catch Fast Timer overhead. | |||
2021-07-19 | Merge branch 'master' into DRTVWR-522-maint | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llappcorehttp.cpp # indra/newview/llappcorehttp.h | |||
2021-06-25 | Merge branch 'master' into DRTVWR-522-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/settings.xml | |||
2021-06-25 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llvoicevivox.cpp | |||
2021-05-06 | SL-15168 Viewer side functionality for guidebook window opening | Andrey Kleshchev | |
2021-04-21 | SL-15152 Crashfix: Do not update environments when quiting | Andrey Kleshchev | |
2021-03-18 | SL-14927 Some avatar names not resolving | Andrey Kleshchev | |
2021-02-25 | SL-14654 [EEP] Aplying settings locally now is instant | Andrey Kleshchev | |
The 1 second fade makes it harder to compare different settings. | |||
2021-02-19 | SL-14654 [EEP] Aplying settings locally now takes 1 second insterad of 5 | Andrey Kleshchev | |
2021-02-09 | SL-14675 Position changes shouldn't cause additional blends when environment ↵ | Andrey Kleshchev | |
isn't ready | |||
2021-02-09 | SL-14675 Teleporting to a new region can load the wrong EEP environment layer | Andrey Kleshchev | |
2021-02-01 | Merge branch 'master' into DRTVWR-522-maint | Andrey Lihatskiy | |
2021-02-01 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
2020-12-13 | SL-14543 Fix reason in environments 'settings couldn't be applied' error | Andrey Kleshchev | |
2020-12-08 | SL-14497 Unblocking does not remove voice block | Andrey Kleshchev | |
2020-11-13 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llui/llfolderview.cpp # indra/llui/llfolderviewmodel.cpp # indra/newview/llenvironment.cpp | |||
2020-11-11 | Merge branch 'master' into DRTVWR-513-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llui/llfolderviewmodel.h # indra/newview/lltexturecache.cpp # indra/newview/llviewermenu.h # indra/newview/skins/default/xui/en/menu_wearable_list_item.xml | |||
2020-10-09 | SL-14078 Validate region id for environments | Andrey Kleshchev | |
It is possible for agent to pass multiple region borders fast, resulting in environment updates affecting wrong regions | |||
2020-09-16 | SL-13923 - EEP sky is wrong after loading water then re-logging with ↵ | Andrey Kleshchev | |
EnvironmentPersistAcrossLogin | |||
2020-05-27 | SL-13327 Crash at LLViewerRegion::getWaterHeight | Andrey Kleshchev | |
2020-05-08 | SL-12963 Additional environment debug output | Andrey Kleshchev | |
2020-05-08 | SL-13161 Fixed notification | Andrey Kleshchev | |
2020-04-20 | SL-13040 Fixed crash at EnvironmentPersistAcrossLogin | Andrey Kleshchev | |
2020-04-13 | SL-13029 Fixed load order | Andrey Kleshchev | |
2020-04-12 | SL-13029 Environment update was not applying properly | Andrey Kleshchev | |
2020-04-03 | SL-11368, fix missing water uniforms for low shader settings | Dave Houlton | |
2020-03-27 | SL-12911 Add Debug setting EnvironmentPersistAcrossLogin | Andrey Kleshchev | |
2020-03-27 | Removed obsolete and misleading variable | Andrey Kleshchev | |
2020-02-27 | SL-12739 FIXED [EEP] Viewer is crashed after clicking the "Forget" button on ↵ | maxim_productengine | |
the Experience Profile after the llSetAgentEnvironment was used | |||
2020-01-15 | SL-12208 [EEP] The Water Normal Map does not consistently render | andreykproductengine | |