summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2023-01-11Merge pull request #48 from secondlife/SL-18820cosmic-linden
Sl 18820: Build floater should preserve GLTF transforms when changing the PBR material
2023-01-11SL-18869 Touch up -- Prune "post_pos" from shadow shaders that don't need it ↵Dave Parks
and fix non-standard gl_Position z values
2023-01-11SL-18869 Touch up -- Put generateSunShadow call back where it was to fix ↵Dave Parks
alpha objects disappearing
2023-01-11SL-18945 Links have no 'cut' optionAndrey Kleshchev
Links can be drag and dropped so they should be movable via 'cut' as well
2023-01-11SL-18939 Cannot copy inventory folders with copiable linksAndrey Kleshchev
2023-01-10SL-18869 Optimizations -- Revive "Frame Profile" and GL_DEPTH_CLAMP. Remove ↵Dave Parks
usage of gl_FragDepth from shadow shaders.
2023-01-10SL-18820: Fix applying material clearing transform overrides. Loosen some ↵Cosmic Linden
asserts to allow non-default transform overrides.
2023-01-10Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-01-10SL-18869 Optimizations -- LLVertexBuffer overhaul and shuffle of shadow map ↵Dave Parks
rendering to a place where the main camera has taken a stab at object updates for this frame before shadow map rendering has at them.
2023-01-10Fix shader syntax error on mac for DRTVWR-559Brad Linden
2023-01-10Fix mac build for DRTVWR-559Brad Linden
2023-01-10SL-18942 [PBR] LLPanelFace was missing 'transform' updates for some of the facesAndrey Kleshchev
2023-01-10SL-18932 Canceling in material picker removes dropped materialAndrey Kleshchev
2023-01-10SL-18869 Optimizations -- Bring back water plane clipping for above/below ↵Dave Parks
water where applicable.
2023-01-09SL-18869 Optimizations -- Decruftify LLRenderTarget, use a shader to copy ↵Dave Parks
color/depth instead of glCopyTexSubImage or glBlitFrameBuffer
2023-01-09SL-18869 Optimizations -- Use _mm_prefetch to cut down on cache misses when ↵Dave Parks
iterating over render batches.
2023-01-09SL-18869 Optimizations -- decruftify LLVertexBuffer and make an optimal ↵Dave Parks
"renderShadowSimple" utility function for pushing vertex buffers only.
2023-01-07Revert "SL-18911 [MAC] My Land Holdings floater crashes when not empty"Andrey Kleshchev
This reverts commit d6f5e5bc9424b9d45f6eeeca5d894d46dc91b279.
2023-01-07SL-18911 [MAC] My Land Holdings floater crashes when not emptyAndrey Kleshchev
2023-01-06SL-18879 Fixed: Very transparent faces can no longer be selectedAndrey Kleshchev
2023-01-06SL-18907 Add Reflection Probe Ambiance slider to Personal Lighting FloaterMnikolenko Productengine
2023-01-06SL-18741 Add gltf to bulk uploads on macAndrey Kleshchev
And cleaned up dupplicate mScale code
2023-01-05SL-18894 The change of 'modify rights' is not recorded in IM history if the ↵Andrey Kleshchev
user is in DND mode Revert of commit for SL-15401. Messages are supposed to handle 'mute' on their own.
2023-01-05SL-18871 Debug setting's description is not scrollableAndrey Kleshchev
2023-01-04SL-18854 Fix drag'n drop of plain textures on faces in PBR modeAndrey Kleshchev
When in PBR 'mode', defaulted texture drops to diffuse channel
2023-01-03SL-18887 Material size is not displayed in materials pickerAndrey Kleshchev
2023-01-02Refactor post processing a smidgeJonathan "Geenz" Goodman
Fixes SL-18484.
2022-12-20SL-18426 At log in only a part friends reported to chat as onlineAndrey Kleshchev
Server sends updates in bulk now, so notify per agent instead of per update
2022-12-19SL-18779 Fix for water fog staying bright when sun is dark.Dave Parks
2022-12-19SL-18730 Dumb down water distortions to reduce appearance of brokenness.Dave Parks
2022-12-16SL-18719 GL 3.0/3.1 compatibility pass.Dave Parks
2022-12-16SL-18731 Fix for runaway feedback loops on reflection probe ambianceDave Parks
2022-12-16SL-18780 Feedback cloud coverage into reflection probe ambiance to recover ↵Dave Parks
legacy behavior of cloud coverage brightening ambient lighting without destroying the ability to have good probe driven ambiance.
2022-12-16Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2022-12-16SL-18861 Optimize away alpha channel on GLTF material imports.Dave Parks
2022-12-16SL-18854 Prevent texture drop onto faces that have pbrAndrey Kleshchev
2022-12-16SL-18852 Refactor GLTF material rendering to not be special compared to ↵Dave Parks
other types. Hook GLTF alpha masking up to highlight transparent.
2022-12-16SL-18851 Fix for PBR materials sometimes not casting shadows when they should.Dave Parks
2022-12-15SL-18782 Fix fir assert when enabling SSRDave Parks
2022-12-15SL-18782 Finishing touches on Reflection Probe Volumes display (for now).Dave Parks
2022-12-14SL-18782 WIP -- Functional Build->Options->Show Reflection Probe VolumesDave Parks
2022-12-14SL-18782 WIP -- stub for reflection probe display.Dave Parks
2022-12-13Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2022-12-13SL-18782 Make primitive parameters automatically follow Reflection Probe ↵Dave Parks
controls.
2022-12-13Merge remote-tracking branch 'origin/DRTVWR-559' into brad/DRTVWR-559Brad Linden
2022-12-13Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2022-12-13SL-18808 Fix for highlight transparent texture missing.Dave Parks
2022-12-12Attempt to restore SL-17823 fix after merge with DRTVWR-559 texture pipeline ↵Brad Linden
work removed the getDecodePriority() method.
2022-12-12Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2022-12-13SL-18647 Removed obsolete Material Editor buttonAndrey Kleshchev
Was a placeholder when there was no other way to bring it up