Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-01 | SL-10000 fix storing of ambient value when converting legacy settings | Graham Linden | |
2018-10-29 | SL-9977 | Graham Linden | |
SL-9973 | |||
2018-10-10 | Fix names of WATER_BLUR_MULTIPILER. | Graham Linden | |
Give wave direction uniforms more meaningful names in shaders. Add comments on glow size/focus conversions for clarity. | |||
2018-10-09 | SL-1289 | Graham Linden | |
add cloud_variance control for randomized perturbance of clouds to break up tiling monotony | |||
2018-10-08 | SL-9751 | Graham Linden | |
Add optional moon brightness setting | |||
2018-10-05 | SL-1925 | Graham Linden | |
More settings for rainbow/halo atmospheric effects, final default asset UUIDs, and shader mods. | |||
2018-09-27 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-09-26 | Merge | Rider Linden | |
2018-09-14 | SL-9632 add uniform and code to supress atmospherics in all shaders that ↵ | Graham Linden | |
could be used by HUDs Make sky and cloud shaders use common scaleSoftClip implementation in gammaF.glsl | |||
2018-09-10 | Move fname back inside class loop. grumble stringstream grumble. | Graham Linden | |
Fix sky depth-testing with advanced atmospherics. | |||
2018-09-10 | Pull fname out of class loop so we can see which actual shader file we were ↵ | Graham Linden | |
trying to load while debugging. | |||
2018-09-07 | Fix createDensityProfileLayer dropping passed in values. | Graham Linden | |
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. | |||
2018-09-06 | Fix tex format mismatch between what libatmosphere was generating and what ↵ | Graham Linden | |
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. | |||
2018-09-04 | Merge | Graham Linden | |
2018-09-04 | 8283/4 WIP | Graham Linden | |
2018-09-04 | Merge and fix MAINT-9087 and MAINT-9084 | Graham Linden | |
2018-08-30 | MAINT-9064 | Graham Linden | |
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). | |||
2018-08-16 | MAINT-3699 new shaders supporting alpha blend/mask rigged content. | Graham Linden | |
Make shader loading debug logging of uniforms use ShaderUniform to make supression simpler. | |||
2018-08-03 | Merge | Rider Linden | |
2018-08-02 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-07-26 | MAINT-8923 Better allocation failure handling, createGLTexture crashes | andreykproductengine | |
2018-07-10 | Make advanced atmo sky shader compile again. | Graham Linden | |
Make atmospheric model avoid redundant work when settings don't change. Point autobuild.xml at libatmosphere with op== to compare density profiles. | |||
2018-07-04 | Fixed line endings in llgl.cpp | AndreyL ProductEngine | |
2018-07-02 | MAINT-7548 MAINT-7560 use NvidiaOptimusEnablement globally exported var to ↵ | Graham Linden | |
signal desire to use high-performance graphics processor | |||
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-26 | Fix OSX bug from OLD_SELECT GLSL work-around define not being used with ↵ | Graham Linden | |
automatically linked feature shaders. Add LL_RELEASE_FOR_DOWNLOAD ifdef around launcher nag. Fix OSX 10.14 SDK compile issue from unused var in scroll list. | |||
2018-06-13 | Mods to hook up water settings to water normals for rendering with support ↵ | Graham Linden | |
for current to next blending. Modify LLSettingsFoo::buildDefaultFoo to use a static and avoid re-validation of default sky/water/daycycle settings. Remove all references to gSun/MoonTextureId globals (they should come from sky settings now). | |||
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-11 | Make cloud rendering use textures defined in sky settings and add code to ↵ | Graham Linden | |
shaders to lerp between current and next cloud texture. | |||
2018-06-11 | Fix water fog consolidation in underwater shaders. | Graham Linden | |
Add plumbing facilities to allow current and next moon textures to be passed to moon shader. Modify moon shader to blend between current and next moon textures by blend factor. | |||
2018-06-08 | Add specific shader for the moon to allow different rendering at day vs night. | Graham Linden | |
Add MouseMoon positioning ala MouseSun debug setting and accessors to use it. | |||
2018-06-05 | Fix sunlight != sunlight_color_copy and remove hack disable of clouds. | Graham Linden | |
2018-06-05 | EOL in llsetingssky.cpp and llrender.cpp. const on ptr_t & in llenvironment | Rider Linden | |
2018-06-01 | Code cleanup and move to using typedefs of S64Seconds/F64Seconds for ease in ↵ | Graham Linden | |
sync w/ sim side which has not llunits types. | |||
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-22 | Merge | Rider Linden | |
2018-05-18 | Remove MSVC debug pragmas and comment out code to dump example grids.xml ↵ | Graham Linden graham@lindenlab.com | |
file w/ hard-coded grids. | |||
2018-05-18 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-06-04 | MAINT-8686 Mode detailed VBO crash logging | andreykproductengine | |
2018-05-01 | Le Merge | Graham Linden graham@lindenlab.com | |
2018-04-20 | Remove optimize pragmas necessary for working with RWDI in MSVC, but toxic ↵ | Graham Linden graham@lindenlab.com | |
to Clang. | |||
2018-04-20 | Move class3 sky/cloud shaders to where they need to be to get picked up by ALM. | Graham Linden graham@lindenlab.com | |
Modify autobuild.xml to use new libatmo w/ state save/restore fixes (addresses font render glitch). Put in nSight debug support. | |||
2018-04-18 | Merge | Graham Linden graham@lindenlab.com | |
2018-04-18 | Correct EOL for last line of files. | Rider Linden | |
2018-03-14 | Remove constants that are unused as of hooking up external data path. | Graham Linden graham@lindenlab.com | |
2018-03-14 | Fix up atmospheric helpers and transport shader for adv atmo path. | Graham Linden graham@lindenlab.com | |
Basic hook-up of sky settings to llatmosphere model. Moved mie aniso to be a top-level setting instead of a per-mie-layer setting. |