Age | Commit message (Collapse) | Author |
|
New fix for 925/926 that doesn't cause 896 again.
Also linearize moon disc tex color.
|
|
--HG--
branch : OPEN-340
|
|
--HG--
branch : OPEN-340
|
|
--HG--
branch : OPEN-340
|
|
Given that mShaderObjects only ever expects one copy of a given shader object (leading to lots of "shaderV" and "shaderF"), it made having utility shaders a bit more difficult to incorporate.
This change makes sure the two are separated. Using this over a multimap largely for readibility.
Also, actually, you know, use this functionality.
--HG--
branch : OPEN-340
|
|
Still some work to go here. Largely related to how certain values (i.e., SSAO mix values) are supplied. But so far, so good.
--HG--
branch : OPEN-340
|
|
Fix falloff on projectors in forward rendering (different falloff calcs than deferred).
|
|
Make projector ambiance unshadowed in both forward and deferred for consistency.
|
|
forward rendering.
Add decls for intermediate lighting values for debug.
|
|
Fix deferred water soften prog lightnorm getting stomped with rotated lightnorm,
because it's a water shader and needs water atmo uniform values,
but it's a deferred lighting shader that needs not-so-rotated lightnorms.
Make sunlight_color not get auto-updated so we can get the correct value from mSunDiffuse.
Remove mix to preserve bumps as it was washing out shadows.
|
|
Fix directionality of da and preserve bumps on completely shadowed areas.
|
|
|
|
Clamp ambient to keep shadows dark.
Apply min with shadow value after we've pow'd by light gamma consistently between forward and deferred.
|
|
Clamp ambient contrib to get darker shadows.
New PCF sampling func.
|
|
Fix for BUG-226620
Approved-by: Graham Madarasz <graham@lindenlab.com>
|
|
--HG--
branch : BUG-226620
|
|
Fixes BUG-226620
--HG--
branch : BUG-226620
|
|
Make terrain *not* blend all the way to diffuse color for no reason.
|
|
Apply sRGB colorspace to deferred cloud output.
|
|
Juggle forced frag depths for moon/sun/stars/sky to get depth fighting with distant terrain...wait for it...sorted.
|
|
Fix trying to bind diffuse maps for shader without uniform in shadow shaders.
Clean up merge fail around mShaderLevel namechange.
|
|
|
|
Water plane rendering improvements
Approved-by: Graham Madarasz <graham@lindenlab.com>
|
|
|
|
This is more or less to achieve the non-ALM bloom behavior in most circumstances.
Why scale it? Normalized blinn-phong gets brighter the higher the specular exponent. As it stood, the old spec contribution was extremely bright despite looking "correct". This is largely eyeballed, but generally looks better for all light sources applied to the surface of the water.
|
|
The atomospherics were being applied both in the G-buffer and during the sun light pass. This ensures that is not the case.
Additionally, re-enable specular on the water plane, scale the bloom factor to something more reasonable, and also someone broke specular on emissive surfaces. That's fixed too now.
|
|
|
|
opt-in.
|
|
Add Geenz doings to the contribs list.
Fix per-frag atmospherics to use sRGB conversion.
Update ref to new KDU package.
|
|
Make moon brightness env setting affect moon diffuse/ambient color combo so it affects in-world lighting.
Adjust how the moon brightness affects the moon disc texture rendering (washes out less).
|
|
Replace old spot prio calc.
Replace fudge factors on light radius and falloff for deferred lights.
|
|
|
|
|
|
Make spot shadowing more consistent.
|
|
Rearrange ordering of scale down of light in class1 as well.
|
|
of atmosAffectDirectionalLight with sunlight_color that isn't updated correctly.
|
|
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.
|
|
Fix name of attenuation setter used.
Fix flipped light vec.
Make class3 lights use shadows on projector ambiance too.
|
|
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.
|
|
Fix the light_atten decsl for specular lighting too.
|
|
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.
|
|
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).
|
|
Remove shadow influence on ambient term causing inverted lighting in extreme setups.
|
|
Fix accum of shadow weights and handling of clipped areas in spot shadow sampling.
|
|
|
|
Fix reflection/distortion map culling planes again.
Fix broken handling of shadow disables in ALM forward shaders.
|
|
Fix up culling issues from perf work and fix Depth of Field rendering to get depth values properly.
Baseline for performance work.
|
|
|
|
Mods to improve alpha obj render performance.
Removes hacky fix for HUD elements getting atmospherics.
Re-orders rendering of glow to remove ~10ms/frame of shader re-re-rebinding.
Fix up default classes and basic shader loading (remove unused shared modules).
|
|
|