summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-07Revert "SL-19128: Cleanup"Cosmic Linden
This reverts commit baed7a64049901c6756180450da7692891bceb6f.
2023-03-07SL-19128: CleanupCosmic Linden
2023-03-07SL-19128: Fix adding material to face sometimes not respecting protectionsCosmic Linden
2023-03-07SL-19355 Irradiance rebalance (forgotten file)Dave Parks
2023-03-07SL-19355 Irradiance rebalance.Dave Parks
2023-03-07Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-07SL-19349 Fix for hang on bulk upload of materials, add bulk upload option to ↵Dave Parks
material selector, incidental decruft.
2023-03-06Merge pull request #112 from secondlife/SL-19345cosmic-linden
SL-19345: Fix Blinn-Phong faces missing transforms
2023-03-07INTL-483 Fixed PT translationAndrey Lihatskiy
2023-03-06SL-19345: Fix Blinn-Phong normspec materials not having texture transforms ↵Cosmic Linden
on their normal/specular textures
2023-03-06SL-19346 PERMISSION_DEBIT remove warning for Linden owned contentAndrey Kleshchev
2023-03-06Improved detail for llvertexbuffer attribute mask assertion failure in ↵Brad Linden
DRTVWR-559
2023-03-06Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-06DRTVWR-559 Return to MD5 for LLUUID operations. Existing LLUUID API ↵Dave Parks
implementations must not change, but may add "fast" variants where appropriate in the future.
2023-03-06Fix double copy of tangents array (#107)Rye Mutt
2023-03-06Fix hiding huds (#108)Rye Mutt
2023-03-04SL-15752 Reduce default graphical quality on machines with little memory (#105)akleshchev
2023-03-03Merge pull request #99 from secondlife/sl-18330-fixesnat-goodspeed
SL-18330: Address further code review comments
2023-03-03SL-17584 Better logging for setShaders crashesAndrey Kleshchev
2023-03-03Merge pull request #104 from secondlife/SL-19293cosmic-linden
SL-19293: Use Blinn-Phong texture transform as hint for texture animation direction on PBR materials
2023-03-03Merge pull request #100 from secondlife/SL-19294cosmic-linden
SL-19294: Fix Blinn-Phong texture transforms affecting PBR materials
2023-03-03SL-19336 Unload avatar and group icons from memory when not visible to ↵Rye Mutt
reduce memory pressure on extremely large friends lists
2023-03-02Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-02SL-19281 Post review cleanup.Dave Parks
2023-03-02SL-19293: Use Blinn-Phong texture transform as hint for texture animation ↵Cosmic Linden
direction on PBR materials
2023-03-03SL-19316 fix filter for GLTF materials on mac (#101)Maxim Nikolenko
2023-03-02SL-19294: Avoid unnecessary vertex buffer data in GLTF materialsCosmic Linden
2023-03-02SL-19281 Unify handling of haze and gamma between fullbright and not and ↵Dave Parks
move haze back to sRGB color space to stay consistent with sky colors. Also fix broken "roughness" stuck at 0.2.
2023-03-03SL-4126 Second Life messing up NVIDIA driversAndrey Kleshchev
Disable NvAPI by default
2023-03-03SL-19327 Disable crash reporting for Win7 (#102)akleshchev
Win7 is no longer supported and is below minimal requirements
2023-03-02SL-18330: Review and tweak LLTrace::PeriodicRecording indexingNat Goodspeed
per Leviathan code review.
2023-03-02SL-19294: Fix Blinn-Phong texture transforms affecting GLTF materialsCosmic Linden
2023-03-02SL-19317 fix for avatar attachment accountingMnikolenko Productengine
2023-03-01SL-18268 - merge fix for viewer update to read group chat historysimon
added missing app setting
2023-03-01SL-18330: Tweaks for Visual Studio buildsNat Goodspeed
2023-03-01SL-18330: Fix a narrowing conversion in LLSDSerialize::deserialize().Nat Goodspeed
2023-03-01SL-18330: Use recursive variadic llmax(), llmin()Nat Goodspeed
instead of having specific binary, ternary and quaternary overloads.
2023-03-01SL-18330: Use size_t max for LLTrace::PeriodicRecording methods.Nat Goodspeed
The num_periods arguments have all been changed to size_t, but the default argument values were still coded as S32_MAX. Change to std::numeric_limits<size_t>::max().
2023-03-01SL-18330: Use C++ standard types for llmd5, not local typedefs.Nat Goodspeed
Not only do the local typedefs make the code less readable, they also rely on assumptions about the implementation. The standard types are guaranteed by the C++ library implementation.
2023-02-28D580 Fix coding policy failuresAndrey Kleshchev
2023-02-28SL-19209 Add default text for region fieldAndrey Kleshchev
2023-02-28SL-19209 Switch MS Bing to MS Azure #3Andrey Kleshchev
2023-02-28SL-19209 WIP Switch MS Bing to MS Azure #2Andrey Kleshchev
2023-02-28SL-19209 WIP Switch MS Bing to MS AzureAndrey Kleshchev
2023-02-28Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-28SL-18435 Rename texture tab combo box items and change "PBR" label on ↵Dave Parks
material swatch to "Material"
2023-02-28Merge pull request #97 from secondlife/brad/DRTVWR-559Brad Linden
brad/drtvwr-559 mac shader and assert fixes
2023-02-28Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-28SL-19263 Tidy up the reflection probe warning modal and add a cancel button.Dave Parks
2023-02-28Merge pull request #96 from secondlife/SL-19729cosmic-linden
SL-19279: LLGLSLShader::bindXXX is not free. Pack the uniforms