Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-10 | SL-17219: Delete some unused declarations. | Nat Goodspeed | |
These trigger fatal warnings on Mac. | |||
2022-05-10 | SL-17219: Fix bug: dangling pointer to destroyed std::string. | Nat Goodspeed | |
2022-05-10 | SL-17219: Mark LLWindowHeadless virtual overrides 'override'. | Nat Goodspeed | |
Also LLSplashScreenHeadless methods. Without this Mac builds fail. | |||
2022-05-10 | SL-17219: LLWindowMacOSX needs getAvailableVRAMMegabytes(). | Nat Goodspeed | |
This is just a placeholder, but without it the viewer won't even build on Mac. | |||
2022-05-10 | SL-17219: WorkQueue::tryPost() must call ThreadSafeSchedule::tryPush(). | Nat Goodspeed | |
We inadvertently changed tryPost() to call ThreadSafeSchedule::tryPost(), which doesn't exist. | |||
2022-04-15 | SL-17219 WIP - Texture pipeline overhaul | Dave Parks | |
2022-03-29 | Merge remote-tracking branch 'remotes/origin/DRTVWR-546' into SL-17005 | Dave Parks | |
2022-03-29 | SL-17005 WIP - Use D3D/DXGI to query for available VRAM on Windows | Dave Parks | |
2022-03-29 | Merged in euclid-17074 (pull request #925) | Euclid Linden | |
SL-17074 Redo ALT-F4 handling fix | |||
2022-03-29 | SL-17074 fix ALT-F4 handling without impacting alt-zoom | Dave Houlton | |
2022-03-29 | SL-16811 Shape preview images do not display all of the attachments #2 | Andrey Kleshchev | |
Merged previewAvatar and generateImpostor into a single function since they are nearly identical | |||
2022-03-28 | SL-17079: Merge 'sl-17079' into DRTVWR-546 for Mac updater fix. | Nat Goodspeed | |
2022-03-28 | Merged in euclid-17000 (pull request #923) | Euclid Linden | |
SL-17000 improve error message for physics mesh import | |||
2022-03-28 | SL-17000 improve error message for physics mesh import | Dave Houlton | |
2022-03-25 | SL-13792: Merge 'brad/viewer-manifest-codesign-fix' into sl-17079 | Nat Goodspeed | |
2022-03-25 | SL-17079: Update to viewer-manager build 569958 | Nat Goodspeed | |
2022-03-25 | Merge remote-tracking branch 'remotes/origin/DRTVWR-546' into SL-17005 | Dave Parks | |
2022-03-25 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-03-25 | SL-17077 Ensure profiling is disabled if gpu_benchmark fails. Log the ↵ | Dave Parks | |
source of the real crash for when the viewer inevitably crashes later. | |||
2022-03-25 | Merged in SL-16993 (pull request #910) | Michael Pohoreski | |
SL-16993 Approved-by: Euclid Linden | |||
2022-03-25 | Merged DRTVWR-546 into SL-16993 | Michael Pohoreski | |
2022-03-25 | Merged DRTVWR-546 into SL-16993 | Michael Pohoreski | |
2022-03-24 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-03-24 | SL-17028 Fix for inconsistent ordering of transparent rigged meshes and ↵ | Dave Parks | |
removal of glow-only rigged meshes from depth buffer. | |||
2022-03-24 | Merged in euclid-17074 (pull request #919) | Euclid Linden | |
SL-17074 Fix Alt-F4 handling bug | |||
2022-03-24 | SL-17074 Fix Alt-F4 handling bug | Dave Houlton | |
2022-03-23 | SL-17041 Texture loading was slower at login on Performance viewer | Andrey Kleshchev | |
2022-03-21 | SL-17040 Crash when looking for a region by handle or position | Andrey Kleshchev | |
Might be a better idea to turn LLWorld back into an LLSingleton. Too many things to track. | |||
2022-03-18 | SL-16993: Add new shaders for physics hull | Ptolemy | |
2022-03-18 | SL-16993: Fix Model Upload Physics Analyze rendering physics hull as black mesh | Ptolemy | |
2022-03-17 | SL-16907 Crash at updateSkinInfoMatrixPalette | Andrey Kleshchev | |
When animesh stops being an animesh it might still be in a list, but will no longer have an avatar | |||
2022-03-11 | SL-17005 WIP Simplify what feeds texture loading bias to only pay attention ↵ | Dave Parks | |
to available memory according to OS and GL driver, not (broken) internal accounting (breaks intel GPUs, compatibility pass incoming). | |||
2022-03-09 | More DRTVWR-550 Teamcity build fix. another piece of python2 syntax leftover ↵ | Brad Kittenbrink | |
in an error handling block | |||
2022-03-09 | Fix DRTVWR-550 TeamCity build. codesigning retry block had some leftover ↵ | Brad Kittenbrink | |
python2 syntax | |||
2022-03-09 | Fix DRTVWR-550 TeamCity build. codesigning retry block had some leftover ↵ | Brad Kittenbrink | |
python2 syntax | |||
2022-03-09 | SL-16980 FIXED Uploading model preview disappeared after changing the ↵ | Mnikolenko Productengine | |
Triangle limit | |||
2022-03-09 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-03-09 | SL-16972 Per feedback from Ansariel, only bump up max heap size on 64-bit ↵ | Dave Parks | |
builds. | |||
2022-03-07 | SL-16933: Fix texture stat Raw Total always increasing | Ptolemy | |
2022-03-07 | SL-16972 Fix for blurry textures when "running out" of system memory. | Dave Parks | |
2022-03-07 | SL-16972 Add free vram to texture console to rule out low vram for blurry ↵ | Dave Parks | |
textures. | |||
2022-03-07 | SL-16721 Crash on idleUpdateMisc #2 | Andrey Kleshchev | |
2022-03-07 | SL-3787 Fallback in case meshopt precise simplification methd fails entirely | Andrey Kleshchev | |
2022-03-04 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-03-04 | SL-16928 Fix for broken bumpmaps on Intel GPUs | Dave Parks | |
2022-03-04 | SL-16495 FIXED crash when disabling "Animated Mesh" | Mnikolenko Productengine | |
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 | Increment viewer version to 6.5.4 | Nat Goodspeed | |
following promotion of DRTVWR-557 | |||
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. |