Age | Commit message (Collapse) | Author |
|
Make llvovolume submit completely transparent yet still glowy faces again.
|
|
Make fullbright alpha test use correct handling when mask cutoff == 0.
|
|
like non-ALM.
|
|
Take out angular atten on additive too.
|
|
Remove spec killing additive fix for 1491 to unbreak fog.
|
|
Convince Geenzo code to get a little DeMorgan in it.
Trophy Unlocked: make all alpha textures partcipate in picking.
|
|
Modify method for nerfing additive on terrain so it doesn't trip up deferred lighting and make light artifacts.
|
|
Make ALM use of non-ALM water rendering for refraction map light differently than non-ALM use of same.
|
|
Make underwater terrain shader mult vert lighting.
|
|
Remove update threshold logic causing hiccups and rework sky updates.
Make deferred water do double transport again to match non-ALM rendering more closely.
|
|
Modify env settings blender to not skip.
|
|
Make intel throttle the CPU with sleeps in all cases and fix calc of microsec frame time.
|
|
|
|
Nerf backfacing additive in ALM to prevent lens flares when facing away from sun.
Use hack in spec gbuffer alpha to nerf additive only on terrain (leaves additive glare for sunsets on water).
|
|
SL-11371
|
|
Remove the ugly band of fog color at the horizon in Low/Low+ entirely.
|
|
SL-9989
|
|
Remove use of distance multiplier from sky shaders (but leave in the atmospherics helpers).
|
|
|
|
|
|
|
|
|
|
|
|
Fix class2/windlight clouds.
|
|
Make class1 sky use pre-projection pos to get proper distances for attenuation.
Make all sky shaders use the dist_mul again.
Revert to using old sky tessellation logic (may regress bugs addressed by new tess code).
|
|
Make alpha pass start with no shader bound.
Make diffuse mode alpha-blended fullbrights get into alpha pass properly.
|
|
Make genDrawInfo pay more attention to faces with 100% transparency that are not invisiprims.
|
|
Fix alpha output of fullbright deferred materials objects.
|
|
Made pointLightF use correct colorspace as multiPoint already was.
|
|
Revert fix for SL_11406 causing regression of SL-11041
|
|
Remove ambiance handling from alpha and blended materials objects for now.
Still too many setups where they get blown out due to attenuation mismatches with deferred.
|
|
Move vert alpha multiply back before discard tests to fix object transparency only object shadow casting.
Very likely re-breaks SL_11051 making fullbright alpha mask objects not cast when they should (due to broken vertex alpha...).
|
|
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.
|