Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-02 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-01-31 | SL-19110 Fast hashing classes for use in place of the slow LLMD5, where ↵ | Henri Beauchamp | |
speed matters. (#64) This commit adds the HBXX64 and HBXX128 classes for use as a drop-in replacement for the slow LLMD5 hashing class, where speed matters and backward compatibility (with standard hashing algorithms) and/or cryptographic hashing qualities are not required. It also replaces LLMD5 with HBXX* in a few existing hot (well, ok, just "warm" for some) paths meeting the above requirements, while paving the way for future use cases, such as in the DRTVWR-559 and sibling branches where the slow LLMD5 is used (e.g. to hash materials and vertex buffer cache entries), and could be use such a (way) faster algorithm with very significant benefits and no negative impact. Here is the comment I added in indra/llcommon/hbxx.h: // HBXXH* classes are to be used where speed matters and cryptographic quality // is not required (no "one-way" guarantee, though they are likely not worst in // this respect than MD5 which got busted and is now considered too weak). The // xxHash code they are built upon is vectorized and about 50 times faster than // MD5. A 64 bits hash class is also provided for when 128 bits of entropy are // not needed. The hashes collision rate is similar to MD5's. // See https://github.com/Cyan4973/xxHash#readme for details. | |||
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-20 | Merge branch 'master' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llnetmap.cpp # indra/newview/llnetmap.h | |||
2022-09-27 | Optimize away constant map finds in getSkinInfo by caching mesh skin into in ↵ | Rye Mutt | |
vovolume | |||
2022-09-23 | SL-18156 Cleanup of MikktSpace integration, apply MikktSpace tangents to all ↵ | Dave Parks | |
meshes. | |||
2022-09-16 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-09-16 | SL-18128 Clear out much OpenGL cruft and switch to core profile on AMD | Dave Parks | |
2022-09-16 | Merge branch master (DRTVWR-571) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h | |||
2022-09-15 | SL-18156 WIP -- Add NormalizedScale/NormalizedTranslation to mesh assets to ↵ | Dave Parks | |
recover mesh's original coordinate frame when generating tangents post download. | |||
2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmodelpreview.h | |||
2022-09-12 | SL-18095 Add tangents to mesh assets so we can calculate mikktspace tangents ↵ | Dave Parks | |
in the mesh's original coordinate frame. | |||
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-07-21 | SL-17801: Add various safeguards to keep triangle indices count valid | Cosmic Linden | |
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' into DRTVWR-561-maint-O | Andrey Lihatskiy | |
2022-06-29 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
2022-06-21 | SL-17635 remove unused variables | Maxim Nikolenko | |
2022-06-11 | SL-17475 Remap models before simplification | Andrey Kleshchev | |
2022-05-31 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llprimitive/llmodel.cpp # indra/llprimitive/llmodel.h # indra/newview/llappviewer.cpp # indra/newview/llappviewer.h | |||
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-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-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/newview/llviewerregion.cpp | |||
2022-02-28 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
2022-02-12 | SL-4488 Fixed ambiguity mapped weights to vertices in uploader | Andrey Kleshchev | |
Were not displaying and uploading correctly. | |||
2022-02-11 | SL-1370 Add more memory logging to mesh repository | Andrey Kleshchev | |
2021-11-20 | SL-16289 Rigged mesh rendering overhaul | Dave Parks | |
2021-09-20 | SL-16006 and SL-16009 Rigged mesh rendering optimization pass | Dave Parks | |
2021-09-08 | SL-14541 Replace zlib with zlib-ng | Andrey Kleshchev | |
2021-04-29 | SL-15183 Crash at LLModel::matchMaterialOrder | Andrey Kleshchev | |
2021-03-23 | SL-14993 Crash accessing mInvBindMatrix | Andrey Kleshchev | |
2020-03-25 | [DRTVWR-476] - fix compiler errors 32 bit windows build | Anchor | |
2018-07-13 | MAINT-8863 - more diagnostics and possible fix | Brad Payne (Vir Linden) | |
2018-06-13 | SL-915, MAINT-8554 - cleanup/reorg, added encroachment fix info to ↵ | Brad Payne (Vir Linden) | |
DebugAnimatedObjects output | |||
2018-06-08 | SL-915 - face-level caching, bug fix | Brad Payne (Vir Linden) | |
2018-03-02 | merge | Brad Payne (Vir Linden) | |
2018-02-21 | MAINT-8264 - prevent at least some cases of LODs getting stuck at too-low ↵ | Brad Payne (Vir Linden) | |
values. | |||
2018-01-22 | MAINT-8208 [Mac] Viewer crashes when uploading certain mesh model after ↵ | maxim_productengine | |
enabling "Include skin weight" | |||
2018-01-03 | MAINT-8022 Make unzip silent yet include failure reason into output | andreykproductengine | |
2016-12-23 | Reverted changeset 409b67af8faf (MAINT-6901) | andreykproductengine | |
2016-12-05 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
DRTVWR-412 Bento (avatar skeleton extensions) | |||
2016-11-21 | MAINT-6901 safety checks fix | andreykproductengine | |
2016-11-18 | MAINT-6901 Linux build fix | andreykproductengine | |
2016-11-15 | MAINT-6901 Fixes upload assigning different scale to parts of the model | andreykproductengine | |
2016-10-28 | SL-451 - avoid more high-cost string operations in a per-frame function | Brad Payne (Vir Linden) | |
2016-10-19 | SL-395 - believed fix for intermittent problem uploading meshes with scale locks | Brad Payne (Vir Linden) | |
2016-09-27 | SL-451 - support for getJoint() by number, use in initSkinningMatrixPalette() | Brad Payne (Vir Linden) | |
2016-09-06 | SL-395 - can enable/disable scale lock in mesh upload UI. Feature works. | Brad Payne (Vir Linden) | |
2016-09-02 | SL-395 - partial support for joint scale locking via flag in skin info | Brad Payne (Vir Linden) | |