Nat Goodspeed
|
4dddb17dfc
|
SL-17219: Mark LLWindowHeadless virtual overrides 'override'.
Also LLSplashScreenHeadless methods. Without this Mac builds fail.
|
2022-05-10 12:26:44 -04:00 |
Nat Goodspeed
|
3604edc27e
|
SL-17219: LLWindowMacOSX needs getAvailableVRAMMegabytes().
This is just a placeholder, but without it the viewer won't even build on Mac.
|
2022-05-10 12:20:19 -04:00 |
Nat Goodspeed
|
72ddfbd76e
|
SL-17219: WorkQueue::tryPost() must call ThreadSafeSchedule::tryPush().
We inadvertently changed tryPost() to call ThreadSafeSchedule::tryPost(),
which doesn't exist.
|
2022-05-10 12:18:27 -04:00 |
Dave Parks
|
b6841d75c2
|
SL-17219 WIP - Texture pipeline overhaul
|
2022-04-15 19:02:07 -05:00 |
Dave Parks
|
425b071c64
|
Merge remote-tracking branch 'remotes/origin/DRTVWR-546' into SL-17005
|
2022-03-29 15:41:34 -05:00 |
Dave Parks
|
e60024f0af
|
SL-17005 WIP - Use D3D/DXGI to query for available VRAM on Windows
|
2022-03-29 15:41:00 -05:00 |
Euclid Linden
|
977bd76316
|
Merged in euclid-17074 (pull request #925)
SL-17074 Redo ALT-F4 handling fix
|
2022-03-29 17:43:50 +00:00 |
Dave Houlton
|
e76a3b12e6
|
SL-17074 fix ALT-F4 handling without impacting alt-zoom
|
2022-03-29 11:36:28 -06:00 |
Andrey Kleshchev
|
283e86eda5
|
SL-16811 Shape preview images do not display all of the attachments #2
Merged previewAvatar and generateImpostor into a single function since they are nearly identical
|
2022-03-29 15:19:53 +03:00 |
Nat Goodspeed
|
ae4f64eee7
|
SL-17079: Merge 'sl-17079' into DRTVWR-546 for Mac updater fix.
|
2022-03-28 16:45:22 -04:00 |
Euclid Linden
|
a379f754f3
|
Merged in euclid-17000 (pull request #923)
SL-17000 improve error message for physics mesh import
|
2022-03-28 19:17:48 +00:00 |
Dave Houlton
|
8843ea1745
|
SL-17000 improve error message for physics mesh import
|
2022-03-28 13:15:19 -06:00 |
Nat Goodspeed
|
f17f5ff272
|
SL-13792: Merge 'brad/viewer-manifest-codesign-fix' into sl-17079
|
2022-03-25 17:28:29 -04:00 |
Nat Goodspeed
|
9d7f8156c6
|
SL-17079: Update to viewer-manager build 569958
|
2022-03-25 15:53:28 -04:00 |
Dave Parks
|
180989f28e
|
Merge remote-tracking branch 'remotes/origin/DRTVWR-546' into SL-17005
|
2022-03-25 13:21:10 -05:00 |
Dave Parks
|
ed98d77fe8
|
Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-546
|
2022-03-25 13:06:21 -05:00 |
Dave Parks
|
9b2df75c87
|
SL-17077 Ensure profiling is disabled if gpu_benchmark fails. Log the source of the real crash for when the viewer inevitably crashes later.
|
2022-03-25 13:05:50 -05:00 |
Michael Pohoreski
|
c6da3dfd2f
|
Merged in SL-16993 (pull request #910)
SL-16993
Approved-by: Euclid Linden
|
2022-03-25 15:54:49 +00:00 |
Michael Pohoreski
|
506bada6eb
|
Merged DRTVWR-546 into SL-16993
|
2022-03-25 15:54:13 +00:00 |
Michael Pohoreski
|
68b732c78a
|
Merged DRTVWR-546 into SL-16993
|
2022-03-25 15:53:38 +00:00 |
Dave Parks
|
96178e689b
|
Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-546
|
2022-03-24 14:48:47 -05:00 |
Dave Parks
|
41cf9fcb05
|
SL-17028 Fix for inconsistent ordering of transparent rigged meshes and removal of glow-only rigged meshes from depth buffer.
|
2022-03-24 14:48:06 -05:00 |
Euclid Linden
|
8469dbd3f3
|
Merged in euclid-17074 (pull request #919)
SL-17074 Fix Alt-F4 handling bug
|
2022-03-24 17:27:29 +00:00 |
Dave Houlton
|
578087b7bd
|
SL-17074 Fix Alt-F4 handling bug
|
2022-03-24 11:21:25 -06:00 |
Andrey Kleshchev
|
3b6a4facae
|
SL-17041 Texture loading was slower at login on Performance viewer
|
2022-03-23 16:37:31 +02:00 |
Andrey Kleshchev
|
1d79d101ec
|
SL-17040 Crash when looking for a region by handle or position
Might be a better idea to turn LLWorld back into an LLSingleton. Too many things to track.
|
2022-03-21 21:14:20 +02:00 |
Ptolemy
|
43069379a2
|
SL-16993: Add new shaders for physics hull
|
2022-03-18 19:58:38 -07:00 |
Ptolemy
|
bcd37186f1
|
SL-16993: Fix Model Upload Physics Analyze rendering physics hull as black mesh
|
2022-03-18 19:54:27 -07:00 |
Andrey Kleshchev
|
da6635702a
|
SL-16907 Crash at updateSkinInfoMatrixPalette
When animesh stops being an animesh it might still be in a list, but will no longer have an avatar
|
2022-03-17 17:18:05 +02:00 |
Dave Parks
|
34e79c8f4e
|
SL-17005 WIP Simplify what feeds texture loading bias to only pay attention to available memory according to OS and GL driver, not (broken) internal accounting (breaks intel GPUs, compatibility pass incoming).
|
2022-03-11 10:21:08 -06:00 |
Brad Kittenbrink
|
2cbc3e530f
|
More DRTVWR-550 Teamcity build fix. another piece of python2 syntax leftover in an error handling block
|
2022-03-09 16:47:35 -08:00 |
Brad Kittenbrink
|
4d956afb17
|
Fix DRTVWR-550 TeamCity build. codesigning retry block had some leftover python2 syntax
|
2022-03-09 16:31:54 -08:00 |
Brad Kittenbrink
|
6835574363
|
Fix DRTVWR-550 TeamCity build. codesigning retry block had some leftover python2 syntax
|
2022-03-09 14:49:24 -08:00 |
Mnikolenko Productengine
|
0b56a3da94
|
SL-16980 FIXED Uploading model preview disappeared after changing the Triangle limit
|
2022-03-09 23:53:20 +02:00 |
Dave Parks
|
5c6763fd39
|
Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-546
|
2022-03-09 12:49:16 -06:00 |
Dave Parks
|
0e954a9afd
|
SL-16972 Per feedback from Ansariel, only bump up max heap size on 64-bit builds.
|
2022-03-09 12:48:52 -06:00 |
Ptolemy
|
5b67aa2c58
|
SL-16933: Fix texture stat Raw Total always increasing
|
2022-03-07 19:11:59 -08:00 |
Dave Parks
|
2b2a5da099
|
SL-16972 Fix for blurry textures when "running out" of system memory.
|
2022-03-07 17:16:29 -06:00 |
Dave Parks
|
cad73f2403
|
SL-16972 Add free vram to texture console to rule out low vram for blurry textures.
|
2022-03-07 15:48:09 -06:00 |
Andrey Kleshchev
|
fe2f9aed25
|
SL-16721 Crash on idleUpdateMisc #2
|
2022-03-07 19:39:13 +02:00 |
Andrey Kleshchev
|
c012e872a2
|
SL-3787 Fallback in case meshopt precise simplification methd fails entirely
|
2022-03-07 17:03:23 +02:00 |
Dave Parks
|
fbc56fcb3d
|
Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-546
|
2022-03-04 17:05:23 -06:00 |
Dave Parks
|
9dc8fee0f5
|
SL-16928 Fix for broken bumpmaps on Intel GPUs
|
2022-03-04 17:05:05 -06:00 |
Mnikolenko Productengine
|
7d8170cd19
|
SL-16495 FIXED crash when disabling "Animated Mesh"
|
2022-03-04 16:37:02 +02:00 |
Andrey Kleshchev
|
97a103255e
|
Merge branch 'master' (DRTVWR-557) into DRTVWR-546
# 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-03-01 13:41:42 +02:00 |
Nat Goodspeed
|
6ca09a9455
|
Increment viewer version to 6.5.4
following promotion of DRTVWR-557
|
2022-02-28 14:45:27 -05:00 |
Andrey Kleshchev
|
92c302d6fb
|
SL-15940 Verify triangle limit
to not trigger an assert inside meshoptimizer
|
2022-02-25 18:56:54 +02:00 |
Andrey Kleshchev
|
c141ecdcc2
|
SL-3787 Fixed sloppy mode returning invalid model
In automatic mode for simple models gradualy increase sloppy decimator until something valid is found.
|
2022-02-25 13:51:19 +02:00 |
Dave Parks
|
ba6ca8d45f
|
Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-546
|
2022-02-24 13:05:07 -06:00 |
Dave Parks
|
658a30bd2e
|
SL-16907 Potential fix for crash in updateSkinInfoMatrixPalette
|
2022-02-24 13:04:40 -06:00 |