summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2022-08-06SL-17888 Clamp some gltf material valuesAndrey Kleshchev
2022-08-05Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-08-05SL-17870 Nudge PBR material textures so they start downloading. (and add ↵Dave Parks
missing validation code for reflection probes network data).
2022-08-05Fixed tools floater dimentions after mergeAndrey Kleshchev
2022-08-04Increment Materials Viewr version to 7.0.0 after merge with 6.6.3 releaseBrad Kittenbrink
2022-08-04Merge remote-tracking branch 'origin/master' into DRTVWR-559Brad Kittenbrink
2022-08-04Merge branch master (DRTVWR-561) into DRTVWR-483Andrey Kleshchev
2022-08-03Increment viewer version to 6.6.3Nat Goodspeed
following promotion of DRTVWR-561
2022-08-03SL-17706 Deprecate RenderGamma and RenderFogRatio and remove dead UI from ↵Dave Parks
graphics preferences.
2022-08-03Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-08-03SL-17706 Deprecate avatar cloth and remove dead UI from graphics preferences.Dave Parks
2022-08-02Merge branch 'SL-17763_ems_fix' into DRTVWR-559Ptolemy
2022-08-02Merge branch 'SL-17762' into DRTVWR-559Ptolemy
2022-08-02SL-17763: PBR: Add more BRDF debug outputsPtolemy
2022-08-02SL-17763: PBR: Fix ems calculationPtolemy
2022-08-02Fix for: SL-17888 ORM (Occlusion, Roughness, Metal) all should be clamped ↵Callum Linden
between 0.0 and 1.0
2022-08-02SL-17706 Remove ability to disable deferred rendering and default PBR to on ↵Dave Parks
for mid and higher.
2022-08-02SL-17762: PBR: Add support for spot lightsPtolemy
2022-08-02SL-17762: PBR: Add defines for spot light debuggingPtolemy
2022-08-02SL-17762: Cleanup dist_attenPtolemy
2022-08-02SL-17762: PBR: Fix falloffPtolemy
2022-08-02SL-17762: Cleanup: Move texture2DLodSpecular() to deferredUtil, remove ↵Ptolemy
redundant first arg
2022-08-02SL-17762L PBR: Move texture2DLodDiffuse() to defferredUtilPtolemy
2022-08-02SL-17762: PBR: Cleanup: Document specularRect for PBRPtolemy
2022-08-02SL-17762: Cleanup: Document channels in projectionMapPtolemy
2022-08-02SL-17762: PBR: Cleanup code, add clipProjectedLightVars()Ptolemy
2022-08-02SL-17762: PBR: Add debug flag to turn off regular output and color code ↵Ptolemy
point lights and spot lights
2022-08-02SL-17653 Fix live material preview not workingAndrey Kleshchev
Material was immediately dropped due to not having an id. This is a placeholder untill build floater gets a proper way to select materials.
2022-07-29DRTVWR-559: Revert "Revert "Fix minor Mac build issues.""Nat Goodspeed
Try to reapply the original commit in such a way that it can be pushed. This reverts commit eaebe8fe70985f6d25cf883867f19617164ead81.
2022-07-29DRTVWR-559: Revert "Fix minor Mac build issues."Nat Goodspeed
Somehow this commit got into my local repository without showing up as a new commit relative to bitbucket. Try double-reverting it. This is the first one. This reverts commit 7772b5639a9bae2c4fbbcd2575355404c4bdca55.
2022-07-20SL-17690 Uploaded material asset references wrong texture UUIDsAndrey Kleshchev
Upload textures first, then get ids and upload material on callback
2022-07-19SL-17640 Check account balance before uploadingAndrey Kleshchev
2022-07-15SL-17702: PBR: Add PBR materials to point light shadersPtolemy
2022-07-15SL-17702: PBR: Cleanup light shaders to use calcHalfVectors, remove da ↵Ptolemy
alias, and unused sa
2022-07-15SL-17702: Document .w and .a point lights arrayPtolemy
2022-07-15SL-17702: PBR: Stub in light attenuationPtolemy
2022-07-15DRTVWR-559: Cleanup class1 pointLightFPtolemy
2022-07-14SL-17702: PBR: First pass point lightsPtolemy
2022-07-14Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559Ptolemy
2022-07-14SL-17765: PBR: Add emissiveRect to class3 light shadersPtolemy
2022-07-14SL-17764: PBR: Add light shaders to class 3 deferredPtolemy
2022-07-14DRTVWR-559 fix mac build againBrad Kittenbrink
2022-07-14SL-17773 Properly reset buttonsAndrey Kleshchev
2022-07-14SL-17773 Discard changes clears notes instead of setting previous versionAndrey Kleshchev
2022-07-13SL-17772 Crash and a memory leak in LLPanelInventoryListItemBaseAndrey Kleshchev
1. text_params, not text_aprams, due to this viewer was reusing same params and failing to create mTitleCtrl 2. All ctrls should be owned.
2022-07-13Merged in SL-17691 (pull request #1054)Sabrina Shanman
SL-17691: Color changes on objects cause octree rebuilds Approved-by: Andrey Lihatskiy
2022-07-12SL-17691: Consolidate calls to onDrawableUpdateFromServer to reduce false ↵Cosmic Linden
positives, change mServerDrawableUpdateCount from U64->U32
2022-07-12SL-17691: Make objects active if there are too many material updates from ↵Cosmic Linden
the server
2022-07-13SL-17760 Crash at LLFolderViewItem::refresh(318)Andrey Kleshchev
and at LLFolderViewItem::postBuild for LLConversationViewParticipant
2022-07-12SL-17759 Crash at LLProgressBar::drawAndrey Kleshchev
mImageBar and mImageFill are specified as optional