summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
AgeCommit message (Collapse)Author
2023-03-30DRTVWR-559 Auto exposure tuning (fix horizon).Dave Parks
2023-03-30DRTVWR-559 Auto exposure tuning.Dave Parks
2023-03-30SL-19517 Followup -- fix broken fallback probe. Adjust water brightness.Dave Parks
2023-03-30SL-19517 Fix for RenderReflectionProbeCount other than 256 causing black ↵Dave Parks
reflections.
2023-03-30DRTVWR-559 Reduce probe flashing and exposure flickering.Dave Parks
2023-03-30DRTVWR-559 Add RenderAutomaticReflectionProbes control. Tweak automatic ↵Dave Parks
exposure.
2023-03-29DRTVWR-559 Drop the upper bound on exposure.Dave Parks
2023-03-29DRTVWR-559 Dynamic exposure followup -- stochastic sampling, weight based on ↵Dave Parks
luminance and distance to center of screen, rebalance night, don't rely on blending not clamping R16F.
2023-03-28DRTVWR-559 Dynamic exposure followup -- balance moon brightness and add glow ↵Dave Parks
to exposure sample.
2023-03-28DRTVWR-559 Dynamically adjust exposure.Dave Parks
2023-03-27Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-27DRTVWR-559 Bump down ambiance scale to compensate for HDRishness.Dave Parks
2023-03-27DRTVWR-559 Fix for off-white metal not looking chromed when it should (fake ↵Dave Parks
hacky HDR sky reflections).
2023-03-27Merge branch 'DRTVWR-559' of https://github.com/secondlife/viewer into ↵Jonathan "Geenz" Goodman
DRTVWR-559
2023-03-27Fix up the graphics setting detectionJonathan "Geenz" Goodman
SL-18563
2023-03-27SL-19477 Remove angular attenuation from sphere probe weight to fix harsh ↵Dave Parks
indirect lighting. Minor incidental decruft.
2023-03-24SL-19321 Optimization pass -- Remove another shadow split from probe render, ↵Dave Parks
incidental decruft.
2023-03-24SL-19321 Optimization pass -- reduce occlusion culling frame stalls, reduce ↵Dave Parks
shadow draw distance in probes.
2023-03-22DRTVWR-559 Quality pass -- Fix sky banding, fix off-by-one-mip in reflection ↵Dave Parks
probes (thanks Rye), remove noiseMap from light shaders (removes speckles), make irradiance maps RGB16F instead of RGBA16. Use actual luminance for sky instead of max color component during irradiance map pass.
2023-03-21SL-19322 Disable automatic alpha masking because it is bugged.Dave Parks
2023-03-13Merge branch 'DRTVWR-559' of https://github.com/secondlife/viewer into ↵Jonathan "Geenz" Goodman
DRTVWR-559
2023-03-13Make sure the glow combine only happens in the gamma correct shader.Jonathan "Geenz" Goodman
2023-03-10Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-10SL-19172 Texture streaming tune up. Incidental decruft.Dave Parks
2023-03-10This corrects tangents on blinn-phong surfaces to use proper mikkt ↵Rye Mutt
calculation (#118)
2023-03-10Fix alpha blended blinn-phong glossiness in punctual lights and glossy env ↵Rye Mutt
application (#117)
2023-03-07SL-19355 Irradiance rebalance (forgotten file)Dave Parks
2023-03-07SL-19355 Irradiance rebalance.Dave Parks
2023-03-02SL-19281 Post review cleanup.Dave Parks
2023-03-02SL-19281 Unify handling of haze and gamma between fullbright and not and ↵Dave Parks
move haze back to sRGB color space to stay consistent with sky colors. Also fix broken "roughness" stuck at 0.2.
2023-02-28Merge pull request #97 from secondlife/brad/DRTVWR-559Brad Linden
brad/drtvwr-559 mac shader and assert fixes
2023-02-28Merge pull request #96 from secondlife/SL-19729cosmic-linden
SL-19279: LLGLSLShader::bindXXX is not free. Pack the uniforms
2023-02-27Mac shader and assertion fixes for DRTVWR-559Brad Linden
2023-02-27SL-19279: LLGLSLShader::bindXXX is not free. Pack the uniformsCosmic Linden
2023-02-27SL-19226 Reimplement water fresnel offset/scale, exposure balance for ↵Dave Parks
midday, adjust reflections off, and decruft depth buffer error correction shenanigans that are no longer used.
2023-02-27Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-27DRTVWR-559 Fix for local lights being applied to fullbright objects.Dave Parks
2023-02-27Merge pull request #92 from secondlife/SL-19262cosmic-linden
SL-19265: Fix precision issue with texture transforms, separate texture animations
2023-02-27DRTVWR-559 Fix for mac buildDave Parks
2023-02-25Hammering on more mac optimizations.Jonathan "Geenz" Goodman
SL-18563
2023-02-24SL-19269: For PBR materials, apply texture animation independently of the ↵Cosmic Linden
underlying texture transform
2023-02-24DRTVWR-559 Fix for ignoring specular channel alpha for attenuation ↵Dave Parks
environment intensity.
2023-02-24SL-19265: Fix precision issue with texture transforms by moving transform ↵Cosmic Linden
matrix calculation into the shader
2023-02-24DRTVWR-559 Add controls for tonemapper to advanced preferences.Dave Parks
2023-02-24Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-24SL-19212 Resurrect glare and apply to PBR materials as well (and fix color ↵Dave Parks
mismatch in legacy alpha vs opaque).
2023-02-24Merge pull request #89 from secondlife/SL-19228cosmic-linden
SL-19228: Fix GLTF texture transform rotation + add UV debug
2023-02-24SL-19228: Remove DEBUG_TEXCOORDCosmic Linden
2023-02-23SL-19228: Fix GLTF texture transform rotation and add UV debug (PBR only). ↵Cosmic Linden
See textureUtilV.glsl for UV coordinate comments
2023-02-23DRTVWR-559 Fix for irradiance maps going black at 128x128 radiance map ↵Dave Parks
resolution. Improve radiance map anti-aliasing and default to 128x128 everywhere.