Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-26 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
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-04-18 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-04-01 | SL-17121 Fix error threshold value | Andrey Kleshchev | |
2022-04-01 | SL-17121 Adjust uploader for possible 0 input. | Andrey Kleshchev | |
2022-04-01 | SL-17121 Revert "SL-15940 Remove ability to set zero triangle limit" | Andrey Kleshchev | |
This reverts commit b45c0e3ed926270e100271f33885b8d31085a858. | |||
2022-03-18 | SL-16993: Fix Model Upload Physics Analyze rendering physics hull as black mesh | Ptolemy | |
2022-03-09 | SL-16980 FIXED Uploading model preview disappeared after changing the ↵ | Mnikolenko Productengine | |
Triangle limit | |||
2022-03-07 | SL-3787 Fallback in case meshopt precise simplification methd fails entirely | Andrey Kleshchev | |
2022-03-03 | SL-9748 - Only supply a default physics shape if it is named ↵ | Howard Stearns | |
default_physics_shape | |||
2022-03-02 | SL-9748 - more cases | Howard Stearns | |
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' of bitbucket.org:lindenlab/viewer into SL-9749 | Howard Stearns | |
2022-02-28 | SL-9748 - Handle submesh case of resuseable physics model. | Howard Stearns | |
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-25 | SL-9748 - Apply explicitly given physics shape only if the usual rules do not. | Howard Stearns | |
2022-02-25 | SL-15940 Verify triangle limit | Andrey Kleshchev | |
to not trigger an assert inside meshoptimizer | |||
2022-02-25 | SL-3787 Fixed sloppy mode returning invalid model | Andrey Kleshchev | |
In automatic mode for simple models gradualy increase sloppy decimator until something valid is found. | |||
2022-02-24 | SL-3787 Fixed mesh uploader LoD generation returning worse results than ↵ | Andrey Kleshchev | |
higher lod | |||
2021-12-15 | SL-16485 Crash at memcpyNonAliased16 | Andrey Kleshchev | |
2021-12-09 | SL-16479 'sloppy' precision in automated mode. | Andrey Kleshchev | |
2021-12-09 | SL-16471 Removed unneeded MeshOpt generation method | Andrey Kleshchev | |
2021-12-02 | SL-14403 Remove unused shader binds | Andrey Kleshchev | |
remains from glod | |||
2021-12-02 | SL-16420 Upload's physics LODs are broken in preview #2 | Andrey Kleshchev | |
2021-12-01 | SL-16420 Upload's physics LODs are broken in preview | Andrey Kleshchev | |
2021-11-30 | SL-16386 remove references to (const true) LLGLSLShader::sNoFixedFunction | Dave Houlton | |
2021-11-29 | Merge branch 'DRTVWR-542-meshopt' into DRTVWR-546 | Andrey Kleshchev | |
2021-11-17 | SL-16226 Fix crash with extra large faces | Andrey Kleshchev | |
2021-11-15 | SL-15756 Removed mHasGeneratedFaces | Andrey Kleshchev | |
mHasGeneratedFaces is always true for some types of models and glod was treating faces as one mesh by default, so meshoptimizer should do the same regardles of mHasGeneratedFaces | |||
2021-11-10 | SL-14403 Removed glod | Andrey Kleshchev | |
2021-10-26 | SL-16193 Fix for mesh selection outline not rendering correctly (and broken ↵ | Dave Parks | |
physics shapes display). | |||
2021-10-21 | SL-16226 Crash at genMeshOptimizerPerModel | Andrey Kleshchev | |
2021-09-20 | SL-16006 and SL-16009 Rigged mesh rendering optimization pass | Dave Parks | |
2021-09-06 | SL-15940 Remove ability to set zero triangle limit | Andrey Kleshchev | |
Setting lod to zero triangles doesn't work and shouldn't work, so UI shouldn't allow setting less then one triangle per model as well. | |||
2021-09-03 | SL-15940 Limit wasn't adjusting for a model with less than 30 triangles | Andrey Kleshchev | |
2021-09-03 | SL-15756 Falback in case no triangles were generated | Andrey Kleshchev | |
2021-08-06 | DRTVWR-542 Automated method selection #2 | Andrey Kleshchev | |
2021-08-04 | DRTVWR-542 Automated method selection | Andrey Kleshchev | |
Normally simplification methods apply for whole upload, but this one selects methods per model or per face. | |||
2021-08-04 | DRTVWR-542 Fix incorect dropbox state | Andrey Kleshchev | |
2021-07-28 | DRTVWR-542 Rename simplification methods in UI and add a fallback | Andrey Kleshchev | |
2021-07-27 | DRTVWR-542 Already optimized | Andrey Kleshchev | |
2021-07-27 | DRTVWR-542 Attempt to simplify all faces of an object as a whole and split ↵ | Andrey Kleshchev | |
back into faces #3 | |||
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-07-23 | DRTVWR-542 Attempt to simplify all faces of an object as a whole and split ↵ | Andrey Kleshchev | |
back into faces | |||
2021-07-20 | DRTVWR-542 Generate placehodler triangles when face got optimized away like ↵ | Andrey Kleshchev | |
glod does | |||
2021-07-13 | DRTVWR-542 output buffer should be indentical in size to indices array | Andrey Kleshchev | |
2021-07-13 | DRTVWR-542 Fixed size of indices array | Andrey Kleshchev | |
2021-07-13 | DRTVWR-542 WIP Fixed Stride | Andrey Kleshchev | |
2021-07-13 | DRTVWR-542 WIP #7 | Andrey Kleshchev | |
2021-07-12 | DRTVWR-542 WIP #6 | Andrey Kleshchev | |
Trying out 'sloppy' variant |