summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2022-09-16SL-18128 Restore 16-bit precision in screen render target.Dave Parks
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-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-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-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-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-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).
2022-09-09Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559Ptolemy
2022-09-09SL-17701: Fix enum compare using wrong types which broke macOS buildPtolemy
2022-09-09Merged in SL-17967 (pull request #1113)Howard Stearns
SL-17967 require 4.1 core profile
2022-09-09SL-17701: PBR: Fix light color space in alpha shaderPtolemy
2022-09-09Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559Ptolemy
2022-09-09SL-17701: PBR: Work in progress alpha blendingPtolemy
2022-09-09SL-17701 PBR: Cleanup alpha setting EEP shader uniformsPtolemy
2022-09-09SL-17701: PBR: WIP Alpha BlendingPtolemy
2022-09-08SL-18095 WIP -- Add Mikktspace tangent generation for PBR materials and ↵Dave Parks
switch to per-pixel binormal generation. Still bugged with some test content.
2022-09-08SL-3007 Report abuse option in paticipan listAndrey Kleshchev
2022-09-08SL-15787 Crash at setCapabilityAndrey Kleshchev
2022-09-06SL-17967 - reserve one more sampler in Deferred FullbrightShiny Shader so ↵Howard Stearns
that it loads on mac
2022-09-06SL-18096 WIP -- partial support for double sided rendering. Shadow map and ↵Dave Parks
picking support TBD.
2022-09-06SL-18097 Don't permit multiple instances of 'unsaved changes' popupsAndrey Kleshchev
Make notifications modal. When multiple ones are visible, first popup works, interacting with second one causes a crash. And it shouldn't be possible to change anything in floater when these notifications are visible