summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-17WIP - Fix for alpha PBR lighting for point lights (spot lights treated as ↵Dave Parks
point lights for now)
2022-09-17Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-17WIP - multiSpotLightF uses proper PBR shading, alpha is broken but pushing ↵Dave Parks
now in case my hard drive melts
2022-09-17WIP - replace PBR implementation - point lightsDave Parks
2022-09-17WIP - switch PBR implementationsDave Parks
2022-09-16SL-18128 - fix #if !DEPTH_CLAMP in shadersHoward Stearns
2022-09-17SL-18065 Viewer tries to get missing texture endlessly #2Andrey Kleshchev
2022-09-16Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-16SL-18128 Restore 16-bit precision in screen render target.Dave Parks
2022-09-17SL-18065 Viewer tries to get missing texture endlesslyAndrey Kleshchev
2022-09-16Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-16SL-18128 Clear out much OpenGL cruft and switch to core profile on AMDDave Parks
2022-09-16SL-17723 Remove use of UDP image fetchMnikolenko Productengine
2022-09-16DRTVWR-559 Fixed merge conflictsAndrey Kleshchev
2022-09-16Merge branch master (DRTVWR-571) into DRTVWR-559Andrey Kleshchev
# Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h
2022-09-15Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-15SL-18156 WIP -- Add NormalizedScale/NormalizedTranslation to mesh assets to ↵Dave Parks
recover mesh's original coordinate frame when generating tangents post download.
2022-09-16SL-18161 Change pbr folder nameAndrey Kleshchev
2022-09-15SL-18125 Material asset creation pulls wrong set of permissionsAndrey Kleshchev
2022-09-15SL-18161 Fix missing folder name localizationsAndrey Kleshchev
2022-09-15SL-18161 Properly list pbr material folderAndrey Kleshchev
2022-09-15DRTVWR-571: Belated merge of DRTVWR-544 version bump.Nat Goodspeed
2022-09-15Increment viewer version to 6.6.5Nat Goodspeed
following promotion of DRTVWR-544
2022-09-14SL-17701 Fix for crash on AMD WHQL drivers.Dave Parks
2022-09-15SL-18153 Fixed bring to front multiple dialog handlingAndrey Kleshchev
2022-09-14Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-14SL-17701 Fix for PBR alpha trying to use indexed texture batchingDave Parks
2022-09-14SL-18151 [SEC] MOAP can force multiple floaters open on users screen: The ↵Callum Linden
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-15SL-18161 Add PBR materials to Uploads in preferencesAndrey Kleshchev
2022-09-14SL-17701 Fix for shadow passes not respecting double sided and alpha ↵Dave Parks
parameters for PBR materials.
2022-09-14SL-18153 Fix invisible blocking popupAndrey Kleshchev
Don't add popup to the list twice
2022-09-14SL-17701 Fix for legacy material parameters/textures overriding GLTF ↵Dave Parks
materials in alpha pool.
2022-09-14SL-17701 Per pixel binormal generation on PBR alpha to be consistent with ↵Dave Parks
PBR opaque.
2022-09-13Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-13SL-17701 WIP -- Correct color space management for base color and emissive ↵Dave Parks
color factors and textures. Support for double sided alpha blended PBR materials.
2022-09-14SL-17701 Fix coding policyAndrey Kleshchev
2022-09-14SL-18044 (PBR) No-copy textures not applying to objectsAndrey Kleshchev
2022-09-13SL-17701 WIP -- Hook PBR transparency parameter up to alpha pass.Dave Parks
2022-09-13SL-17701 WIP -- Parity for point lights between opaque and transparent PBR ↵Dave Parks
materials
2022-09-13Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-13SL-17701 WIP -- Cleanup/refactor PBR lighting implementation and get parity ↵Dave Parks
between deferred and alpha passes for sunlight and IBL.
2022-09-13SL-17701 - fix typo in shader affecting macHoward Stearns
2022-09-13Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-12SL-18095 Add tangents to mesh assets so we can calculate mikktspace tangents ↵Dave Parks
in the mesh's original coordinate frame.
2022-09-13SL-17653 Removed unneeded combo boxAndrey Kleshchev
2022-09-12Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-12SL-18095 WIP -- Use meshoptimizer to re-weld and cache optimize after ↵Dave Parks
generating tangents
2022-09-12SL-17701: PBR: Tweak lighting in alpha blendingPtolemy
2022-09-11SL-17701: PBR: Fix alpha blended objects not receving Sun shadow.Ptolemy
2022-09-09SL-18095 WIP -- Allow mikktspace generator to add more vertices (skip ↵Dave Parks
re-welding step for now).