summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-27Merged in maxim_productengine/viewer-eep (pull request #312)Rider Linden
SL-10818 FIXED [EEP] Wrong selection when keyframes are close together Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com>
2019-03-27Fix projector falloff and attenuation handling.Graham Linden
2019-03-27SL-10818 FIXED [EEP] Wrong selection when keyframes are close togethermaxim_productengine
2019-03-26Remove remaining 0.5/1.5 fudge factors on lighting radius/falloff params.Graham Linden
Make moonlight darker and slightly bluish for scotopic feel when moon is primary.
2019-03-26Modify spotlight prio calc to more stable version.Graham Linden
2019-03-26Fix unused var warn-error for Clang.Graham Linden
2019-03-26More consistent lighting across ALM/non-ALM/deferred/forward rendering.Graham Linden
2019-03-26Make whether the sun or moon is primary part of llrender light state so we ↵Graham Linden
can set uniforms for shaders along with other light params. Fix atten calcs to not use abs val.
2019-03-25Add clamp to keep speccolor non-negative.Graham Linden
Make spot shadowing more consistent.
2019-03-22Fix class1/2 light sum loops to use light_diffuse[0] for sunlight_color too.Graham Linden
Rearrange ordering of scale down of light in class1 as well.
2019-03-22Make class3 light sum loop use light_diffuse[0] for sunlight_color instead ↵Graham Linden
of atmosAffectDirectionalLight with sunlight_color that isn't updated correctly.
2019-03-21SL-10751Graham Linden
Fix skydome VB generation to cover entire range of phi (give sky pants). Add shader code to fade out clouds to simulate old look at altitude.
2019-03-20SL-10449Graham Linden
Fix name of attenuation setter used. Fix flipped light vec. Make class3 lights use shadows on projector ambiance too.
2019-03-20SL-10449Graham Linden
Make setting ALM from Mid through High graphics possible on OSX by fixing link error from softenLight shader. Set values to the atmos attenuation and additive color varyings to avoid warnerror from OSX GLSL compiler/linker.
2019-03-20Merged in graham_linden/viewer-eep-fixes (pull request #305)Rider Linden
SL-10764, SL-10768. SL-10763
2019-03-19SL-10763Graham Linden
Fix broken logic for alpha drawpool when rendering with basic shaders off. Force unbind of 2nd tex unit that we use during water rendering.
2019-03-19SL-10764Graham Linden
Fix the light_atten decsl for specular lighting too.
2019-03-19SL-10764Graham Linden
Fix lighting issues when using shaders, but not ALM. Shader code cleanup (remove do nothing functions only in one file). Fix obsolete comment to refer to correct storage for projector ambiance.
2019-03-18Pull in a change to Dullahan that allows user to specify flag that lets ↵callum@gmail.com
video/audio autoplay like it did before Chrome 70? (Dullahan v1.1.1320). Also sets a flag in media plugin CEF code to change the settings from false (default) to true
2019-03-19SL-10773: Logic was reversed. Test for mCurrentEvenriont missingRider Linden
2019-03-18MergeGraham Linden
2019-03-15MergeRider Linden
2019-03-15Pull in updated Dullahan (1.1.1313) with a fix for the DullahanHelper.app ↵callum@gmail.com
icon appearing in the Apple Dock
2019-03-15Make alpha drawpool optimizations an opt-in render debug setting for the ↵Graham Linden
adventurous.
2019-03-15Disable optimizations to batch fullbright and emissive draws together to ↵Graham Linden
minimize GL blend state changes.
2019-03-15Restore optimizations for fullbright/emissives with changes to fix lighting ↵Graham Linden
breakage when they're in play.
2019-03-15MergeGraham Linden
2019-03-15SL-10743, SL-10744Graham Linden
Don't step on SUNLIGHT_COLOR uniform w/ syncLightState competing set. Put drawpool alpha render loop lighting setup changes as they were (this will give back some performance and possibly require reopening 10566).
2019-03-15SL-10672 Fixed Sun transitioned to image from previous keyframeandreykproductengine
2019-03-14MergeRider Linden
2019-03-14MergeRider Linden
2019-03-14Remove unused cloud shadow shader var for Clang.Graham Linden
2019-03-13Put back test diff from viewer-release that should be.Graham Linden
2019-03-13Further tab restoration and whitespace delta minimization.Graham Linden
2019-03-13SL-10741Graham Linden
Remove shadow influence on ambient term causing inverted lighting in extreme setups.
2019-03-13Mods to make merge with viewer-release have less whitespace-only change and ↵Graham Linden
fix diffs between EEP and VR.
2019-03-12Pull in Dullahan 1.1.1309 with fix for macOS versioncallum@gmail.com
2019-03-12More tab restoration.Graham Linden
Also fix ref to removed extra GLSL link module. 'warn-on-failure:no-tabs'
2019-03-12Tab restoration project.Graham Linden
'warn-on-failure:no-tabs'
2019-03-12SL-10732Graham Linden
Fix accum of shadow weights and handling of clipped areas in spot shadow sampling.
2019-03-08Runtime files required by CEF changed in this version of CEF. We add them to ↵callum_linden
the cef-bin and dullahan 3p packages but they were not copied to the right place - now they are
2019-03-08Pick up new version of Dullahan (1.1.1301) that doesn't crash because size ↵callum@gmail.com
change for browser surface was initiated too early
2019-03-08pull in updated 3p-cef-bin package: CEF 3.3626.1895.g7001d56 (Chromium ↵callum@gmail.com
72.0.3626.121) with fix for CVE-2019-5786
2019-03-08Fix tabs.Graham Linden
2019-03-08MergeGraham Linden
2019-03-07MergeRider Linden
2019-03-07SL-10700: If a track is empty show the name of the track used below it. If ↵Rider Linden
all tracks are empty for a parcel are empty report thath it uses region settings.
2019-03-07Fix tabs.Graham Linden
2019-03-07SL-10421Graham Linden
Add pointer checks to possibly avoid bugsplat autoreported crash.
2019-03-07Merged in graham_linden/viewer-eep-fixes (pull request #298)Rider Linden
SL-10618, SL-10698