Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Shaders: Remove unnecessary 'if' statements | Lars Hofhansl | 2016-12-24 |
| | | | | | | Pull if GENERATE_NORMALMAPS == 1 into the template to avoid evaluating it for each fragment. Remove if (fogDistance != 0.0). | ||
* | Fog: Make fraction of visible distance at which fog starts configurable | Lars Hofhansl | 2016-12-07 |
| | | | | | | Optimise the fetching of global settings 'camera_smoothing', 'cinematic' and 'cinematic_camera_smoothing'. Cache 'cam_smoothing'. | ||
* | Fix unexplained shader issue (glsl compiler bug??) (#4757) | Rogier-5 | 2016-11-17 |
| | |||
* | Shaders: Harmonize Irrlicht and shader fog calculations | Lars Hofhansl | 2016-10-24 |
| | |||
* | Use range-based fog instead of z-plane based. | Lars Hofhansl | 2016-10-13 |
| | |||
* | Add wielded (and CAOs) shader | RealBadAngel | 2015-07-21 |