Age | Commit message (Collapse) | Author |
|
Fix incorrect diffuse handling in class1 softenLight from contrib.
|
|
|
|
is not selected.
|
|
the right
|
|
Take another pass at fixing up refraction map culling across render modes.
|
|
Adjust atmospheric lighting in frag shader.
|
|
Fix culling on Low+ water reflection pass.
Make Mid+ / High use class1 deferred sky again (no rainbows, but faster!).
Fix setting of cloud color for deferred sky/cloud shaders.
Put water reflections back in wrong colorspace for consistency with release.
|
|
Modify culling logic to exclude objects correctly in < Mid graphics.
|
|
(10625 guess).
|
|
Make fullbright alpha mask with mask cutoff == 0 not generate shadows.
Adjust handling of ambient across forward and deferred again.
|
|
More tweaking ambient light.
|
|
Use rotated lightnorm directly in water shader instead of forcing all shaders marked as water (including lighting) to get that norm
(where it would only affect Mid as only that graphics mode has atmospherics on but isn't using deferred rendering).
|
|
Use color channel for trees instead of shenanigans to get proper diffuse colors to shaders.
Remove fudge factors on density modifier in class1 sky.
|
|
left-clicking on the 'Sky Altitudes'
|
|
|
|
Force update of water fog color shader uniform to fix low/low+ application of water fog.
|
|
Nerf moisture and ice levels iff there's no sun or moon to generate light to refract.
|
|
Clamp fog distance multiplier to >= 0.05 and adjust min range on control as well.
Make sky shaders use dist mul consistently.
|
|
Fix handling of objects with object transparency by diffuse alpha mode none
and replace discard test to allow diffuse mode alpha blend objects to not falsely cast shadows.
|
|
Make culling ignore the geo from the spotlight rendering a shadowmap.
|
|
ship ritual.
|
|
|
|
Fix light atten and transmittance calcs breaking ambient color contrib to fog.
Needs to be tested on DRTSIM-415 or better to get legacy viewer settings that match EEP.
|
|
SL-11238, SL-11337
|
|
Tweak application of ambient in deferred soften light for class1/2
|
|
people leave these enabled and forget).
|
|
SL-11343
|
|
Make materials apply vertex color to both linear and srgb versions of diffuse color.
|
|
Fix callsites missed for func w/ changed signature.
|
|
SL-11337, SL-11221, SL-11339
|
|
|
|
Fix handling of ambient (was getting reset to 1,1,1,1 unintentionally).
Modify shaders to balance ambient across render modes again.
|
|
|
|
|
|
Make shadow alpha mask shader ignore vert alpha (if it mattered, it'd be blended anyway).
Modify deferred fullbrightF to use same handling of alpha masking as shadows for consistency (esp when mask cutoff == 0).
|
|
Limit banding from atmo exp falloff calc.
|
|
Put back atten for non-ALM lighting that accounts for inverted lin atten setup of yore.
|
|
Soften assert on non-finite data in LLCoordFrame until we can isolate conditions to repro the assert.
|
|
Modify ambient handling and forward projector lighting again to stamp out alpha fires.
|
|
|
|
|
|
|
|
Make tex cache not check size logic while performing validation.
|
|
|
|
Fix underwater water fog density modifier being used when not underwater.
|
|
|
|
Make underwater modifier not applied when not underwater.
|
|
Modify forward projector lighting to use falloff like the deferred lights.
Make tex cache not evaluate evictions for size during validation passes.
|
|
SL-11279 and SL-11273 fixes
|
|
|