| Age | Commit message (Collapse) | Author | 
|---|
|  | to Color4. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | for texture indices in the data stream.  Also rework gl_FragColor overrides to not collide with some odd driver implementations. | 
|  |  | 
|  |  | 
|  |  | 
|  | 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. | 
|  | 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. | 
|  | 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. | 
|  | 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. | 
|  | for alpha lighting of point lights not matching deferred lights. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | glitches with non-fullbright alpha objects. | 
|  | 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. | 
|  |  | 
|  |  | 
|  |  | 
|  | a parameter. | 
|  |  | 
|  | vary_AtmosAttenuation | 
|  | render targets not getting allocated when needed. | 
|  | but shadows are not. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | "maximum_alpha" for alpha tests in shaders as it was always being set to 1.0 anyway. | 
|  | atmospheric shaders. | 
|  | float on varying parameters). | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | height map into a normal map -- use the GPU instead via a shader.  Also, WTF glFinish? |