summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.cpp
AgeCommit message (Expand)Author
2024-08-19Refactor LLFileSystem for and fix an old issue in LLFile (#2332)Ansariel Hiller
2024-08-02viewer#853 Fix upload losing face data.Andrey Kleshchev
2024-07-29viewer#2071 Soft quit on 'out of memory' for meshes #2Andrey Kleshchev
2024-07-29viewer#2071 Properly handle 'out of memory' for meshesAndrey Kleshchev
2024-07-24Cache more frequently accessed settingsRye Mutt
2024-07-22Cache various frequently accessed settings (#2080)Rye Mutt
2024-07-08Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and...Ansariel
2024-06-10Re-enable compiler warnings C4018, C4100, C4231 and C4506Ansariel
2024-06-01Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible...Ansariel
2024-05-22Fix line endlingsAnsariel
2024-05-22Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-AAnsariel
2024-05-07secondlife/viewer#1333 BOOL to bool conversion leftovers: ternariesAlexander Gavriliuk
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2024-04-24Merge branch 'main' into marchcat/a-mergeAndrey Lihatskiy
2024-04-11Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-m...Ansariel
2024-04-10Merge branch 'main' into marchcat/y-mergeAndrey Lihatskiy
2024-03-27Merge branch 'main' into marchcat/yz-mergeAndrey Lihatskiy
2024-03-27Merge branch 'main' into DRTVWR-600-maint-AAndrey Lihatskiy
2024-03-27Merge remote-tracking branch 'origin/main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-03-05SL-17896 Don't crash silently if files are missing or out of memoryAndrey Kleshchev
2024-02-21Convert remaining BOOL to boolAnsariel
2024-01-08replace boost library to standardAiraYumi
2023-12-21SL-20743 Use LLMutex in LLImageBase for internal data thread-safetyAlexander Gavriliuk
2023-11-30Merge branch 'DRTVWR-588-maint-W' into marchcat/588-w-pbr-mergeAndrey Lihatskiy
2023-10-11SL-20419 Receiving new objects or items, etc causes inventory to switch from ...Alexander Gavriliuk
2023-08-23Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2023-07-18Merge pull request #292 from secondlife/brad/DRTVWR-559-xcode-14.3Brad Linden
2023-07-18Merge remote-tracking branch 'origin/xcode-14.3' into DRTVWR-559 (#292)Brad Linden
2023-07-18SL-5161 SL-20025 Unref volumeAndrey Kleshchev
2023-07-11SL-19992: Fix assert in LLVolumeLODGroup::refLOD when LLMeshRepository::notif...Cosmic Linden
2023-06-23SL-5161 Avatars should stay hidden longer if they are waiting for meshes or s...Andrey Kleshchev
2023-06-22SL-5161 Don't render meshes that are waiting for skin dataAndrey Kleshchev
2023-05-31SL-18330: Change to strip_deprecated_header(size_t* header_size)Nat Goodspeed
2023-05-26DRTVWR-582 xcode-14.3 merge follow upAndrey Lihatskiy
2023-05-26Merge branch 'xcode-14.3' into DRTVWR-582-maint-UAndrey Lihatskiy
2023-05-09SL-19676 - more update and scene loading stats. Added texture and meshsimon
2023-05-03DRTVWR-559 WIP - optimize ARC calculation et al.RunitaiLinden
2023-05-03SL-18330: fix strip_deprecated_header(cur_size) param to llssize.Nat Goodspeed
2023-05-02DRTVWR-559 Optimization pass, make it so profileAvatar can read back GPU time...RunitaiLinden
2023-02-02Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2022-10-21Merge branch 'master' (DRTVWR-548) into DRTVWR-559Andrey Kleshchev
2022-09-28Fix small bug in unavail skin info processingRye Mutt
2022-09-27Optimize away many string copies in mesh header processing with boost iostrea...Rye Mutt
2022-09-27Optimize mesh queue processing on main thread to reduce mutex contentionRye Mutt
2022-09-27Add proper retry support to skin info fetchRye Mutt
2022-09-27Optimize away gObjectList finds during mesh loadRye Mutt
2022-09-27Optimize away constant map finds in getSkinInfo by caching mesh skin into in ...Rye Mutt
2022-09-27Replaced usage of LLVolumeParams as map key in meshrepo with the mesh uuidRye Mutt
2022-09-27Optimize mesh header size and data access throughout meshrepoRye Mutt
2022-09-27Utilize pointer based unzip_llsd and unpackVolumeFaces in meshrepo and materi...Rye Mutt