summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-29SL-18190 End of linear space odyssey -- just eat the conversions in ↵Dave Parks
atmosphericsFuncsF for sunlight and additive, but leave linear ambient in tact.
2022-09-29Better fix for DRTVWR-559 mac build breakageBrad Kittenbrink
2022-09-29fix for mac build breakage DRTVWR-559Brad Kittenbrink
2022-09-29SL-17653 Small change in material loading orderAndrey Kleshchev
2022-09-29SL-17653 Multi-material file support for local materialsAndrey Kleshchev
2022-09-29Fix coding policy failure for DRTVWR-559Brad Kittenbrink
2022-09-29SL-18190 Fix for haze color being completely wrong (now it's just half wrong).Dave Parks
2022-09-28SL-18190 Prune srgb_to_linear from atmosphericsFuncs.glslDave Parks
2022-09-28SL-18190 Parity with release viewer when reflections are disabled.Dave Parks
2022-09-28Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-28SL-18190 WIP - Linear space atmospherics take 2Dave Parks
2022-09-28SL-18233 Fixed editor not udpating after saving material from task inventoryAndrey Kleshchev
2022-09-28SL-18233 Double clicking material in an object shows notecardAndrey Kleshchev
2022-09-28SL-18240 Don't disable HUD media when "Obscure MOAP" is active on landMnikolenko Productengine
2022-09-28SL-18240 Don't disable HUD media when "Obscure MOAP" is active on landMnikolenko Productengine
2022-09-28SL-18190 Remove some (likely) superfluous color space conversionsDave Parks
2022-09-27SL-18190 Missed magic number.Dave Parks
2022-09-27Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-27SL-18190 WIP -- Take 2 on linear space windlight (more methodical approach ↵Dave Parks
-- make desired interface but brute force color conversions). Placeholder PBR water and move to deprecate forward rendering shaders.
2022-09-27SL-17999 Material with limited permissions should be copied to object's ↵Andrey Kleshchev
inventory
2022-09-27SL-17640 Support loading materials from multi-material filesAndrey Kleshchev
2022-09-26SL-18190 Use bindDeferredShader in alpha pool. Don't redundantly apply ao ↵Dave Parks
to irradiance.
2022-09-26Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-26SL-18190 WIP - Whoopsie from last commitDave Parks
2022-09-26SL-18190 WIP - Windlight to linear space proof of concept, better parity ↵Dave Parks
between release viewer and materials viewer when reflections disabled. Avoid run-away probe ambiance.
2022-09-26SL-17640 Material editor permissions supportAndrey Kleshchev
2022-09-23SL-18190 Reduce banding - tweak noise function.Dave Parks
2022-09-23SL-18190 Reduce banding - experiment with RGB16F reflection probesDave Parks
2022-09-23SL-18190 Reduce banding.Dave Parks
2022-09-23SL-18156 Cleanup of MikktSpace integration, apply MikktSpace tangents to all ↵Dave Parks
meshes.
2022-09-23SL-18134 Rename Albedo to Base Color to be more consistent with GLTF specDave Parks
2022-09-23SL-18120 Fix for specular color of legacy materials tinting environment ↵Dave Parks
reflections from "environment" intensity.
2022-09-22SL-18190 Fix for texture animation not working on opaque PBR materials.Dave Parks
2022-09-22Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-22SL-17705 Backwards compatibility pass. Support OpenGL pre-4.0 by disabling ↵Dave Parks
reflection probes and anti-aliasing. Get render parity with current release viewer when reflection probes are disabled.
2022-09-23SL-18221 Water texture does not load after clearing cacheAndrey Kleshchev
Water texture should load only after having caps. Prefetch textures should load only after having caps. Prefetch list is now per grid
2022-09-22SL-18001 Fix LLMaterialEditor::applyToSelection()Andrey Kleshchev
2022-09-22Merge remote-tracking branch 'origin/SL-18119' into DRTVWR-548-maint-NAndrey Lihatskiy
2022-09-22SL-18119 - log group join, object add or rezBrad Payne (Vir Linden)
2022-09-22SL-17999 'copy' functionality for 'features' and 'texture' tabsAndrey Kleshchev
And a fix to prevent message spam
2022-09-21SL-18119 - bug fixBrad Payne (Vir Linden)
2022-09-21SL-18119 - more ViewerStats logs for NUXBrad Payne (Vir Linden)
2022-09-21SL-17628 Add viewer sided max attachment distance to position fieldsAndrey Kleshchev
2022-09-21Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-21SL-18190 Fix for fullbright alpha blended legacy materials appearing in ↵Dave Parks
wrong color space
2022-09-21SL-18187 Resolve Win32 failures due to missing mikktspaceAndrey Kleshchev
2022-09-20Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-09-20SL-18190 Reduce banding (stay in linear space as much as possible, increase ↵Dave Parks
precision of reflection probes). Faster radiance and irradiance map generation.
2022-09-20Merged in SL-18001 (pull request #1137)Sabrina Shanman
SL-18001: Update GLTF material when receiving LLRenderMaterialParams on updated object Approved-by: Brad Kittenbrink
2022-09-20SL-18119 - logCommand() for friend operationsBrad Payne (Vir Linden)