summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-02-07secondlife/viewer#711: Add more options to drop textures from terrain, not ↵Cosmic Linden
yet used
2024-02-07secondlife/viewer#711: More thoroughly clamp terrain PBR detailCosmic Linden
2024-02-07Merge pull request #751 from secondlife/davep/655cosmic-linden
#665 Make viewer respect MaxTextureResolution from SimulatorFeatures
2024-02-07secondlife/viewer#67: (debug) Add temporary setting to force-load PBR terrainCosmic Linden
2024-02-07#665 Make viewer respect MaxTextureResolution from SimulatorFeaturesRunitaiLinden
2024-02-01Merge pull request #710 from secondlife/vi-43cosmic-linden
Add PBR terrain normal gen feature flag
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-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/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
2024-01-19SL-20606: Full GLTF material preview. Works for most materials.Cosmic Linden
2024-01-19SL-20606: Remove unused strider gettersCosmic Linden
2024-01-19SL-20606: Add Tracy profile zone for LLViewerDynamicTexture::updateAllInstancesCosmic Linden
2024-01-19SL-20606: Refactor model matrix codeCosmic Linden
2024-01-19SL-20606: Make push GLTF single batch staticCosmic Linden
2024-01-19SL-20606: Remove unused LLRenderPass funcCosmic Linden
2024-01-19Merge branch 'release/materials_featurette' into DRTVWR-592RunitaiLinden
2024-01-19https://github.com/secondlife/viewer-issues/issues/21 Just use existing ↵RunitaiLinden
settings to block uploads larger than 1024.
2024-01-18Allow for upload of 2k textures (#652)RunitaiLinden
* SL-20760 Allow 2k texture uploads * SL-20760 Fix for textures not downloading.
2024-01-17https://github.com/secondlife/viewer-issues/issues/21 Add ↵RunitaiLinden
RenderMaxTextureResolution debug setting
2024-01-17SL-18429 Make it so auto adjusting legacy skies merely turns on tonemapping.RunitaiLinden
2024-01-16SL-20669 Material editor uses incorect blank normal mapsAndrey Kleshchev
2024-01-16Fix failure to optimize away alpha channel on some GLTF upload paths (#606)Rye Mutt
Co-authored-by: RunitaiLinden <davep@lindenlab.com>
2024-01-12Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601RunitaiLinden
2024-01-12DRTVWR-601 Fix for Tracy instrumentation (Tracy doesn't play nice with ↵RunitaiLinden
coroutines).
2024-01-12SL-20629 Fix Probe ambiance being displayed as 0 when it isn'tAndrey Kleshchev
And hide warning when it's already 0
2024-01-12SL-20629 Fix first opened legacy env displaying probe ambience as '1'Andrey Kleshchev
2024-01-10Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601RunitaiLinden
2024-01-10SL-20704 Fix for pathfinding debug display not working.RunitaiLinden
2024-01-10SL-19555 Fix picker failing to highlight default material in inventoryAndrey Kleshchev
2024-01-09SL-20780 Clean up some dead code.RunitaiLinden