Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-12 | DRTVWR-565: Merge branch 'origin/contribute' into DRTVWR-565 | Nat Goodspeed | |
2022-11-03 | DRTVWR-575: A few more tweaks addressing size_t wider than 32 bits. | Nat Goodspeed | |
2022-10-20 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmodelpreview.h | |||
2022-09-15 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-08-04 | SL-17902 Crash at LLAlignedArray, out of bounds | Andrey Kleshchev | |
2022-08-04 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h # indra/newview/llpanelobject.cpp | |||
2022-08-04 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloaterworldmap.cpp # indra/newview/llvovolume.cpp | |||
2022-08-04 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-07-26 | SL-17801: Don't let external code delete the raw pointer to the picking octree | Cosmic Linden | |
2022-07-26 | SL-17801: Use raw array for mOctreeTriangles to avoid memory alignment ↵ | Cosmic Linden | |
issues, increasing risk of crashes during picking due to SIMD operations | |||
2022-07-21 | SL-17801: Add various safeguards to keep triangle indices count valid | Cosmic Linden | |
2022-07-19 | SL-17796 Crash at LLVolumeFace::getVertexData | Andrey Kleshchev | |
2022-07-07 | SL-16793 Potential crash at createSide | Andrey Kleshchev | |
2022-07-06 | SL-16793 Crash at LLProfile::addHole | Andrey Kleshchev | |
addHole can be accessed from main tread and from mesh thread, safeguard pt | |||
2022-06-21 | SL-17021: Templatize LLOctreeNode and related classes to allow for option to ↵ | Cosmic Linden | |
store elements in octrees as raw pointers. Use for faster allocation in LLVolumeFace::createOctree. | |||
2022-06-21 | SL-17021: Clean up some unneeded member variables from lloctree | Cosmic Linden | |
No performance difference measured | |||
2022-06-21 | SL-17635 remove unused variables | Maxim Nikolenko | |
2022-06-16 | SL-17475 Fix wrong remap buffer size | Andrey Kleshchev | |
2022-06-14 | SL-17475 Use a shadow indices buffer before simplification | Andrey Kleshchev | |
2022-06-14 | SL-17475 fix remap causing an assert | Andrey Kleshchev | |
2022-06-11 | SL-17475 Remap models before simplification | Andrey Kleshchev | |
2022-05-05 | SL-17244 Fix 'empty leaf' crashes | Andrey Kleshchev | |
2022-04-18 | Merge branch master (D540) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdutil.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolalpha.cpp # indra/newview/lldrawpoolwater.cpp | |||
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 | Merge branch 'master' into DRTVWR-540-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp # indra/newview/app_settings/key_bindings.xml # indra/newview/llfloatereditextdaycycle.cpp | |||
2022-02-14 | SL-16418 Media texture update stall fix. Make media texture updates use ↵ | Dave Parks | |
LLImageGL thread to update, fix AMD sync issue on ImageGL thread and install debug callbacks on LLImageGL thread when debug gl enabled. | |||
2022-01-14 | SL-16607: Cleanup whitespace | Ptolemy | |
2022-01-14 | SL-16607: Add Tracy capture colors for insert, remove, and balance | Ptolemy | |
2022-01-14 | SL-16607: Cleanup magic number for no child nodes | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category VOLUME | Ptolemy | |
2022-01-10 | Merge branch 'DRTVWR-530-maint' into DRTVWR-553-maint-mix-JK | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/key_bindings.xml # indra/newview/llappviewer.cpp # indra/newview/llkeyconflict.cpp | |||
2021-11-29 | Merge branch 'DRTVWR-542-meshopt' into DRTVWR-546 | Andrey Kleshchev | |
2021-11-25 | SL-16413 Handle out of memory llface allocations | Andrey Kleshchev | |
2021-11-20 | SL-16289 Rigged mesh rendering overhaul | Dave Parks | |
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-28 | SL-16263 RaiseException in LLVolumeFace::createSide | Andrey Kleshchev | |
2021-10-08 | SL-16152 _Allocate failed | Andrey Kleshchev | |
2021-09-22 | Merge remote-tracking branch 'remotes/origin/DRTVWR-541' into DRTVWR-546 | Runitai Linden | |
2021-09-22 | SL-16014: Add Tracy markup for LLVolumeFace | Ptolemy | |
2021-09-20 | SL-16006 and SL-16009 Rigged mesh rendering optimization pass | Dave Parks | |
2021-07-28 | DRTVWR-542 Fix malfunctioning warning | Andrey Kleshchev | |
2021-07-26 | DRTVWR-542 Attempt to simplify all faces of an object as a whole and split ↵ | Andrey Kleshchev | |
back into faces #2 | |||
2021-06-07 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
2021-05-12 | SL-10297: Merge branch 'sl-10297-oz' into sl-10297. | Nat Goodspeed | |
Bring in Oz's tweaks to the way BugSplat is engaged and tested, plus a few other miscellaneous goodies. | |||
2021-02-01 | Merge branch 'master' into DV525-merge-6.4.13 | Dave Houlton | |
2020-10-14 | SL-14119 Crash at LLVolumeFace::cacheOptimize | Andrey Kleshchev | |
2020-10-08 | DRTVWR-510 remove all LL_SOLARIS conditionals | Dave Houlton | |
2020-08-24 | SL-10297 merged 6.4.7 | Oz Linden | |
2020-08-11 | Merge branch 'DRTVWR-501-maint' into DRTVWR-503-maint | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/DirectX.cmake # indra/newview/llviewerparcelmedia.cpp # indra/newview/viewer_manifest.py |