Andrey Kleshchev
|
f7ecf0ee38
|
SL-18065 Fix bake textures' fetch loop
|
2022-09-20 01:53:43 +03:00 |
Dave Parks
|
a5233ed774
|
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
|
2022-09-19 17:27:41 -05:00 |
Dave Parks
|
04d3a29a69
|
SL-18190 Faster better stronger radiance/irradiance maps
|
2022-09-19 17:27:33 -05:00 |
Howard (Aech Linden) Stearns
|
718073717c
|
SL-18128, SL-18128 - No glerror on Mac!
|
2022-09-19 12:16:49 -07:00 |
Andrey Kleshchev
|
4f7c86a145
|
SL-18161 Fix viewer complaining about dupplicate FT_MATERIAL folders
|
2022-09-19 16:56:25 +03:00 |
Dave Parks
|
99fbb2e19c
|
RG16F PBR BRDF LUT
|
2022-09-17 21:02:31 -05:00 |
Dave Parks
|
655f8d8ee1
|
Fix for overbright and artifacted radiance maps on NVIDIA hardware
|
2022-09-17 20:18:54 -05:00 |
Dave Parks
|
cc0d3fdb00
|
Fix for crash on NVIDIA hardware
|
2022-09-17 20:11:53 -05:00 |
Dave Parks
|
29f92451f6
|
Cleanup more unused functions and fix spotLightF (whoops)
|
2022-09-17 16:09:11 -05:00 |
Dave Parks
|
b2553fc8b4
|
Fix for spotlights in background not matching foreground. Remove some unused functions.
|
2022-09-17 15:48:55 -05:00 |
Dave Parks
|
48eea4de0a
|
Adjust radiance maps to better match Substance
|
2022-09-17 15:37:21 -05:00 |
Dave Parks
|
13ac0f77ff
|
Make sure specular highlights from punctual lights don't fall off of polished surfaces
|
2022-09-17 14:38:07 -05:00 |
Dave Parks
|
54e6c554c5
|
Fix for crash when loading dae
|
2022-09-17 13:53:37 -05:00 |
Dave Parks
|
6790605575
|
WIP - Fix for alpha PBR lighting for point lights (spot lights treated as point lights for now)
|
2022-09-17 13:04:23 -05:00 |
Dave Parks
|
1ab43e06b9
|
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
|
2022-09-17 11:05:15 -05:00 |
Dave Parks
|
69ee833702
|
WIP - multiSpotLightF uses proper PBR shading, alpha is broken but pushing now in case my hard drive melts
|
2022-09-17 11:04:50 -05:00 |
Dave Parks
|
a32125bc0e
|
WIP - replace PBR implementation - point lights
|
2022-09-17 01:52:01 -05:00 |
Dave Parks
|
b2cf07f53c
|
WIP - switch PBR implementations
|
2022-09-17 01:12:52 -05:00 |
Howard Stearns
|
c467d8f02a
|
SL-18128 - fix #if !DEPTH_CLAMP in shaders
|
2022-09-16 16:28:51 -07:00 |
Andrey Kleshchev
|
72e3262532
|
SL-18065 Viewer tries to get missing texture endlessly #2
|
2022-09-17 01:18:33 +03:00 |
Dave Parks
|
dc1ed19511
|
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
|
2022-09-16 17:11:14 -05:00 |
Dave Parks
|
ae17d1e9a0
|
SL-18128 Restore 16-bit precision in screen render target.
|
2022-09-16 17:11:02 -05:00 |
Andrey Kleshchev
|
5bb9b6cada
|
SL-18065 Viewer tries to get missing texture endlessly
|
2022-09-17 00:59:16 +03:00 |
Dave Parks
|
09f3d6eaee
|
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
|
2022-09-16 16:25:38 -05:00 |
Dave Parks
|
8dc59e5ef3
|
SL-18128 Clear out much OpenGL cruft and switch to core profile on AMD
|
2022-09-16 16:25:26 -05:00 |
Mnikolenko Productengine
|
c0b586a7e1
|
SL-17723 Remove use of UDP image fetch
|
2022-09-16 23:27:54 +03:00 |
Andrey Kleshchev
|
1478cacfcd
|
DRTVWR-559 Fixed merge conflicts
|
2022-09-16 21:24:31 +03:00 |
Andrey Kleshchev
|
7649114588
|
Merge branch master (DRTVWR-571) into DRTVWR-559
# Conflicts:
# indra/newview/llpanelface.cpp
# indra/newview/llpanelface.h
|
2022-09-16 21:07:39 +03:00 |
Dave Parks
|
5a3631659f
|
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
|
2022-09-15 17:23:55 -05:00 |
Dave Parks
|
82ab5f9765
|
SL-18156 WIP -- Add NormalizedScale/NormalizedTranslation to mesh assets to recover mesh's original coordinate frame when generating tangents post download.
|
2022-09-15 17:23:34 -05:00 |
Andrey Kleshchev
|
c5dd5a0e49
|
SL-18161 Change pbr folder name
|
2022-09-16 00:33:25 +03:00 |
Andrey Kleshchev
|
6afd635da4
|
SL-18125 Material asset creation pulls wrong set of permissions
|
2022-09-15 23:12:06 +03:00 |
Andrey Kleshchev
|
2c15c87caa
|
SL-18161 Fix missing folder name localizations
|
2022-09-15 22:16:38 +03:00 |
Andrey Kleshchev
|
189723fd46
|
SL-18161 Properly list pbr material folder
|
2022-09-15 21:38:38 +03:00 |
Nat Goodspeed
|
f83289d3a7
|
DRTVWR-571: Belated merge of DRTVWR-544 version bump.
|
2022-09-15 14:35:17 -04:00 |
Nat Goodspeed
|
c2a27c474d
|
Increment viewer version to 6.6.5
following promotion of DRTVWR-544
|
2022-09-15 13:28:43 -04:00 |
Dave Parks
|
e61b6570b1
|
SL-17701 Fix for crash on AMD WHQL drivers.
|
2022-09-14 18:53:16 -05:00 |
Andrey Kleshchev
|
dd5aa8f6f4
|
SL-18153 Fixed bring to front multiple dialog handling
|
2022-09-15 01:56:54 +03:00 |
Dave Parks
|
afb7efbfcc
|
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
|
2022-09-14 17:04:47 -05:00 |
Dave Parks
|
a0a87db3d7
|
SL-17701 Fix for PBR alpha trying to use indexed texture batching
|
2022-09-14 17:04:33 -05:00 |
Callum Linden
|
3248eb87dc
|
SL-18151 [SEC] MOAP can force multiple floaters open on users screen: The Viewer part of the fix for this JIRA - pulls in the updated Dullahan that exposes the user_gesture/is_redirect flags and uses them to determine what type of 'nav_type' is exchanged with viewer/plugin
|
2022-09-14 14:52:31 -07:00 |
Andrey Kleshchev
|
5d918f98ea
|
SL-18161 Add PBR materials to Uploads in preferences
|
2022-09-15 00:29:54 +03:00 |
Dave Parks
|
2ce39f3ad9
|
SL-17701 Fix for shadow passes not respecting double sided and alpha parameters for PBR materials.
|
2022-09-14 16:24:20 -05:00 |
Andrey Kleshchev
|
d82d94f41c
|
SL-18153 Fix invisible blocking popup
Don't add popup to the list twice
|
2022-09-14 22:50:44 +03:00 |
Dave Parks
|
47e039ce1f
|
SL-17701 Fix for legacy material parameters/textures overriding GLTF materials in alpha pool.
|
2022-09-14 12:37:23 -05:00 |
Dave Parks
|
379ae7eec0
|
SL-17701 Per pixel binormal generation on PBR alpha to be consistent with PBR opaque.
|
2022-09-14 10:55:50 -05:00 |
Dave Parks
|
93389059d5
|
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
|
2022-09-13 18:41:43 -05:00 |
Dave Parks
|
2a5219b23f
|
SL-17701 WIP -- Correct color space management for base color and emissive color factors and textures. Support for double sided alpha blended PBR materials.
|
2022-09-13 18:41:24 -05:00 |
Andrey Kleshchev
|
2e268392a3
|
SL-17701 Fix coding policy
|
2022-09-14 01:37:46 +03:00 |
Andrey Kleshchev
|
5034c565bf
|
SL-18044 (PBR) No-copy textures not applying to objects
|
2022-09-14 01:37:46 +03:00 |