| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-13 | DRTVWR-592: (WIP) Fix terrain PBR texture repeat seam. Legacy terrain ↵ | Cosmic Linden | |
| texture repeats currently broken | |||
| 2023-10-13 | DRTVWR-592: Another attempt to fix Mac build: remove deprecated use of texture2D | Cosmic Linden | |
| 2023-10-13 | DRTVWR-592: PBR terrain fallback for Mac/Intel: Drop emissive texture. Bump ↵ | Cosmic Linden | |
| featuretable. | |||
| 2023-10-13 | DRTVWR-592: Fix issues with blending of materials, for example when fading ↵ | Cosmic Linden | |
| out an emissive texture. Also affects base color and ORM | |||
| 2023-10-13 | DRTVWR-592: Add debug options LocalTerrainAssetN. Fix PBR terrain texture ↵ | Cosmic Linden | |
| flickering | |||
| 2023-10-13 | DRTVWR-592: (WIP) Roughly working draft of PBR terrain | Cosmic Linden | |
| 2023-10-13 | DRTVWR-592: (WIP) (does not work) PBR terrain rendering - compiles, but ↵ | Cosmic Linden | |
| doesn't render properly just yet | |||
| 2023-10-13 | DRTVWR-592: (WIP) (does not run) PBR terrain rendering - more work on ↵ | Cosmic Linden | |
| shaders, uniforms | |||
| 2023-10-13 | DRTVWR-592: (WIP) (does not run) PBR terrain rendering - begin work on ↵ | Cosmic Linden | |
| shaders, uniforms | |||
| 2023-10-13 | DRTVWR-592: (WIP) Debugging, rethinking | Cosmic Linden | |
| 2023-10-13 | DRTVWR-592: (WIP) Separate code path for terrain rendering and shaders. Just ↵ | Cosmic Linden | |
| copy/paste for now. Use same draw pool | |||
| 2023-10-11 | SL-20450: Fix missing LSL keyword INVENTORY_MATERIAL | Cosmic Linden | |
| 2023-10-11 | SL-20440 Followup -- balance PBR point light with legacy point light | RunitaiLinden | |
| 2023-10-11 | SL-20440 Followup -- fix for non-normalized vector and balance PBR spotlight ↵ | RunitaiLinden | |
| with legacy spotlight | |||
| 2023-10-11 | SL-20440 Fix for projector ambiance destroying PBR shading. Also fix ↵ | RunitaiLinden | |
| longstanding bug with hard line in projector ambiance lighting. Incidental decruft of legacy_adjust and LOCAL_LIGHT_KILL, etc. | |||
| 2023-10-04 | SL-20141 Remove "Local Lights" checkbox and instead make the number of ↵ | RunitaiLinden | |
| lights rendered scale with the "Quality & speed" slider | |||
| 2023-10-03 | Merge branch 'main' (DRTVWR-567) into DRTVWR-559 | Andrey Kleshchev | |
| # Conflicts: # indra/newview/CMakeLists.txt # indra/newview/VIEWER_VERSION.txt # indra/newview/llagent.cpp # indra/newview/llfloaternewfeaturenotification.cpp # indra/newview/llinventorybridge.cpp # indra/newview/llinventorymodel.cpp # indra/newview/lloutfitgallery.cpp # indra/newview/llpanelmaininventory.cpp # indra/newview/llpanelmaininventory.h # indra/newview/llsidepaneltaskinfo.cpp # indra/newview/llsidepaneltaskinfo.h # indra/newview/lltexturectrl.cpp # indra/newview/lltexturectrl.h # indra/newview/llviewerinventory.cpp # indra/newview/llviewerobject.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llviewertexturelist.h # indra/newview/skins/default/xui/en/floater_new_feature_notification.xml # indra/newview/skins/default/xui/en/menu_inventory.xml | |||
| 2023-10-02 | SL-20394 Remove "glare" effect from PBR alpha shaders. | RunitaiLinden | |
| 2023-09-29 | Add probe near clipping. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-09-29 | Wire up the debug settings. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-09-25 | Merge branch 'DRTVWR-559' into DRTVWR-583 | Jonathan "Geenz" Goodman | |
| 2023-09-11 | Merge remote-tracking branch 'remotes/origin/DRTVWR-559' into davep/SL-19842 | RunitaiLinden | |
| 2023-09-11 | SL-19842 WIP -- Now that probes can override ambient, unroll ambient ↵ | RunitaiLinden | |
| darkening hacks. | |||
| 2023-09-08 | Update reflectionProbeF.glsl | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-09-08 | Some more modes for mirrors to place the probe. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-09-06 | SL-19842 WIP -- Change how probe ambiance mixes with sky ambient. | RunitaiLinden | |
| 2023-08-30 | SL-19842 Followup -- less aggressive ambient kill. | RunitaiLinden | |
| 2023-08-29 | Add a probe strength uniform for hero probes. | Jonathan "Geenz" Goodman | |
| On standard reflection probes this doesn't really do anything. DRTVWR-583 | |||
| 2023-08-29 | Merge branch 'DRTVWR-559' into DRTVWR-583 | Jonathan "Geenz" Goodman | |
| 2023-08-23 | Merge branch main (DRTVWR-582) into DRTVWR-567 | Andrey Kleshchev | |
| # Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorymodel.cpp # indra/newview/llinventoryobserver.cpp # indra/newview/llinventoryobserver.h # indra/newview/skins/default/xui/ja/floater_inventory_item_properties.xml | |||
| 2023-08-23 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
| 2023-08-22 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
| 2023-08-22 | SL-19842 WIP -- Move sky auto adjustment magic numbers to debug settings. | RunitaiLinden | |
| 2023-08-21 | SL-20145 New inventory feature notification | Andrey Kleshchev | |
| Pulled in relevant parts from SL-19929 | |||
| 2023-08-21 | Experiment with placement a bit when there's no drawable. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-08-21 | Further cleanup of the hero probe manager. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-08-18 | SL-19929 Small rework of a 'feature' notification | Andrey Kleshchev | |
| To make multiple parallel features possible | |||
| 2023-08-11 | SL-20024: Do not show material preview for no-modify materials | Cosmic Linden | |
| 2023-08-06 | Making more progress, need to add the heroprobe manager. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-07-31 | DRTVWR-559 remove extra debug logging of Capabilities tag | Brad Linden | |
| 2023-07-28 | SL-20094 Add "Select Reflection Probes" checkbox | RunitaiLinden | |
| 2023-07-28 | DRTVWR-559 Stop some light leak on spot shadows. | RunitaiLinden | |
| 2023-07-18 | Fix for irradiance breaking. | Jonathan "Geenz" Goodman | |
| Still need to fix the problem with individual faces getting tossed around though. Will work on that tomorrow. DRTVWR-583 | |||
| 2023-07-17 | Merge branch 'DRTVWR-559' into DRTVWR-583 | Jonathan "Geenz" Goodman | |
| 2023-07-17 | Got hero probes rendering from the camera. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-07-17 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
| 2023-07-17 | Merge branch 'main' (DRTVWR-580) into DRTVWR-567 | Andrey Kleshchev | |
| # Conflicts: # indra/llui/llfolderviewitem.cpp # indra/newview/llinventorymodel.cpp # indra/newview/llinventorymodelbackgroundfetch.cpp | |||
| 2023-07-17 | Merge branch 'main' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
| # Conflicts: # doc/contributions.txt # indra/llcommon/llerrorthread.cpp | |||
| 2023-07-12 | SL-19567: Add option RenderGlowNoise for low precision glow dithering, ↵ | Cosmic Linden | |
| enabled by default | |||
| 2023-07-12 | SL-19567: (WIP) Add options to use higher precision for glow and ↵ | Cosmic Linden | |
| post-process buffers. Disabled by default. | |||
