Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-03 | SL-10055 | Graham Linden | |
Modify handling of directional light to prefer sun when it is up but use moon dir/color when it is alone in the sky. Modify handling of shader in shaders to get some shadowing of ambient and nighttime shadowing. | |||
2018-11-27 | Comment out unused variables for mac build. | Rider Linden | |
2018-11-26 | SL-10099 | Graham Linden | |
Remove user clip plane from culling pass and from attachment vis update. There will be more slop and render submits, but the results will be more stable and involve less culling mystery bugs like 9708. | |||
2018-11-14 | Merge | Rider Linden | |
2018-11-09 | More incremental revive of 39561 contents to determine cuplrit. | Graham Linden | |
2018-11-09 | Back out changes causing broken shadows and other render shenanigans. | Graham Linden | |
2018-11-06 | Move to using a shared deferredUtil object for getting pos/norm from gbuffer. | Graham Linden | |
Eliminate 20+ callsites with copy-paste of getPosition and/or getNorm code. Make pipeline use getShadowTarget/releaseShadowTarget consistently. | |||
2018-10-10 | SL-9849 - color tweaks for dynamic bounding box. show impostor extents ↵ | Brad Payne (Vir Linden) | |
varies line thickness depending on how recently impostor was generated | |||
2018-10-10 | SL-9849 - debug option for show impostor extents | Brad Payne (Vir Linden) | |
2018-10-09 | SL-9708 slight refrain | Graham Linden | |
Remove portion of 9709 fix causing 9708 to regress. | |||
2018-10-09 | SL-9709 | Graham Linden | |
Make VOWater objects avoid culling. | |||
2018-09-25 | SL-1505 and SL-9608 | Graham Linden | |
Get both reflections and clip plane bugs fixed (at the same damn time). | |||
2018-09-24 | SL-9708 | Graham Linden | |
Fix knock-on from fix for SL1505 reflection matrix bug by putting back old code for setting up underwater culling planes. Fix some diffs from viewer-release. | |||
2018-09-19 | SL-1505 | Graham Linden | |
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. | |||
2018-09-18 | SL-1475 | Graham Linden | |
Make stars use higher alpha and brighten reflected color before mixing to get stars to show up in reflections on water. | |||
2018-09-10 | Fixes for switching between atmospherics implementations on the fly. | Graham Linden | |
2018-09-10 | First pass at preferences and feature table hookup for advanced atmospherics. | Graham Linden | |
2018-08-31 | MAINT-8983 cut RenderShadowBias down to -0.004 to get shadows reconnected to ↵ | Graham Linden | |
the ground | |||
2018-07-09 | Test Hg coding policy hooks. | Graham Linden | |
2018-07-09 | Test Hg coding policy hooks. | Graham Linden | |
2018-06-29 | MAINT-8817 remove automatic update of inv_proj matrix so sunLightF which ↵ | Graham Linden | |
expects it not to match the projection mat works again Fix misspellinging in missing settings asset notification string Fix moon quat conversion to get proper directional rotation Add early out so attempting to set parcel env settings doesn't crash | |||
2018-06-12 | Fix env panel forward action. | Graham Linden | |
Make env panel update environment when jumping frame to frame. Add separate funcs for sun/moon vectors in various coord systems. Make haze glow only pay attention to sun (i.e. fix sun glow when moon is near horizon in daytime). | |||
2018-06-05 | merge | Brad Payne (Vir Linden) | |
2018-06-01 | Fix mis-merge of LLSettingsBase and remove optimize pragmas. | Graham Linden | |
2018-06-01 | Merge to 5.1.6 | Graham Linden | |
2018-06-01 | Modify use of sky settings, reduce complexity, and name funcs to indicate ↵ | Graham Linden | |
coord systems in use. Fix class2 softenLightF shader. | |||
2018-05-31 | Merge | Rider Linden | |
2018-05-23 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-18 | Make nighttime elev constant _SIN, since it uses a sin value. | Graham Linden graham@lindenlab.com | |
Put that constant in sky settings and eliminate dups. Fix up logic around when to use heavenly bodies (fix broken moon in basic sky). Remove unnecessary clip to horizon. Put in temp code to ena/dis sun/moon based on LLEnvironment::getIsDaytime(). | |||
2018-05-01 | Le Merge | Graham Linden graham@lindenlab.com | |
2018-03-08 | Rename getFogColor from water and sky settings to getWaterFogColor and ↵ | Graham Linden graham@lindenlab.com | |
getSkyFogColor. | |||
2018-03-07 | Merge | Rider Linden | |
2018-02-22 | Add settings/validations for new advanced atmo settings. | Graham Linden graham@lindenlab.com | |
2018-02-18 | Atmospherics WIP | Graham Linden graham@lindenlab.com | |
libatmosphere integrated in indra/llrender/llatmosphere.cpp Still working on runtime shaders to use libatmosphere precomputed atmospherics textures | |||
2018-01-17 | Fix for 64-bit pointers in some llformat statements | Brad Payne (Vir Linden) | |
2018-01-17 | merge | Brad Payne (Vir Linden) | |
2017-12-04 | SL-704 - animated object debug logging cleanup | Brad Payne (Vir Linden) | |
2017-12-01 | SL-704, SL-759 - support for impostoring of animated objects, comment and ↵ | Brad Payne (Vir Linden) | |
code cleanup | |||
2017-11-30 | Merge | Rider Linden | |
2017-11-29 | merge | Brad Payne (Vir Linden) | |
2017-11-29 | DRTVWR-418: Merge from latest viewer-release | Nat Goodspeed | |
2017-11-16 | SL-704 - first pass cleaning up comments. Also added ↵ | Brad Payne (Vir Linden) | |
LLControlAvatar::initInstance() as a potential hook for optimizations. | |||
2017-11-13 | Remove the old wl environment code. | Rider Linden | |
2017-11-09 | MAINT-47 [PUBLIC]WindLight: Special overlays (including property lines and ↵ | ruslantproductengine | |
hilights for beacons) aren't visible in shader water FIXED | |||
2017-11-09 | MAINT-47 [PUBLIC]WindLight: Special overlays (including property lines and ↵ | ruslantproductengine | |
hilights for beacons) aren't visible in shader water FIXED | |||
2017-11-06 | SL-830 - more diagnostics and possible fixes around corrupted graphics state | Brad Payne (Vir Linden) | |
2017-11-01 | MAINT-7228 Vertex buffer allocation failure handling | andreykproductengine | |
2017-10-26 | MAINT-7213 Shared media (media as a texture) unusable with transparent mesh | ruslantproductengine | |
New outline selection around mesh objects. | |||
2017-10-13 | Watter settings active and start of new joystick button type. | Rider Linden | |
2017-09-27 | No longer 'goth windlight only', sky parameters passed from settings object. | Rider Linden | |