Age | Commit message (Collapse) | Author |
|
No change for non-bug, but turning off nSight debugging as it breaks snapshots.
|
|
Prepend dir names to comments in water shaders to differentiate them in nSight captures.
Fix calc of reflection camera modelview mats to properly reflect the environment.
|
|
Make stars use higher alpha and brighten reflected color before mixing to get stars to show up in reflections on water.
|
|
Tweak position of sun in disc shader to better match the offset applied to the sun glow in atmospherics.
|
|
Make attachmentAlphaMaskShadow frag shader ignore vert alpha which can be incorrect.
Make discard test in attachmentAlphaMaskShadow match other shadow shaders more closely.
Fix highlightF shader compile error.
|
|
Remove extraneous linear to sRGB conversion causing underwater refracted screen tex to be brighter than it should be.
|
|
Modulate class1 softenLight atmospheric additive by specular.a (same fix as for class2).
Clamp additive color to <= vec3(0.2) to avoid similar artifacts in non-deferred render path.
|
|
could be used by HUDs
Make sky and cloud shaders use common scaleSoftClip implementation in gammaF.glsl
|
|
Fix name at top of the 3 softenLight shaders so we can differentiate which is in use when using nSight debug.
Made class2 softenLightF shader modulate the atmospherics additive to only specular shading to fix lens flare on terrain etc.
|
|
|
|
incompatible with nSight debugging)
|
|
and env intensity to keep the shiny down
|
|
|
|
|
|
|
|
Enable advanced atmo by default.
Disable nSight in settings.xml
Remove MSVC debug pragmas.
|
|
Fix sky depth-testing with advanced atmospherics.
|
|
|
|
for debugging. additional options to anim_tool.py for making test animations
|
|
|
|
Enable sky density panel to update advanced atmo precomputed textures.
Take wild stab at appropriate ranges for density parameters in edit panel UI.
Clean up debug-only code that isn't necessary anymore.
Point autobuild at latest version of libatmosphere package.
|
|
|
|
we were claiming to use in rendering.
First pass at sky shader using libatmosphere sky radiance lookup.
Add atmo density controls to ext daycycle floater tabs.
|
|
for testing of size limits.
|
|
|
|
|
|
Make brightness scale in shader more linear and fix twinkling.
|
|
|
|
the ground
|
|
Fix binding of current/next sun/moon textures.
Remove redundant code in GLSLShader determination of tex uniform bindings.
Unhack mix calls in sun/moon shaders to reverse sense of blending (was working around reversed bindings).
|
|
MAINT-8991: only escape log message characters once, add unit test
remove extra log line created by LL_ERRS
document that tags may not contain spaces
|
|
can be useful for performance reasons when especially verbose debug logging is needed.
|
|
Make perspective projection consistent between ALM and non-ALM when drawing water (horizon matches).
Make perspective projection consistent between ALM and non-ALM when drawing heavenly bodies (sun disc position matches).
Make gamma correction of sun disc tex consistent between ALM and non-ALM rendering.
|
|
Make shader loading debug logging of uniforms use ShaderUniform to make supression simpler.
|
|
|
|
Remove moon_dir related shader code causing sunlight shadow artifacting.
|
|
settings.
|
|
|
|
|
|
especially for rigged meshes
|
|
channels
and fix rendering issue from norm/spec channels during lighting.
|
|
to link the shaders without complaining about unwritten varying vars.
|
|
textures and settings without better.
Reverse direction of mix to match blend_factor values in stars shader.
|
|
Make atmospheric model avoid redundant work when settings don't change.
Point autobuild.xml at libatmosphere with op== to compare density profiles.
|
|
|
|
|
|
Set nSight debug setting to 0 to fix ALM snapshots.
Add popMatrix call to balance push around heavenly body rendering in ALM and fix mat stack overflow.
|
|
|
|
(default is no sun disc and just haze)
Refactor sky texture optimization to retain building the cubemap used by shiny.
|
|
|