summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-28SL-18233 Double clicking material in an object shows notecardAndrey Kleshchev
2022-09-28SL-18249 Optimizations to mesh and material loadingAndrey 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-28Fix small bug in unavail skin info processingRye Mutt
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-27Optimize away many string copies in mesh header processing with boost ↵Rye Mutt
iostream array adapters
2022-09-27Optimize mesh queue processing on main thread to reduce mutex contentionRye Mutt
2022-09-27Add proper retry support to skin info fetchRye Mutt
2022-09-27Optimize away gObjectList finds during mesh loadRye Mutt
2022-09-27Optimize away constant map finds in getSkinInfo by caching mesh skin into in ↵Rye Mutt
vovolume
2022-09-27Replaced usage of LLVolumeParams as map key in meshrepo with the mesh uuidRye Mutt
2022-09-27Optimize mesh header size and data access throughout meshrepoRye Mutt
2022-09-27Utilize pointer based unzip_llsd and unpackVolumeFaces in meshrepo and ↵Rye Mutt
materialmgr
2022-09-27Introduce a U8* based interface to unzip_llsd and unpackVolumeFacesRye Mutt
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)
2022-09-20SL-18190 Enable OpenGL core profile on OS X by defaultDave Parks