summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
2010-04-07tidy up ssreflections comments and structure a bit.Tofu Linden
2010-04-06extra diffuse sample in ssreflection to decrease aliasing.Tofu Linden
2010-04-02ssreflection: restore the shadow factor I accidentally removed with the last ...Tofu Linden
2010-04-02apply ssreflection changes to class2 and class3 too.Tofu Linden
2010-04-02clean-up transplantTofu Linden
2010-04-02ssreflections: perspective reflection for sunlight, planar reflection for ssr...Tofu Linden
2010-04-02ssreflections: water reflections strongly imply that the non-perspective refl...Tofu Linden
2010-04-02ssreflections: use the minimum of the lighting dp and the appropriateness. n...Tofu Linden
2010-04-02ssreflections: reflect sunlight direction for reflection. dunno how I feel a...Tofu Linden
2010-04-01DEV-47845: Finished fixing an update bug on the physics shape type and fixed ...Matthew Breindel (Falcon)
2010-04-01Fixed line endingMatthew Breindel (Falcon)
2010-04-01DEV-47845 More cleanup. Fixed a bug where the physics shape type wouldn't get...Matthew Breindel (Falcon)
2010-03-31DEV-47845 Cleaned up names.Matthew Breindel (Falcon)
2010-03-26DEV-47845 Fix to work with TCP/LLSD message. This checkin is experimental, so...Matthew Breindel (Falcon)
2010-03-31debug ssreflection blur direction. minor.Tofu Linden
2010-03-31debug ssreflection blur direction. minor.Tofu Linden
2010-03-29ss reflections tweakage:Tofu Linden
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. d...Tofu Linden
2010-03-23Fix for crash logger crashing. bleh!Palmer
2010-03-22lowest water reflection level label 'none' changed to a more accurate 'minimal'Tofu Linden
2010-03-22bring linux featuretable in line with recent win32 featuretable changes.Tofu Linden
2010-03-22screen-space reflections mk4. generally subtle. very cheap.Tofu Linden
2010-03-20Tweak detail settings and make graphics preferences widget enabling respect r...Dave Parks
2010-03-20SSAO version of sunLight shaders.Dave Parks
2010-03-19Make gcc happyDave Parks
2010-03-19Line ending fix.Dave Parks
2010-03-19RenderDeferredSSAO works as an independent setting -- decoupled shadows from ...Dave Parks
2010-03-19Replace RenderDeferredShadow/RenderDeferredSunShadow with RenderShadowDetailDave Parks
2010-03-19Cleanup of RenderReflectionDetail getting duplicated in low/mid_graphics.xmlDave Parks
2010-03-19Replace usage of RenderWaterReflections with RenderReflectionDetail.Dave Parks
2010-03-18XML changes for new graphics preferencesDave Parks
2010-03-17CTS-110 Remove soft alpha in deferred pipeline (breaks some content). Will r...Dave Parks
2010-03-17Fix for impostors being fullbright when deferred rendering enabled.Dave Parks
2010-03-09We can enable alpha masking for fullbright faces as long as we're not in defe...Tofu Linden
2010-03-09Disable alpha-masking for glowing surfaces. It seems beyond my ability to ge...Tofu Linden
2010-03-08Remove a '#error XXX' I was using to test ifdef-hell.Tofu Linden
2010-03-08VWR-4214 followupTofu Linden
2010-03-08fixes VWR-4214 Glow effect passes through alpha textures where alpha is actua...Tofu Linden
2010-03-07Add support for glBlendFuncSeparate().Tofu Linden
2010-03-07Add a touch of fakey ripple to shadows on the surface of water, as if the wat...Tofu Linden
2010-03-07Some extra comments to help me get things straight.Tofu Linden
2010-03-07trivial comment typo fix.Tofu Linden
2010-03-07Remove an extraneous normalize() from the water fragment shader - the last th...Tofu Linden
2010-03-07Remove the class2/class3 water shaders, which aren't materially different fro...Tofu Linden
2010-03-05COMMENTS!Dave Parks
2010-03-05Fix for avatar eyes not showing up when deferred rendering enabled.Dave Parks
2010-03-05Fix for sun specular highlights showing up in shadow when diffuse ambiance gr...Dave Parks
2010-03-05Remove some fast timers that were being futzy.Dave Parks
2010-03-05Tweak LLDynamicArrayIndexed to not abuse its std::vector.Dave Parks