Dave Parks
65d69ce80d
DRTVWR-559 Fix for stall in probe occlusion culling and fix for culled neighbors getting sampled (badly).
2023-02-22 11:01:18 -06:00
Dave Parks
0336c1a06d
DRTVWR-559 Fix SSR on transparent PBR surfaces.
2023-02-21 22:13:08 -06:00
Dave Parks
8f83724f7e
DRTVWR-559 WIP -- Kill debug text on probes (whoops)
2023-02-21 20:56:20 -06:00
Dave Parks
19f7497d9a
DRTVWR-559 WIP -- occlusion culling for reflection probes -- has a defect for objects close to the camera at some angles and leaks query objects, will follow up.
2023-02-21 20:42:25 -06:00
Dave Parks
131d116ffd
SL-19239 Day after three day quality pass - add ACES tone mapping to address "haziness" (and also fix banding in emissive materials)
2023-02-21 15:40:20 -06:00
Dave Parks
cd0944caa6
SL-19239 Redo integration of Sascha's radiance map filter.
2023-02-17 14:55:06 -06:00
Dave Parks
a91c970e3e
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
2023-02-17 10:34:41 -06:00
Dave Parks
50c57b6be7
SL-19128 Soften the transition between manual and automatic sphere probes.
2023-02-17 10:34:27 -06:00
Andrey Kleshchev
17d3f37863
SL-17640 Fix 'Apply now' being enabled when importing
2023-02-16 22:51:29 +02:00
Brad Linden
5baee50c65
Merge pull request #84 from secondlife/SL-19191
...
Fix for crash on startup for M1 macs
2023-02-16 09:43:59 -08:00
Brad Linden
c1fdf0e277
Fixup mac compatibility for SL-18762 shadowUtil.glsl changes
2023-02-15 15:46:41 -08:00
cosmic-linden
3a24197c73
Merge pull request #76 from secondlife/SL-19121
...
SL-19121: Add some override tests
2023-02-15 15:18:48 -08:00
Dave Parks
74275f590e
SL-18927 Warn *before* destroying content, not after. Followup from last commit -- immediately apply scale to sphere probes.
2023-02-15 14:47:33 -06:00
Dave Parks
fa1d6066a1
SL-19220 Have manual sphere probes live-track their associated LLViewerObjects
2023-02-15 12:06:57 -06:00
Cosmic Linden
d1531eb2ce
SL-19121: Add additional test at request of review
2023-02-15 09:42:35 -08:00
Cosmic Linden
df440f3f33
SL-19121: Address review comments from SL-19080 phase 2
2023-02-15 09:42:35 -08:00
Dave Parks
b4332012ab
SL-19219 Fix for reflection probe display rendering during HUD render (also shadow frusta)
2023-02-15 10:57:29 -06:00
Dave Parks
893db4a692
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
2023-02-15 10:12:37 -06:00
Dave Parks
9630a1a2bc
SL-18568 Fix for only one projector casting shadows.
2023-02-15 09:51:19 -06:00
Cosmic Linden
b66c95e487
SL-19121: Add some override tests
2023-02-14 15:45:39 -08:00
cosmic-linden
0dd4efea93
Merge pull request #85 from secondlife/SL-19002
...
SL-19002: Handle edge case in client networking which could cause material ID and overrides to become out-of-sync
2023-02-14 14:45:53 -08:00
Cosmic Linden
917932549f
SL-19002: Stop sending material IDs from client via material params and just call queueApply/queueModify
2023-02-14 13:59:00 -08:00
Jonathan "Geenz" Goodman
8f348b993d
Potential fix for SL-19191
...
Crash on startup for M1 macs
SL-19191
2023-02-14 12:04:18 -08:00
cosmic-linden
ba7a333969
Merge pull request #73 from secondlife/SL-19080
...
SL-19080: GLTF Material asset consistency: Part 2: Update viewer GLTF Material asset upload to v1.1
2023-02-14 11:40:32 -08:00
Dave Parks
1b19b7cdc9
SL-18983 and SL-18680 Disable automatic alpha masking on HUDs.
2023-02-14 12:22:51 -06:00
Dave Parks
914ae0448f
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
2023-02-14 10:10:25 -06:00
Dave Parks
68c4ff7dce
SL-18762 Fix for broken local lights on alpha when wearing a HUD attachment. Also fix stuck sun/moon and incidental decruft.
2023-02-14 10:10:12 -06:00
Andrey Kleshchev
a549140fd0
SL-19183 PBR mapping scale values start on zero
2023-02-14 00:12:09 +02:00
Henri Beauchamp
3561e9b5d5
SL-19110 revert LLUUID::combine() to old algorithm to match server code. ( #75 )
...
As it happens, the change in the LLUUID::combine() algorithm introduced by one
of my previous commits is causing invalid assets creation (seen with
some clothing items, such as Shape and Universal types); obviously, the server
is using the old algorithm for UUID validation purpose of these assets.
This commit reverts LLUUID::combine() code to use LLMD5.
2023-02-13 19:36:09 +02:00
Dave Parks
c87c1a1fa4
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
2023-02-13 10:13:01 -06:00
Dave Parks
9036d80106
SL-18664 Fix for "transparent water" off causing broken horizon line.
2023-02-13 10:12:48 -06:00
Cosmic Linden
d2a2541de5
SL-19080: Restrict LLGLTFMaterial fields test to a single compiler target, as results can vary between compilers
2023-02-10 17:07:05 -08:00
Brad Kittenbrink (Brad Linden)
7d4b0cd657
Updated tracy packages and config for tracy-v0.8.1 for SL-18563
2023-02-10 16:02:24 -08:00
Dave Parks
aca35b884f
SL-18671 Adjust fog density to more closely match sRGB space results.
2023-02-10 14:43:12 -06:00
Dave Parks
579fc82f8a
SL-19187 Fix for occlusion and shadow frusta debug displays not working as expected.
2023-02-10 14:19:09 -06:00
Dave Parks
94d3493e7b
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
2023-02-10 13:32:09 -06:00
Dave Parks
d0993b7376
SL-19195 Fix for world map tiles not rendering if empty.
2023-02-10 13:31:57 -06:00
Brad Linden
3fd8bc04c2
Upgraded tracy package and enabled for mac with USE_TRACY for work on mac perfomance SL-18563
...
```
autobuild installables edit "tracy" url="https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/110561/960415/tracy-v0.7.8.578230-darwin64-578230.tar.bz2 " hash="70f31fa71ecb52bd092da52e27c3ff8c"
autobuild installables edit "tracy" url="https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/110562/960424/tracy-v0.7.8.578230-windows-578230.tar.bz2 " hash="1dc33422939adf015db85e96c5a8276e"
autobuild installables edit "tracy" url="https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/110563/960429/tracy-v0.7.8.578230-windows64-578230.tar.bz2 " hash="fcc6ecece2ecb65aa36500dfa9461fb3"
```
2023-02-10 11:26:14 -08:00
Dave Parks
c5c511b8ff
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
2023-02-10 12:46:28 -06:00
Dave Parks
2fc0694a33
SL-18122 Fix for HUD text disappearing.
2023-02-10 12:46:16 -06:00
Andrey Kleshchev
89fd7ad3c5
SL-19200 No-copy materials cannot be moved on objects using drag and drop
...
We allow droping no-copy textures and materials into object's inventory, and we allow asigning them from picker, there should be no reason why drag &drop should be different
2023-02-10 16:53:43 +02:00
Cosmic Linden
a56385345f
SL-19080: Address clang-provided errors
2023-02-09 16:13:57 -08:00
Cosmic Linden
d6841c0798
SL-19080: Update GLTF Material asset upload to v1.1, with stricter GLTF compliance and removal of unsupported features
2023-02-09 15:05:19 -08:00
Dave Parks
58e24f06cd
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
2023-02-09 17:00:57 -06:00
Dave Parks
577f6a46f0
SL-19181 Modulate "glow" by PBR emissive.
2023-02-09 17:00:36 -06:00
Brad Linden
1dc1e86d20
Fix SL-19191 mac crash on startup for apple silicon machines.
2023-02-09 14:41:41 -08:00
Dave Parks
95de63eaa3
DRTVWR-559 Remove some 32-bit color paranoia checks (potential fix for running under wine)
2023-02-08 11:10:15 -06:00
Dave Parks
0a2cd5a302
DRTVWR-559 Quick fix for radiance map filter using wrong resolution parameter.
2023-02-08 10:28:15 -06:00
Dave Parks
4586ceaf9b
SL-18229 Mac build fix.
2023-02-08 09:02:57 -06:00
Dave Parks
a2647e953a
SL-18229 Fix for PBR materials on HUDs misbehaving. Incidental decruft.
2023-02-07 18:25:22 -06:00