summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-02-08Make the UI conditional.Jonathan "Geenz" Goodman
2024-02-07Merge branch 'materials_featurette/mirrors' of ↵RunitaiLinden
https://github.com/secondlife/viewer into materials_featurette/mirrors
2024-02-07Merge branch 'release/materials_featurette' into materials_featurette/mirrorsRunitaiLinden
2024-02-07Merge branch 'materials_featurette/mirrors' into geenz/mirror-maskingJonathan "Geenz" Goodman
2024-02-06#677 Fix for mac buildRunitaiLinden
2024-02-06#740 Make sure we evaluate if the probe is a mirror probe or not.Jonathan "Geenz" Goodman
#682 Re-enable gaussian filtering, and reduce the mirror resolution back to 1024. Also just generally clean up the code a bit.
2024-02-06#679 Add mirror update params to the volume floater.Jonathan "Geenz" Goodman
#740 Add support for FLAG_MIRROR in the viewer for mirror probes.
2024-02-05#677 Add hero probes to blinn-phong surfacesRunitaiLinden
2024-02-05#677 Add mirror clipping to rigged shadersRunitaiLinden
2024-02-05#677 Add clipping to trees and alpha masked blinn-phongRunitaiLinden
2024-02-02#677 Move PBR mirror radiance mixing to reflectionProbeF so transparent PBR ↵RunitaiLinden
surfaces can be mirrors
2024-02-02#677 Fix terrain clipping and tweak hero probe mixing with radianceRunitaiLinden
2024-02-02#677 Fix clip plane glitching out at certain anglesRunitaiLinden
2024-02-01#677 Clip underwater.Jonathan "Geenz" Goodman
2024-02-01#677 More clipping fixes.Jonathan "Geenz" Goodman
2024-02-01Merge branch 'materials_featurette/mirrors' into geenz/mirror-depixelationJonathan "Geenz" Goodman
2024-02-01#684 Fix pixellation on mirrors regardless of mirror resolution.Jonathan "Geenz" Goodman
2024-02-01#677 WIP -- fix PBR and avatar mirror clipping.RunitaiLinden
2024-02-01#677 WIP -- Add clipping to alpha and pbr (not working on PBR for some reason)RunitaiLinden
2024-02-01Merge branch 'materials_featurette/mirrors' of ↵RunitaiLinden
https://github.com/secondlife/viewer into materials_featurette/mirrors
2024-02-01#677 WIP -- add mirror clipping to more shadersRunitaiLinden
2024-02-01#689 Fix for mirror stuttering.Jonathan "Geenz" Goodman
2024-02-01Merge pull request #710 from secondlife/vi-43cosmic-linden
Add PBR terrain normal gen feature flag
2024-02-01#677 Set mirror pass flag in llsettingsvoRunitaiLinden
2024-01-31#677 Some clipping WIPJonathan "Geenz" Goodman
2024-01-31secondlife/viewer-issues#43: Proof-of-concept PBR terrain normal gen feature ↵Cosmic Linden
flag. Final implementation would likely be very different.
2024-01-31secondlife/viewer-issues#43: Fix debug normals not rendering for terrainCosmic Linden
2024-01-30Merge pull request #703 from secondlife/release/gltf-maint2RunitaiLinden
Release/gltf maint2
2024-01-30Issue #696 RenderResolutionDivisor no longer worksAndrey Kleshchev
resizeScreenTexture works if gResizeScreenTexture is true or render target was resized
2024-01-29Merge branch 'release/materials_featurette' into materials_featurette/mirrorsJonathan "Geenz" Goodman
2024-01-26SL-20669 Fix missed uuidAndrey Kleshchev
2024-01-25Don't refetch textures for LLFetchedGLTFMaterial if presentCosmic Linden
2024-01-25Fix vertex color indexing in material previewCosmic Linden
2024-01-25Fix material preview sometimes not updating when transitioning from blank ↵Cosmic Linden
material to non-blank material
2024-01-25Review feedback: Remove static RenderLocalLightCount, as cached settings ↵Cosmic Linden
refresh has surprising performance cost
2024-01-24https://github.com/secondlife/viewer-issues/issues/36 Make sure we set the ↵Jonathan "Geenz" Goodman
mirror flag appropriately.
2024-01-24https://github.com/secondlife/viewer-issues/issues/23 Cleaning out some ↵Jonathan "Geenz" Goodman
unused code.
2024-01-24https://github.com/secondlife/viewer-issues/issues/23 Make the face ↵Jonathan "Geenz" Goodman
selection for mirrors actually reflect what it does
2024-01-24https://github.com/secondlife/viewer-issues/issues/23 Fix for merge up to ↵Jonathan "Geenz" Goodman
the featurettes branch, and reflection probes being "hazy"
2024-01-24https://github.com/secondlife/viewer/issues/671 Wire up the RenderMirrors ↵Jonathan "Geenz" Goodman
debug setting.
2024-01-24Merge remote-tracking branch 'origin/release/materials_featurette' into ↵Jonathan "Geenz" Goodman
DRTVWR-583
2024-01-24SL-20669 Force blank normal id into a local blank normal textureAndrey Kleshchev
Dataserver's version has compression artifacts
2024-01-24SL-20669 Move constants out of settings.xmlAndrey Kleshchev
UIImgInvisibleUUID doesn't exist Default normal for material is 'null'
2024-01-23Put PBR terrain behind feature flagCosmic Linden
2024-01-22Merge branch 'release/materials_featurette' of github.com:secondlife/viewer ↵Cosmic Linden
into DRTVWR-592
2024-01-22Build fix for issues/22Andrey Kleshchev
2024-01-22https://github.com/secondlife/viewer-issues/issues/22 partial build fixRunitaiLinden
2024-01-19SL-20606: Fix no material preview on OpenGL 3.2Cosmic Linden
2024-01-19SL-20606: Fix cached probe flags for material preview potentially exceeding ↵Cosmic Linden
storage bounds
2024-01-19SL-20606: Reuse vertex buffer between preview renders. Fix preview sometimes ↵Cosmic Linden
zoomed in too much. Miscellaneous cleanup