summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-08Fix materials content being emissive when it should not.Graham Linden
2019-07-08Make dyn tex updates happen during display startup again (didn't help 10625 ↵Graham Linden
anyway).
2019-07-08Roll back 10625 change and continue to side-step intel readback bug.Graham Linden
2019-07-08SL-10625Graham Linden
Appease Clang.
2019-07-08SL-11540Graham Linden
Make class1/environment and class1/deferred water match.
2019-07-08SL-10625 another shot across the bowGraham Linden
Move dynamic texture update (which does local back readback work) to just before swap which may keep the Intel driver from tripping on its own shoelaces and is also subjectively faster for bakes.
2019-07-05SL-11552Graham Linden
Fix materialF including debug force to linear color and re-add logic to stomp emissiveness when normals are not present unless explicitly requested via diffuse alpha mode.
2019-07-03SL-11545, SL-11543, SL-10625Graham Linden
Fix emissives without normal maps clobbering the alpha output in materialF. Modify glow size calc to get close to pre-EEP sun glow behavior (may require sky vert settings >= mid). Make bake ignore alpha readback for Intel until we can determine why their drivers now go boom.
2019-07-02SL-11533Graham Linden
Make alpha shader include vertex color modulation in both srgb and linear flavors.
2019-07-01SL-11521, SL-10625Graham Linden
Try aligning data used for glReadPixels to see if we can coax the Intel driver stack into being a less souciant pile of detritus. Replace face color based test replaced with other logic in error.
2019-07-01SL-11427Graham Linden
Fixed downscaling of the refscale passed in from WL in the water shader.
2019-06-28SL-11519Graham Linden
Make refraction map include objects for all reflection detail levels.
2019-06-28SL-11521Graham Linden
Make llvovolume submit completely transparent yet still glowy faces again.
2019-06-28SL-11381Graham Linden
Make fullbright alpha test use correct handling when mask cutoff == 0.
2019-06-28Modify water blend between refl and refr maps to preserve sunset colors more ↵Graham Linden
like non-ALM.
2019-06-28SL-9928Graham Linden
Take out angular atten on additive too.
2019-06-28SL-9928Graham Linden
Remove spec killing additive fix for 1491 to unbreak fog.
2019-06-28SL-11514Graham Linden
Convince Geenzo code to get a little DeMorgan in it. Trophy Unlocked: make all alpha textures partcipate in picking.
2019-06-27SL-11512Graham Linden
Modify method for nerfing additive on terrain so it doesn't trip up deferred lighting and make light artifacts.
2019-06-27SL-11503 take twoGraham Linden
Make ALM use of non-ALM water rendering for refraction map light differently than non-ALM use of same.
2019-06-27SL-11503Graham Linden
Make underwater terrain shader mult vert lighting.
2019-06-27SL-11151, SL-11504Graham Linden
Remove update threshold logic causing hiccups and rework sky updates. Make deferred water do double transport again to match non-ALM rendering more closely.
2019-06-26SL-11151Graham Linden
Modify env settings blender to not skip.
2019-06-25SL-10625Graham Linden
Make intel throttle the CPU with sleeps in all cases and fix calc of microsec frame time.
2019-06-25Put bloom rendering back as it was.Graham Linden
2019-06-25SL-1491Graham Linden
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).
2019-06-20Merged in graham_linden/viewer-eep-g (pull request #437)Graham Madarasz
SL-11371
2019-06-20SL-11371Graham Linden
Remove the ugly band of fog color at the horizon in Low/Low+ entirely.
2019-06-20Merged in graham_linden/viewer-eep-g (pull request #436)Graham Madarasz
SL-9989
2019-06-20SL-9989Graham Linden
Remove use of distance multiplier from sky shaders (but leave in the atmospherics helpers).
2019-06-20Two heads not always better than one.Graham Linden
2019-06-20MergeGraham Linden
2019-06-20Merge the RainbowGraham Linden
2019-06-20increment viewer version to 6.2.4Nat Goodspeed
2019-06-20Added tag 6.2.3-release for changeset ab2ec5c5423bNat Goodspeed
2019-06-20SL-11373Graham Linden
Fix class2/windlight clouds.
2019-06-19Sky fixes.Graham Linden
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).
2019-06-19SL-11318Graham Linden
Make alpha pass start with no shader bound. Make diffuse mode alpha-blended fullbrights get into alpha pass properly.
2019-06-18SL-11051Graham Linden
Make genDrawInfo pay more attention to faces with 100% transparency that are not invisiprims.
2019-06-18SL-11406Graham Linden
Fix alpha output of fullbright deferred materials objects.
2019-06-18SL-10829 the 2ndGraham Linden
Made pointLightF use correct colorspace as multiPoint already was.
2019-06-18SL-11041Graham Linden
Revert fix for SL_11406 causing regression of SL-11041
2019-06-18SL-10969Graham Linden
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.
2019-06-18SL-11109Graham Linden
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...).
2019-06-18SL-11372Graham Linden
Fix incorrect diffuse handling in class1 softenLight from contrib.
2019-06-18Fix sky atmospherics in class1 to match class2 and Mid.Graham Linden
2019-06-14SL-11425 FIXED [EEP] Wave vectors cross all over the Water tab if key frame ↵maxim_productengine
is not selected.
2019-06-13SL-11420 FIXED [EEP] The fields next to 'Ground' and 'Sky4' are shifted to ↵maxim_productengine
the right
2019-06-12SL-11370Graham Linden
Take another pass at fixing up refraction map culling across render modes.
2019-06-12SL-11406Graham Linden
Adjust atmospheric lighting in frag shader.