summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class2/deferred
AgeCommit message (Collapse)Author
2010-05-12Fix for fullbright bump not working in deferred render.Dave Parks
Fix for shadow artifacts around split frusta. Tweak for shadow aliasing with projectors. Fix for crash on exit in mesh thread.
2010-05-11EXT-7225 Fix for busted projector shadows under certain settings.Dave Parks
2010-05-10mergeDave Parks
2010-05-10Fix for wierd triangle shadow bug and fix for ATI hating deferred rendering.Dave Parks
2010-05-06EXT-6912 FIXED Deferred Rendering - shiny objects look like a projection ↵Tofu Linden
instead of a reflection Disable screen-space shiny while I chew on it some more. (transplanted from bde80560117295f6b3e61f9b47f3bdea826945ca)
2010-05-04Deferred pipeline integration of rigged attachments and cleanup.Dave Parks
2010-04-23Backed out changeset 90f0ce75b2d7Tofu Linden
2010-04-23Restore a bit of the non-deferred renderer's sun/moon waterglow in deferred ↵Tofu Linden
rendering. This also adds a slight pinch of glow to shiny sun-spots. So be it. (transplanted from 5a0d9e5b5cfb2ecd96685f0275ab8e999ab86263)
2010-04-22ssreflections: dampen/blur ssreflections rather more.Tofu Linden
2010-04-21port class1 ssreflections tweaks to class2 and class3Tofu Linden
(transplanted from 19036fc277d88c364e957019a66b4cdf4cce8b53)
2010-04-16strengthen the fakey blur in the fakey ssreflections.Tofu Linden
(transplanted from 940e02cbe4fa2f996d11500392e71f3a00e1cfed)
2010-04-09Tweak bias on projectors. Fix some silly shader mistakes.Dave Parks
2010-04-07mergeDave Parks
2010-04-07Shadow aliasing fix WIPDave Parks
2010-04-07apply latest ssreflections tweaks to class2 and class3.Tofu Linden
2010-04-02ssreflection: restore the shadow factor I accidentally removed with the last ↵Tofu Linden
update.
2010-04-02apply ssreflection changes to class2 and class3 too.Tofu Linden
2010-03-31debug ssreflection blur direction. minor.Tofu Linden
2010-03-29ss reflections tweakage:Tofu Linden
+ // Offset the guess source a little according to a trivial + // checkerboard dither function and spec.a. + // This is meant to be similar to sampling a blurred version + // of the diffuse map. LOD would be better in that regard. + // The goal of the blur is to soften reflections in surfaces + // with low shinyness, and also to disguise our lameness.
2010-03-28ss reflections: make the guess less far from the source.Tofu Linden
2010-03-26screen-space reflections: remember to unbias the value from the depth map. ↵Tofu Linden
don't use varying version of lightnorm for lighting the reflection-guess-point.
2010-03-22screen-space reflections mk4. generally subtle. very cheap.Tofu Linden
2010-03-20SSAO version of sunLight shaders.Dave Parks
2010-03-19RenderDeferredSSAO works as an independent setting -- decoupled shadows from ↵Dave Parks
SSAO.
2010-03-17CTS-110 Remove soft alpha in deferred pipeline (breaks some content). Will ↵Dave Parks
revisit soft alpha in materials project.
2010-03-07Add a touch of fakey ripple to shadows on the surface of water, as if the ↵Tofu Linden
water has depth. Using 4th component of the normal map to encode a position displacement (along the normal) in the class2 shadow lookup.
2010-03-05Fix for sun specular highlights showing up in shadow when diffuse ambiance ↵Dave Parks
greater than 0.
2010-01-29fix a variety of shader errors, mostly due to my confusing glsl with C++... ↵Tofu Linden
again
2010-01-29Don't scale windlight lights up just to scale them down again later. avoid ↵Tofu Linden
this with rearrangement. not tested.
2010-01-29spot-aware light func usage in ALL shaders.Tofu Linden
2010-01-08Cleaned up visible edges of projector frustum in diffuse/specular/ambient ↵Dave Parks
lighting from projectors.
2010-01-04Merge from trunk. Conflicts manually resolved in:Tofu Linden
U indra/llui/lluictrlfactory.cpp U indra/newview/llinventorybridge.cpp U indra/newview/llviewertexture.cpp U indra/newview/llviewertexture.h
2010-01-04CTS-54 Fix for SSAO artifacts far away.Dave Parks
2009-12-21DEV-44562 deferred rendering: crease noise sadnessTofu Linden
2009-11-02Sync up with render-pipeline-7 ignore-dead-branchDavid Parks
2009-10-24DEV-41803 class2 deferred light smoothing wrong in creasesAdam Moss
to be reviewed by davep
2009-09-22Merging render-pipeline-6-qa-2 into viewer-2David Parks
Self reviewed.