Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2023-05-17 | SL-19655 Decruft legacy GLSL shaders and now unused build queues. | RunitaiLinden | |
2023-03-22 | DRTVWR-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-02-07 | SL-19147 Water quality pass. Remove gl_FragDepth writes from sky rendering ↵ | Dave Parks | |
(optimization). Incidental decruft. | |||
2023-01-20 | SL-18869 GL 3 compatibility pass and minor decruft. | Dave Parks | |
2022-11-28 | Merge remote-tracking branch 'origin/DRTVWR-528' into DRTVWR-559 | Brad Kittenbrink | |
2022-06-21 | SL-17274 Cleanup hard-coded gbuffer atmos flag for softenlight | Ptolemy | |
2021-04-29 | SL-14113: Remove magic numbers. Take advantage of existing shader #defines ↵ | Ptolemy | |
injection by extending shader loading to make use of addConstant() instead of hard-coding magic number constants in each GLSL file. | |||
2021-04-29 | SL-14113 Cleanup typo and cross reference | Ptolemy | |
2021-04-29 | SL-14113 Fix moon haze | Ptolemy | |
2019-04-02 | SL-10857 | Graham Linden | |
Juggle forced frag depths for moon/sun/stars/sky to get depth fighting with distant terrain...wait for it...sorted. | |||
2019-02-06 | SL-10478 | Graham Linden | |
Fix side-effects of having both sun and moon as potential directional light contributors. We pass an int to the shader indicating which to prefer instead of making per-pixel decisions and pass the moonlight color/di independently. Obsolete llsettingssky fade color which was unused elsewhere and cached for no reason. | |||
2019-02-01 | SL-9996, SL-1130, SL-5546 | Graham Linden | |
Fix bug with setting texture matrix for rigged mesh. Fix z-fighting between sea and sky in ALM by cheating sky, stars, and moon using gl_FragDepth. Fix handling of atmospheric haze glow w.r.t independent sun/moon positioning (we can no longer depend on them being mutex to each other). | |||
2018-09-04 | Make legacy star brightness setting convert to 0-512 range of new settings. | Graham Linden | |
Make brightness scale in shader more linear and fix twinkling. | |||
2018-09-04 | Merge and fix MAINT-9087 and MAINT-9084 | Graham Linden | |
2018-07-11 | Make moon/star rendering handle transitions between settings w defined ↵ | Graham Linden | |
textures and settings without better. Reverse direction of mix to match blend_factor values in stars shader. | |||
2018-07-10 | Support blending current/next bloom textures in deferred star rendering. | Graham Linden | |
2018-07-10 | Fix star rendering issues in ALM. | Graham Linden | |
2018-07-03 | Fix deferred stars shader output decl. | Graham Linden | |
2018-06-30 | MAINT-4019 fix ALM star rendering (make post-deferred and actually blend) | Graham Linden | |
2018-03-09 | Fix warnings from shaders and include EXTRA_CODE_HERE sentinel in places ↵ | Graham Linden graham@lindenlab.com | |
using DEFINE_GL_FRAGCOLOR for consistency. | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-02-14 | SH-2908 More complete GLSL 1.20 compatibility pass. | Dave Parks | |
2012-02-10 | SH-2908 Rework indexed texture rendering to use a uvec4 instead of a float ↵ | Dave Parks | |
for texture indices in the data stream. Also rework gl_FragColor overrides to not collide with some odd driver implementations. | |||
2011-10-21 | SH-2240 Fix for OSX GLSL compiler not liking #ifndef gl_FragData | Dave Parks | |
2011-09-16 | SH-2243 work in progress -- don't use gl_FragColor or gl_FragData for ↵ | Dave Parks | |
outputs -- no more deprecation warnings on nvidia | |||
2011-09-16 | SH-2243 work in progress -- don't use deprecated shader state | Dave Parks | |
2011-08-17 | add proper copyright and license headers | Oz Linden | |
2011-05-31 | SH-1682 Dynamically adjust the number of texture channels to use for indexed ↵ | Dave Parks | |
texture rendering based on available hardware. | |||
2011-05-24 | SH-469 GL_ARB_texture_multisample support | Dave Parks | |