summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-02SL-17706 Remove ability to disable deferred rendering and default PBR to on ↵Dave Parks
for mid and higher.
2022-08-02Merge branch 'SL-17762' of bitbucket.org:lindenlab/viewer into SL-17762Ptolemy
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-27Merged in SL-17826 (pull request #1077)Sabrina Shanman
SL-17826: Fix index out of bounds in mOwnership when drawing parcel lines Approved-by: Andrey Kleshchev Approved-by: Andrey Lihatskiy
2022-07-27SL-17831 Cut spammy log messageAndrey Kleshchev
2022-07-27SL-17762: PBR: Add support for spot lightsPtolemy
2022-07-27SL-17762: PBR: Add defines for spot light debuggingPtolemy
2022-07-27SL-17762: Cleanup dist_attenPtolemy
2022-07-27SL-17762: PBR: Fix falloffPtolemy
2022-07-27SL-17828 Crash at LLPolyMorphData::loadBinaryAndrey Kleshchev
These files are usually prepackaged with viewer, either all issues should lead to an error or all issues should use warns. I don't think it is a critical issue, so instead of crashing, printing out filename.
2022-07-27SL-17827 Crash at LLCamera::setViewHeightInPixelsAndrey Kleshchev
2022-07-26SL-17826: Fix index out of bounds in mOwnership when drawing parcel linesCosmic Linden
2022-07-26SL-17762: Cleanup: Move texture2DLodSpecular() to deferredUtil, remove ↵Ptolemy
redundant first arg
2022-07-26SL-17801: Don't let external code delete the raw pointer to the picking octreeCosmic Linden
2022-07-26SL-17801: Use raw array for mOctreeTriangles to avoid memory alignment ↵Cosmic Linden
issues, increasing risk of crashes during picking due to SIMD operations
2022-07-26SL-17762L PBR: Move texture2DLodDiffuse() to defferredUtilPtolemy
2022-07-22SL-17818 Crash at childrenHandleDragAndDropAndrey Kleshchev
2022-07-21SL-17762: PBR: Cleanup: Document specularRect for PBRPtolemy
2022-07-21SL-17762: Cleanup: Document channels in projectionMapPtolemy
2022-07-21SL-17762: PBR: Cleanup code, add clipProjectedLightVars()Ptolemy
2022-07-21SL-17762: PBR: Add debug flag to turn off regular output and color code ↵Ptolemy
point lights and spot lights
2022-07-22SL-17816 Crash trying to schedule audio decoding on shutdownAndrey Kleshchev
2022-07-22SL-17815 Crash at parcelLineFlagsAndrey Kleshchev
Col ended up negative
2022-07-21Merged in SL-17801 (pull request #1070)Sabrina Shanman
SL-17801: Add various safeguards to keep triangle indices count valid Approved-by: Andrey Lihatskiy
2022-07-22SL-17814 Crash at landmark's onCommitTextChangesAndrey Kleshchev
2022-07-21SL-17801: Add various safeguards to keep triangle indices count validCosmic Linden
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-20SL-17798 floater now allows 1024 texturesAndrey Kleshchev
2022-07-19SL-17640 Check account balance before uploadingAndrey Kleshchev
2022-07-18SL-17785 FIXED World Map scrolls too slowly when searching for a region.Mnikolenko Productengine
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