summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-10Fix broken merge and BOOL/bool issuesAnsariel
2024-05-07Merge pull request #1421 from secondlife/DRTVWR-600-maint-ADave Parks
Drtvwr 600 maint a
2024-05-07secondlife/viewer#1333 BOOL to bool conversion leftovers: ternariesAlexander Gavriliuk
2024-05-07openal @rpath fixAndrey Lihatskiy
2024-05-07viewer#799 Account for renderTargetAndrey Kleshchev
2024-05-07viewer#799 Account for reflection probes' memoryAndrey Kleshchev
2024-05-07viewer#799 getAvailableVRAMMegabytes cleanupAndrey Kleshchev
2024-05-06Merge remote-tracking branch 'origin/main' into project/gltf_developmentBrad Linden
2024-05-06Merge pull request #1413 from secondlife/gltf-dev-maint-a-mergeBrad Linden
Merge Maint A to development
2024-05-06BOOL to boolRunitaiLinden
2024-05-06Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵RunitaiLinden
gltf-dev-maint-a-merge
2024-05-03Merge pull request #1399 from secondlife/release/materials_featuretteDave Parks
#1382 Fix for scrubbing occlusion channel of ORM map (#1383)
2024-05-02Merge pull request #1391 from secondlife/with-testsnat-goodspeed
Turn on LL_TESTS for CI builds.
2024-05-02Merge pull request #1389 from secondlife/brad/fix-gltfmaterial-testsnat-goodspeed
brad/fix gltfmaterial tests
2024-05-02Update LLGLTFMaterial tests for changes introduced in SL-20523Brad Linden
also correct member packing to match server side
2024-05-02Merge pull request #1371 from secondlife/1357-gltf-asset-prototypecosmic-linden
#1357 GLTF Export Prototype
2024-05-02Merge branch 'project/gltf_development' into 1357-gltf-asset-prototypeRunitaiLinden
2024-05-02#1354 Make coroutines use LLCoros::Mutex instead of LLMutex (#1356)RunitaiLinden
* #1354 Make coroutines use LLCoros::Mutex instead of LLMutex * #1354 Fix some more unsafe coroutine executions. * #1354 Implement changes requested by Nat
2024-05-02Merge pull request #1376 from secondlife/project/channel_by_branchVir Linden
Project/channel by branch
2024-05-02Update build.yamlVir Linden
2024-05-02Update build.yamlVir Linden
2024-05-02Turn on LL_TESTS for CI builds.Nat Goodspeed
2024-05-01#1382 Fix for scrubbing occlusion channel of ORM map (#1383)RunitaiLinden
2024-05-01trim trailing whitespaceVir Linden
2024-05-01set viewer channel from branchVir Linden
2024-05-01Merge branch 'main' into project/channel_by_branchVir Linden
2024-05-01#1357 Preserve asset "extras" and switch to std::shared_ptr for referencing ↵RunitaiLinden
Asset from LLViewerObject to cut down rebuild time
2024-04-30#1357 Proof of concept on decomposing a GLTF scene into its component partsRunitaiLinden
2024-04-30Fix for SL-20652 shadows on mac breaking alpha blended objects. (#1264)Brad Linden
* Fix for SL-20652 shadows on mac breaking alpha blended objects. fix secondlife/jira-archive-internal#71030 * clean up surrounding indentation * Skip unnecessary casting * Clean up LLGLSLShader::sIndexedTextureChannels usage and improve fix for SL-20652
2024-04-30Fix for black moon. (#1369)RunitaiLinden
2024-04-30Merge pull request #1341 from secondlife/vp-230cosmic-linden
secondlife/viewer-private#230: Amend terrain loading test plan
2024-04-30#1357 GLTF Export PrototypeRunitaiLinden
2024-04-30Update terrain_loading.mdDan Linden
Add more details to Behavior overview.
2024-04-29#886 Fix for crash in LLBumpImageList when connecting to a simulator with ↵RunitaiLinden
different feature flags (#1345)
2024-04-28secondlife/viewer#1331 The animation with null id is attempted to fetchAlexander Gavriliuk
2024-04-26secondlife/viewer-private#230: Amend terrain loading test planCosmic Linden
2024-04-26#1325 Fix for GLTF overrides sometimes not showing up. (#1340)RunitaiLinden
2024-04-26Merge pull request #1337 from secondlife/v-1184cosmic-linden
Cached minimap textures still using extra memory/loading still not reliable
2024-04-26secondlife/viewer#1184: Remove logspamCosmic Linden
2024-04-25secondlife/viewer#1184: Fix mac buildCosmic Linden
2024-04-25secondlife/viewer#1184: Discourage use of forceToRefetchTextureCosmic Linden
2024-04-25secondlife/viewer#1184: Use more robust/memory-friendly setLoadedCallback ↵Cosmic Linden
for minimap gen. Fix some emissive maps.
2024-04-25Adapt llimageworker_test for updated virtual method API.Nat Goodspeed
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf)
2024-04-24Merge pull request #1323 from secondlife/mainVir Linden
Update from main
2024-04-24Fix BOOL vs bool issues after mergeAnsariel
2024-04-24Merge pull request #1316 from secondlife/marchcat/a-mergeAndrey Lihatskiy
Release (Maint YZ) -> Maint A merge
2024-04-24Merge remote-tracking branch 'origin/main' into release/materials_featuretteBrad Linden
2024-04-24Merge branch 'main' into marchcat/a-mergeAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llimage/llimage.cpp # indra/llui/llsearcheditor.cpp # indra/llui/llview.cpp # indra/newview/llagent.cpp # indra/newview/llappviewer.cpp # indra/newview/llfloatercamera.cpp # indra/newview/llfloatereditsky.cpp # indra/newview/llfloatereditwater.cpp # indra/newview/llinventoryfunctions.cpp # indra/newview/lloutfitgallery.cpp # indra/newview/lloutfitslist.cpp # indra/newview/llpanelgroupbulkban.cpp # indra/newview/llsidepanelappearance.cpp # indra/newview/llvovolume.cpp
2024-04-241285 GLTF Animation PrototypeRunitaiLinden
2024-04-24Increment viewer version to 7.1.7Nat Goodspeed
following promotion of secondlife/viewer #736