Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-23 | SL-19560 Better fix for blurry BoM textures. | RunitaiLinden | |
2023-04-14 | DRTVWR-559 Add paranoia checks around typecasts of LLGLTFMaterial to ↵ | RunitaiLinden | |
LLFetchedGLTFMaterial | |||
2023-04-05 | SL-19331: Move media updates off-thread on select hardware (#153) | cosmic-linden | |
* SL-19331: Have media updates on the LLImageGL thread even when texture updates are on the main thread. Add config. Off-thread media updates seem work best performance-wise when using glTexImage2D, not sub_image_lines. Otherwise, there are lots of main thread stalls. * SL-19331: Bump featuretable * SL-19331: Cleanup, annotate comment | |||
2023-03-29 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-03-10 | Fixing unused variables for mac build after SL-19172 work | Brad Linden | |
2023-03-10 | SL-19172 Texture streaming tune up. Incidental decruft. | Dave Parks | |
2023-01-19 | SL-18869 Followup -- leverage "small commands" and time slicing to get rid ↵ | Dave Parks | |
of frame stalls on main thread without the need for multithreaded GL | |||
2023-01-19 | Optimizations, decruft, and intel compatibility pass (#53) | RunitaiLinden | |
SL-18869, SL-18772 Overhaul VBO management, restore occlusion culling, intel compatibility pass, etc | |||
2022-12-12 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2022-12-12 | Merge branch 'main' into DRTVWR-568 | Callum Prentice | |
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-16 | SL-18154 Profile guided optimizations vs release viewer. Trim some unused ↵ | Dave Parks | |
abilities and remove some more fast timers. | |||
2022-11-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-10-24 | Merge master into DRTVWR-568 (and fix conflicts) | Callum Linden | |
2022-10-20 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-10-17 | SL-18221 Water texture does not load after clearing cache | Andrey Kleshchev | |
Water texture should load only after having caps. Prefetch textures should load only after having caps. Prefetch list is now per grid | |||
2022-09-23 | SL-18221 Water texture does not load after clearing cache | Andrey Kleshchev | |
Water texture should load only after having caps. Prefetch textures should load only after having caps. Prefetch list is now per grid | |||
2022-09-16 | SL-17723 Remove use of UDP image fetch | Mnikolenko Productengine | |
2022-09-01 | SL-18078, SL-18065 -- Experimentally allow uploading of lossless normal ↵ | Dave Parks | |
maps, fix for crash on shutdown. | |||
2022-08-31 | SL-17703: Fix merge | Ptolemy | |
2022-08-30 | SL-17703: PBR: Fix albedo being in wrong color space, add support for debug ↵ | Ptolemy | |
default_irradiance.png | |||
2022-08-30 | Merge branch 'master' into DRTVWR-568 | Callum Linden | |
2022-08-31 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloateroutfitsnapshot.cpp | |||
2022-08-31 | Merge branch master (DRTVWR-483) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/newview/lllocalbitmaps.cpp # indra/newview/lllocalbitmaps.h # indra/newview/llviewerregion.cpp # lllocalgltfmaterials.* were modified to match lllocalbitmaps* | |||
2022-08-31 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-08-30 | Merge remote-tracking branch 'remotes/origin/DRTVWR-563' into DRTVWR-559 | Dave Parks | |
2022-08-24 | DRTVWR-558: Eliminate many spurious set-not-used variables. | Nat Goodspeed | |
With Xcode 13.4, these unused variables break Release builds. | |||
2022-07-13 | SL-17723 Remove use of UDP image fetch | Mnikolenko Productengine | |
2022-06-29 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llviewercontrol.cpp | |||
2022-06-29 | Merge branch 'master' (DRTVWR-543) into DRTVWR-483 | Andrey Kleshchev | |
# Conflicts: # indra/newview/llviewertexturelist.cpp | |||
2022-06-21 | SL-17635 remove unused variables | Maxim Nikolenko | |
2022-06-07 | SL-17547 Fix for crash in getCurrentDiscardLevelForFetching (and add runtime ↵ | Dave Parks | |
check and assertion to avoid crash in production and detect crash in development). | |||
2022-06-01 | SL-17484 More unit test pruning. Fix for crash when deleting textures. | Dave Parks | |
2022-05-31 | SL-17490 Only update a subset of textures each frame and remove dead debug code. | Dave Parks | |
2022-05-27 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/cmake/LLCommon.cmake # indra/llcommon/CMakeLists.txt # indra/llrender/llgl.cpp # indra/newview/llappviewer.cpp # indra/newview/llface.cpp # indra/newview/llflexibleobject.cpp # indra/newview/llvovolume.cpp | |||
2022-05-26 | Merge branch 'master' into DRTVWR-483 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llviewertexturelist.cpp | |||
2022-05-18 | SL-17219: Merge 'DRTVWR-546' of lindenlab/viewer into SL-17219 | Nat Goodspeed | |
Update task branch from main project branch. | |||
2022-05-10 | SL-17219: Delete some unused declarations. | Nat Goodspeed | |
These trigger fatal warnings on Mac. | |||
2022-04-15 | SL-17219 WIP - Texture pipeline overhaul | Dave Parks | |
2022-04-09 | SL-15312 Legacy profiles remake #3 | Andrey Kleshchev | |
2022-03-30 | SL-17096 Login screen fields are gray | Andrey Kleshchev | |
2022-03-28 | SL-16937 New Profile capability, image uploader cap #6 | Andrey Kleshchev | |
2022-03-25 | Merge remote-tracking branch 'remotes/origin/DRTVWR-546' into SL-17005 | Dave Parks | |
2022-03-23 | SL-17041 Texture loading was slower at login on Performance viewer | Andrey Kleshchev | |
2022-03-11 | SL-17005 WIP Simplify what feeds texture loading bias to only pay attention ↵ | Dave Parks | |
to available memory according to OS and GL driver, not (broken) internal accounting (breaks intel GPUs, compatibility pass incoming). | |||
2022-03-01 | Merge branch 'master' (DRTVWR-557) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/cmake/GLOD.cmake # indra/llcommon/tests/llprocess_test.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolavatar.cpp # indra/newview/llfloatermodelpreview.cpp # indra/newview/llmodelpreview.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp # indra/newview/viewer_manifest.py | |||
2022-02-28 | Calling a method on a pointer that is 100% certain to be inalid is a | Nicky | |
really bad idea ... | |||
2022-01-14 | SL-16606: Add profiler category TEXTURE | Ptolemy | |
2021-12-15 | DRTVWR-546 merge up to 6.5.2 | Dave Houlton | |
2021-12-15 | Merge branch 'master' into DRTVWR-530-maint | Andrey Lihatskiy | |