Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | Merge commit '9e24b30' into marchcat/maint-c/restore | Andrey Lihatskiy | |
# Conflicts: # indra/llmath/v2math.cpp # indra/llmath/v2math.h # indra/llmath/v3math.h # indra/llmath/v4math.h # indra/llui/llfolderviewitem.cpp # indra/llui/llfolderviewitem.h # indra/llui/llfolderviewmodel.h # indra/llui/llmodaldialog.cpp # indra/llui/lltexteditor.cpp # indra/llui/lltexteditor.h # indra/llwindow/llwindowwin32.cpp # indra/newview/llagent.cpp # indra/newview/llagentcamera.h # indra/newview/llavatarrenderinfoaccountant.cpp # indra/newview/llconversationmodel.h # indra/newview/llfloaterinventorysettings.cpp # indra/newview/llfloaternamedesc.cpp # indra/newview/llfloaternamedesc.h # indra/newview/llfloaterobjectweights.cpp # indra/newview/llfloaterobjectweights.h # indra/newview/llfolderviewmodelinventory.h # indra/newview/llinspecttexture.cpp # indra/newview/llinventorybridge.cpp # indra/newview/llinventorybridge.h # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventorygallery.h # indra/newview/llinventorygallerymenu.cpp # indra/newview/llinventorymodel.cpp # indra/newview/llinventorypanel.cpp # indra/newview/llinventorypanel.h # indra/newview/llmaterialeditor.cpp # indra/newview/lloutfitgallery.cpp # indra/newview/lloutfitgallery.h # indra/newview/lloutfitslist.cpp # indra/newview/lloutfitslist.h # indra/newview/llpanelgroupcreate.cpp # indra/newview/llpanelgroupgeneral.cpp # indra/newview/llpanelobjectinventory.cpp # indra/newview/llpaneloutfitsinventory.h # indra/newview/llpanelprofile.cpp # indra/newview/llpanelwearing.cpp # indra/newview/llreflectionmap.cpp # indra/newview/llselectmgr.cpp # indra/newview/llsidepanelappearance.cpp # indra/newview/llsidepaneliteminfo.cpp # indra/newview/llteleporthistorystorage.cpp # indra/newview/lltexturectrl.cpp # indra/newview/lltexturectrl.h # indra/newview/lltexturefetch.cpp # indra/newview/lltexturefetch.h # indra/newview/llviewerassetupload.cpp # indra/newview/llviewercamera.cpp # indra/newview/llviewercamera.h # indra/newview/llviewermenufile.cpp # indra/newview/llviewerobject.h # indra/newview/llviewertexture.cpp # indra/newview/llviewerwindow.cpp # indra/newview/llvoavatar.cpp # indra/newview/llvoavatar.h # indra/newview/llvoavatarself.cpp # indra/newview/llvovolume.cpp # indra/newview/llvovolume.h # indra/newview/tests/llviewerassetstats_test.cpp | |||
2024-09-16 | Profile guided optimization pass (#2582) | Dave Parks | |
- Tune up LLJointRiggingInfoTab - Visualize joint bounding boxes when visualizing joints - Use LLJointRiggingInfo to caclulate desired resolution of a texture - Throttle calls to calcPixelArea - Fetch MeshSkinInfo immediately when header is received | |||
2024-09-10 | Profile guided optimizations | RunitaiLinden | |
2024-06-10 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-06-10 | Re-enable compiler warnings C4018, C4100, C4231 and C4506 | Ansariel | |
2024-06-01 | Re-enable a lot of compiler warnings for MSVC and address the C4267 ↵ | Ansariel | |
"possible loss of precision" warnings | |||
2024-05-29 | #1530 Increase joint limit for GLTF Assets (#1582) | Dave Parks | |
* Migrate GLTF scene rendering to its own shaders * Add support for ambient occlusion map separate from metallic roughness map (or absent) * Use UBO's for GLTF joints * Better error handling of downloading GLTF assets | |||
2024-05-15 | Merge branch 'marchcat/w-whitespace' into release/maint-c | Andrey Lihatskiy | |
2024-05-02 | secondlife/viewer#1360 Avoid of using avatar full names | Alexander Gavriliuk | |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2022-08-23 | DRTVWR-558: Fix Release variable-set-but-unused error. | Nat Goodspeed | |
2022-01-14 | SL-16606: Add profiler category AVATAR | Ptolemy | |
2021-09-20 | SL-16006 and SL-16009 Rigged mesh rendering optimization pass | Dave Parks | |
2021-04-28 | SL-15181 Crash at LLSkinningUtil::initSkinningMatrixPalette | Andrey Kleshchev | |
2021-03-23 | SL-14993 Crash accessing mInvBindMatrix | Andrey Kleshchev | |
2019-11-13 | Merge in from viewer-release 6.3.5 | Dave Houlton | |
2019-08-06 | Fix shutdown crash in teardown of joint heirarchy. | Graham Linden | |
Ifdef'd code for potential skinning speed up to avoid lots of int<->float conversions (expensive and static for min space investment) as updating rigged VBs shows up as a profiling bottleneck for Low rendering (where we actually use CPU skinning). | |||
2019-07-11 | DRTVWR-493 Cleanup LLSkinningUtil | andreykproductengine | |
2018-08-08 | SL-704 - code cleanup, mostly old AXON comments. | Brad Payne (Vir Linden) | |
2018-08-08 | SL-928 - in mesh upload, warn if bind shape is non-identity and skin weights ↵ | Brad Payne (Vir Linden) | |
are enabled. | |||
2018-07-20 | MAINT-8863 - less verbose diagnostics, kept the fix. Make sure joint nums ↵ | Brad Payne (Vir Linden) | |
get rebuilt after invalid joints are scrubbed. | |||
2018-07-13 | MAINT-8863 - more diagnostics and possible fix | Brad Payne (Vir Linden) | |
2018-07-13 | MAINT-8863 - even more diagnostics | Brad Payne (Vir Linden) | |
2018-07-12 | MAINT-8863 - more diagnostics to pin down possible causes | Brad Payne (Vir Linden) | |
2018-07-11 | MAINT-8863 - more logging of possible llskinningutil errors | Brad Payne (Vir Linden) | |
2018-07-10 | MAINT-7926, MAINT-8400 - minor edits | Brad Payne (Vir Linden) | |
2018-07-09 | MAINT-7926, MAINT-8400 - fixes related to bounding box and LOD calculations ↵ | Brad Payne (Vir Linden) | |
for rigged meshes in animated objects | |||
2018-06-13 | SL-915, MAINT-8554 - cleanup/reorg, added encroachment fix info to ↵ | Brad Payne (Vir Linden) | |
DebugAnimatedObjects output | |||
2018-06-13 | SL-915, MAINT-8554 - WIP on managing dynamic avatar bounding box, using to ↵ | Brad Payne (Vir Linden) | |
constrain encroachment by animated objects | |||
2018-06-11 | SL-915 - timers, ignore zero weights, log joint boxes in dumpXML output | Brad Payne (Vir Linden) | |
2018-06-08 | SL-915 - face-level caching, bug fix | Brad Payne (Vir Linden) | |
2018-06-07 | SL-915 - more on dynamic extent tracking, possible fix for 32-bit crash issues | Brad Payne (Vir Linden) | |
2018-06-05 | SL-915 - cleanup of LLSkinningUtil | Brad Payne (Vir Linden) | |
2018-06-05 | SL-915 - removed no optimize pragmas | Brad Payne (Vir Linden) | |
2018-06-05 | SL-915 - incremental updates to dynamic bounding box, setting to control detail. | Brad Payne (Vir Linden) | |
2018-06-04 | SL-915 - tracking joint is rigged state | Brad Payne (Vir Linden) | |
2016-12-21 | DRTVWR-418: Fix a couple unused-variable fatal warnings in local builds. | Nat Goodspeed | |
If the only use of a variable is within llassert(), have to make the declaration conditional on SHOW_ASSERT rather than guesswork about release builds. | |||
2016-11-30 | SL-540 - fix for regression in handling of out-of-range joint indices in ↵ | Brad Payne (Vir Linden) | |
skin weights | |||
2016-10-28 | SL-451 - avoid more high-cost string operations in a per-frame function | Brad Payne (Vir Linden) | |
2016-10-18 | MAINT-6841 - removed the joint remapping code, since it was designed to ↵ | Brad Payne (Vir Linden) | |
support a feature we no longer have. This also incidentally fixes any bugs caused by the joint remapping code. | |||
2016-09-28 | SL-451 - SSE-optimized matrix multiply, used in initSkinningMatrixPalette() | Brad Payne (Vir Linden) | |
2016-09-27 | SL-451 - support for getJoint() by number, use in initSkinningMatrixPalette() | Brad Payne (Vir Linden) | |
2016-06-24 | SL-124 - comment cleanup, fixed a crash if skinned mesh has no valid joint ↵ | Brad Payne (Vir Linden) | |
names defined | |||
2016-06-03 | SL-220 - handle case that a weighted vertex includes no skin weights | Brad Payne (Vir Linden) | |
2016-04-06 | SL-366 - more cases where skinned weights can go awry, and a bunch more ↵ | Brad Payne (Vir Linden) | |
asserts to verify. | |||
2016-03-30 | SL-352 - longstanding issue with remapSkinWeights(), only manifests with ↵ | Brad Payne (Vir Linden) | |
some content. | |||
2016-02-03 | SL-315 - context strings, comments, debugging. joint_test temporarily disabled. | Brad Payne (Vir Linden) | |
2015-12-15 | SL-276, SL-124 - code and config file cleanup for Bento | Brad Payne (Vir Linden) | |
2015-11-25 | SL-124 WIP - cleanup of comments and test code before going to project viewer. | Brad Payne (Vir Linden) | |
2015-11-09 | SL-263 FIX - fallback code to prevent crash, won't be invoked unless there's ↵ | Brad Payne (Vir Linden) | |
a bug somewhere upstream. |