Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-11 | Linearize spotlight textures. | Geenz | |
2013-01-11 | Initial (largely complete) gamma correct rendering implementation. | Geenz | |
2012-09-09 | Use a customized normalized gaussian specular term. | Jonathan Goodman | |
2012-08-16 | merge up to latest viewer-development | Oz Linden | |
2012-07-31 | merge up to latest viewer-development | Oz Linden | |
2012-06-28 | Merge cleanup | Dave Parks | |
2012-06-28 | Merge | Dave Parks | |
2012-06-28 | merge up to 3.3.3-release | Oz Linden | |
2012-06-22 | MAINT-653 Fix for shadow acne at high altitudes | Dave Parks | |
2012-06-22 | merge | Dave Parks | |
2012-06-15 | Merge | Dave Parks | |
2012-06-13 | Merge | Geenz | |
2012-05-30 | MAINT-622 Fix for broken alpha masking on avatar clothing when Lighting and ↵ | Dave Parks | |
Shadows enabled. | |||
2012-05-24 | MAINT-616 Fix for broken projectors. | Dave Parks | |
2012-05-10 | Unpack X, Y, and Z within the light shaders. Also some missing bits from ↵ | Jonathan Goodman | |
terrainF and treeF. | |||
2012-04-21 | STORM-1819: Ternary/graded shadow support | Adam Moss | |
missed a few spots: cleanup: get rid of the no-op 'mex' function in the shaders which was being used as a dummy replacement for 'mix' | |||
2012-04-21 | STORM-1819: Ternary/graded shadow support | Adam Moss | |
cleanup: get rid of the no-op 'mex' function in the shaders which was being used as a dummy replacement for 'mix' | |||
2012-04-21 | STORM-1819: Ternary/graded shadow support | Adam Moss | |
a bunch of trivial clean-ups and commentary. | |||
2012-04-21 | STORM-1819: Ternary/graded shadow support | Adam Moss | |
Coalesced patchset. | |||
2012-04-13 | merge changes for drtvwr-135 | Oz Linden | |
2012-03-27 | Tweaked the sun's glow to be less powerful. | Jonathan Goodman | |
2012-03-26 | Merging latest changes for normalized blinn-phong. | Jonathan Goodman | |
2012-02-17 | SH-2915 Smoother transition between sun shadow splits. | Dave Parks | |
2012-02-13 | SH-2908 Fix for shaders failing to compile when using GLSL 1.20 or 1.10 profile. | 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. | |||
2012-02-08 | SH-2592 Fix for some shader uniforms using the wrong vector size. | Dave Parks | |
2012-02-08 | SH-2592 Fix for some shader uniforms using the wrong vector size. | Dave Parks | |
2012-01-31 | SH-2592 FIX -- (OS X Lion) Graphics issues with Atmospheric Shaders enabled ↵ | Leslie Linden | |
on Intel HD 3000, 10.7.2 This is a dummy check-in to get the previous commit associated with SH-2592 instead of EXP-2592, which was a typo. | |||
2012-01-30 | EXP-2592 FIX -- (OS X Lion) Graphics issues with Atmospheric Shaders enabled ↵ | Leslie Linden | |
on Intel HD 3000, 10.7.2 * Fixed up shaders to add haze_density and blue_density together correctly as vec4's rather than relying on the shader compiler to add them together properly. | |||
2012-01-30 | SH-2592 PROGRESS -- (OS X Lion) Graphics issues with Atmospheric Shaders ↵ | Leslie Linden | |
enabled on Intel HD 3000, 10.7.2 Refactored WindLight estate settings to use float uniforms in the shaders that only need it, rather than vec4's for everything. | |||
2012-01-26 | * Fixed up shader compilation errors to get lighting and shadows working ↵ | Leslie Linden | |
again on Mac. * Cleaned up vertex buffer allocation to guarantee allocation and deallocation using the same allocation methods from the same pools. * Added new shader feature for atmospheric helpers in the absence of lighting. Reviewed by davep. | |||
2012-01-24 | SH-1427 Fix for spot lights not working properly on alpha objects, and fix ↵ | Dave Parks | |
for alpha lighting of point lights not matching deferred lights. | |||
2011-12-02 | SH-1912 Tweak based on QA/resident feedback | Dave Parks | |
2011-11-29 | SH-1912 Add environment map back into shiny when lighting and shadows enabled. | Dave Parks | |
2011-11-18 | Removed unused code from alpha fragment shaders to fix some mac rendering ↵ | Leslie Linden | |
glitches with non-fullbright alpha objects. | |||
2011-11-16 | SH-1618 FIX | Leslie Linden | |
SH-1619 FIX SH-1620 FIX SH-2621 FIX * Got lighting, shadows, and ambient occlusion working on ATI macs. * Re-enabled ambient occlusion on ATI macs. * Re-enabled depth of field on ATI macs. Reviewed by Runitai Linden. | |||
2011-11-15 | SH-2681 Fix for shader compiler error on GLSL 1.30 and later | Dave Parks | |
2011-11-11 | Assorted shader cleanup to remove a few warnings and errors for OS X. | Leslie Linden | |
2011-11-07 | SH-2546 Fix for black water under terrain (use vec3 instead of float for ↵ | Dave Parks | |
vary_AtmosAttenuation | |||
2011-11-01 | SH-2546 Fix for black avatars and terrain on GF Go 7800 (use vec3 instead of ↵ | Dave Parks | |
float on varying parameters). | |||
2011-10-28 | SH-2633 Fix for avatar hair turning white when editing appearance | Dave Parks | |
2011-10-04 | SH-2447, SH-2525, SH-2276 Strip out defunct global illumination code, add ↵ | Dave Parks | |
accounting for how much memory is taken up by LLRenderTarget, fix crash on login in bindGLIndices (work around driver bug that doesn't respect VAO state WRT to index buffers), remove some unused render targets, remove some unused shaders, make it possible to run a fullscreen session | |||
2011-09-29 | SH-2507 Potential fix for basic shaders causing objects to disappear with ↵ | Dave Parks | |
some drivers (prune shader tree of unused shaders while we're at it) | |||
2011-09-28 | SH-2453 Fix for horizontal line when max altitude set to 0 | Dave Parks | |
2011-09-28 | SH-2507 Shave some unused/redundant varying state and make the max texture ↵ | Dave Parks | |
index debug setting rebuild shaders to use no flow control when set to 1 or lower | |||
2011-09-27 | Remove some unused shaders | Dave Parks | |
2011-09-24 | SH-2244 Fix for shaders not compiling on pre-GL-3.0 ATI drivers | Dave Parks | |
2011-09-23 | SH-2244 Better VAO support -- still slower than non-VAO implementation for ↵ | Dave Parks | |
some reason | |||
2011-09-22 | SH-2244 Fix for artifacts with L&S enabled when using core profile. | 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 |