summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2022-11-30SL-18154 WIP -- CPU sampling (AMD uProf) profile guided optimizations to ↵Dave Parks
reduce CPU usage of background threads.
2022-11-30Merge remote-tracking branch 'origin/DRTVWR-559' into DRTVWR-559Brad Kittenbrink
2022-11-30Merge pull request #16 from secondlife/SL-18732cosmic-linden
Sl 18732: Fix responsiveness of GLTF texture transform controls in build floater
2022-11-29SL-18732: Fix clang build errorCosmic Linden
2022-11-29SL-18732: Review feedbackCosmic Linden
2022-11-29SL-18732: Pass material list callbacks by referenceCosmic Linden
2022-11-29SL-18732: Use override update callback for LLMaterialEditor::updateLive as wellCosmic Linden
2022-11-29SL-18727 Save material to Inventoryshould prioritize picked faceAndrey Kleshchev
2022-11-29SL-18732: Fix texture transform controls not updating when switching which ↵Cosmic Linden
texture to edit
2022-11-29SL-18732: Fix flickering of control values when changing GLTF texture ↵Cosmic Linden
transforms in build floater
2022-11-29SL-12069 Backed out changeset: 544a91982eba (#13)akleshchev
Originally a fix for MAINT-4773/SL-5842 (transparent alpha being white). Reverting due to a critical flaw of the fix replacing material (sometimes server side included). And ignoring user and script input in some cases that makes scripts misbehave. Viewer should Not modify existing content of own volition.
2022-11-29Fix environment/moonV.glsl attribute usage after DRTVWR-528 mergeBrad Kittenbrink
2022-11-29Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2022-11-29SL-18682 WIP -- Clear BOOST_SELECTED as needed. GL 3.2 compatibility pass. ↵Dave Parks
Fix for stack underflow when reflection probes disabled.
2022-11-29SL-18682 WIP -- Add debug settings that aid in emulating low end hardware.Dave Parks
2022-11-28Merge remote-tracking branch 'origin/DRTVWR-528' into DRTVWR-559Brad Kittenbrink
2022-11-28Merge remote-tracking branch 'origin/main' into DRTVWR-528Brad Kittenbrink
2022-11-28SL-18362 FIXED Login screen is black on MacMaxim Nikolenko
2022-11-28SL-18718 Crash at LLEventPump::listen and connection issuesAndrey Kleshchev
Cleaner reinit and termination.
2022-11-24SL-18708 Shutdown crash at renderHeavenlyBodiesAndrey Kleshchev
2022-11-24SL-18701 llsd is not thread safe, parse it before usingAndrey Kleshchev
2022-11-22SL-18700 Fix for shiny fullbright objects not rendering.Dave Parks
2022-11-22SL-18697 Fix for particle textures not loading.Dave Parks
2022-11-22SL-18683 Fix for corruption on alpha blended PBR materials.Dave Parks
2022-11-22SL-18678 Fix for Greg et al being too shiny (legacy materials in general ↵Dave Parks
being busted).
2022-11-22SL-18565 Prevent texture fetch crash on second login attemptAndrey Kleshchev
2022-11-21SL-18565 restoreGL should re-add bumpmapsAndrey Kleshchev
2022-11-20Fix for SSAO not behaving properly.Geenz Linden
SL-18662
2022-11-18SL-18677 Disable materials UI when materials caps are not availableAndrey Kleshchev
2022-11-18SL-18668 Only object id is strictly requiredAndrey Kleshchev
2022-11-18Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-11-18SL-18669 Fix for broken lighting on transparent faces. Optimize handling of ↵Dave Parks
"bindDeferredShader" and shadow map setup.
2022-11-18SL-18666 Allow tabbing between fields in Material editor floaterAndrey Kleshchev
2022-11-18SL-18668 Don't call makeMap from callbackAndrey Kleshchev
2022-11-17SL-18154 Profile guided optimizations -- remove some unneeded operations and ↵Dave Parks
make LLDrawPoolMaterials less branchy.
2022-11-16Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-11-16SL-18648 Simplify permission testingAndrey Kleshchev
2022-11-16Merged in SL-18632 (pull request #1199)Sabrina Shanman
SL-18632: Implement editing GLTF material texture transforms in build floater
2022-11-16SL-17699 Fixed drag and drop into material pickerAndrey Kleshchev
2022-11-16SL-18648 Material editor should only allow full-perm texturesAndrey Kleshchev
2022-11-16Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-11-16SL-18154 Profile guided optimizations vs release viewer. Trim some unused ↵Dave Parks
abilities and remove some more fast timers.
2022-11-16SL-18632: Un-hide planar align options when editing GLTF textures in build ↵Cosmic Linden
floater
2022-11-16A few tweaks to SSR while I'm in the neighborhood.Geenz
Mostly just making it actually kind of work. Still needs a lot more tweaking - but can revisit later. SL-18332
2022-11-15SL-18632: Implement editing GLTF material texture transforms in build floaterCosmic Linden
2022-11-15SL-18458 VOCache cleanup region_handle message encoding.Brad Kittenbrink
Really wish there were a native way to send S64/U64 values in llsd.
2022-11-14Merged in SL-18634 (pull request #1198)Sabrina Shanman
SL-18634: Fix GLTF material texture transform not serializing when texture ID is null
2022-11-14SL-18634: Fix GLTF material texture transform not serializing when texture ↵Cosmic Linden
ID is null
2022-11-14SL-18637 Reverted material shader changesAndrey Lihatskiy
original fix by Beq Janus
2022-11-14Merged in SL-18627 (pull request #1193)Sabrina Shanman
SL-18627: Make space for pbr transform controls in build floater and disable some WIP controls Approved-by: Andrey Kleshchev