Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | Merge | Rider Linden | |
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-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. | |||
2018-03-12 | De-duplicate deferred shader code for atmospherics and transport. | Graham Linden graham@lindenlab.com | |
2018-03-12 | Remove optimize pragma. | Graham Linden graham@lindenlab.com | |
2018-03-12 | De-duplicate shader code for encoding and decoding normals to/from gbuffer ↵ | Graham Linden graham@lindenlab.com | |
format. | |||
2018-03-12 | De-duplicate sRGB conversion funcs from many shaders | Graham Linden graham@lindenlab.com | |
and unify on using the version that works on OSX. Add more logging to shader loading about fallbacks and loading succcess. Add frag shaders for sharing sRGB and normal encode/decode via GL shader linkage. | |||
2018-03-07 | Merge | Rider Linden | |
2018-03-06 | Reference updated libatmosphere package. | Graham Linden graham@lindenlab.com | |
2018-03-06 | Modify use of linkable shader from libatmosphere. | Graham Linden graham@lindenlab.com | |
Update to use latest 3p-libatmo build packages. | |||
2018-03-03 | Remove MSVC pragmas breaking OSX build. | Graham Linden graham@lindenlab.com | |
2018-03-03 | Fix 16F enum for compat w/ SL gl headers on Mac. | Graham Linden graham@lindenlab.com | |
Make density profile/layer parsing handle when LLSD heard you liked arrays so it put an array in your array. | |||
2018-03-02 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-02-26 | Redo advanced atmo shader integration with SL. | Graham Linden graham@lindenlab.com | |