summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class1/deferred/alphaV.glsl
AgeCommit message (Collapse)Author
2023-05-17SL-19655 Decruft legacy GLSL shaders and now unused build queues.RunitaiLinden
2021-11-20SL-16289 Rigged mesh rendering overhaulDave Parks
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-09-10MAINT-3964 FIXED Textures with Alpha won't Animate on Rigged Mesh when worn ↵ruslantproductengine
: fix in shader (mul texcoord to tex matrix), array's optimization
2013-09-18The unbearable lightness of being norspecGraham Linden
2013-07-25Make use of vertex_color selectable per shader with alphaF/alphaV againGraham Linden
2013-07-24NORSPEC-311 WIP move to per-pixel alpha lighting and make spot/point calcs ↵Graham Linden
match more closely
2013-07-03NORSPEC-298 Fix for inconsistent alpha lighting when diffuse color is not white.Dave Parks
2013-06-28NORSPEC-290 Shader optimization WIP -- remove a couple normalizes, pows, and ↵Dave Parks
divides from various lighting functions.
2013-06-13NORSPEC-261 No more magic numbers, parity between forward and deferred ↵Dave Parks
rendering WRT to windlight and legacy shininess. Reviewed by Graham (a little bit).
2013-05-17NORSPEC-187 Add directionality to ambient lighting.Dave Parks
2013-05-17Backout OpenGL 2.1 compatibility attemptDave Parks
2013-05-16Fix for compilation error in shadows disabled and don't load transform ↵Dave Parks
feedback shaders unless transform feedback is enabled.
2013-05-15Attempt at making deferred rendering work on OpenGL 2.1Dave Parks
2013-04-25Merge 3.5.1 into MaterialsGraham Madarasz
2013-04-24Correct fix to include affect on ambient term and make work on Mac nVGraham Madarasz
2013-04-24Fix mismerge that lost Geenz colorspace conversion of diffuse in alphaVGraham Madarasz
2013-04-24NORSPEC-59 NORSPEC-125 make materials and alpha shaders work on Mac laptops ↵Graham Madarasz
with nV mobile graphics cards
2013-04-24Fix for overbrigtened alpha blended objects in deferred. Linearize diffuse ↵Geenz
surface color in the vertex shader before passing it to the fragment shader.
2013-04-18NORSPEC-90 Cleanup avatar alpha shadersDave Parks
2013-04-18NORSPEC-90 Remove unused state from alphaF/alphaVDave Parks
2013-04-15Hooked up normal and specular texture coordinates.Geenz
2013-04-15Normal mapped alpha support. Specular and environment map support needs a ↵Geenz
bit of extra work (in progress).
2013-04-08First pass of per-pixel lit alpha blended objects.Geenz
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-02-22SH-2908 Another for crash when enabling Lighting and Shadows on some AMD GPUsDave Parks
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-24SH-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-09-28SH-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-23SH-2244 Better VAO support -- still slower than non-VAO implementation for ↵Dave Parks
some reason
2011-09-16SH-2243 work in progress -- don't use deprecated shader stateDave Parks
2011-09-15SH-2243 work in progress -- don't use built-in GL light state when shaders ↵Dave Parks
are available.
2011-09-15SH-2243 work in progress -- no more deprecated built-in matrix state when ↵Dave Parks
using shaders.
2011-08-19mergeDave Parks
2011-08-17add proper copyright and license headersOz Linden
2011-08-08SH-2242 Work in progress migrating to glVertexAttrib everywhereDave Parks
2011-05-31SH-1682 Dynamically adjust the number of texture channels to use for indexed ↵Dave Parks
texture rendering based on available hardware.
2011-05-30SH-1682 Full integration if indexed texture rendering to improve batch size.Dave Parks
2011-05-25SH-1527 Fix for black alpha objects with lighting and shadows enabled and no ↵Dave Parks
lights around.
2011-04-25SH-1427 Fix for alpha objects not getting the right light curves when ↵Dave Parks
deferred rendering enabled.
2010-10-06ATI compatibility passDave Parks
2010-08-31mergeDave Parks
2010-08-30pull internationalization fixes from faulty splitOz Linden
2010-08-24Update GLSL shader sources to current $LicenseInfo$ standard.Nat Goodspeed
See https://wiki.lindenlab.com/wiki/License_Substitution for details.
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-05-04Deferred pipeline integration of rigged attachments and cleanup.Dave Parks
2010-01-29fix a variety of shader errors, mostly due to my confusing glsl with C++... ↵Tofu Linden
again
2010-01-29fix a variety of shader errors, mostly due to my confusing glsl with C++... ↵Tofu Linden
again
2010-01-29Don't scale windlight lights up just to scale them down again later. avoid ↵Tofu Linden
this with rearrangement. not tested.