aboutsummaryrefslogtreecommitdiff
path: root/client/shaders/nodes_shader
AgeCommit message (Collapse)Author
2015-12-10Speed up and make more accurate relief mappingRealBadAngel
using linear + binary search.
2015-09-07Shaders: use triple-frequency waving for leaves and plantsparamat
2015-08-20Remove use of engine sent texture tiling flags - theyre no longer neededRealBadAngel
2015-07-16Fix relief mapping issuesRealBadAngel
2015-07-02Shaders fixes and cleanup relief mapping code.RealBadAngel
2015-06-28Bugfix: variable type mismatchRealBadAngel
2015-06-21Remove textures vertical offset. Fix for area enabling parallax.RealBadAngel
2015-06-14Automated whitespace error fix for last commitest31
2015-06-14Improved parallax mapping. Generate heightmaps on the fly.RealBadAngel
2015-01-16Optimize bumpmapping mathematicsLoic Blot
OpenGL_vertex: * bufferize a duplicate calcul * Factorize vertexes
2015-01-16Revert "Optimize bumpmapping mathematics"Craig Robbins
This reverts commit 148fffb0f23fa437c67639ff3cc69177fb71d76a.
2015-01-15Optimize bumpmapping mathematicsLoic Blot
OpenGL_vertex: * bufferize a duplicate calcul * Factorize vertexes
2014-12-07Restore finalColorBlend implementation in shaders.RealBadAngel
2014-08-16Let lighting be done only CPU side. Remove finalColorBlend implementation ↵RealBadAngel
from shaders.
2014-08-14Make faces shading correct for all possible modes.RealBadAngel
Skip shading for lightsources and top of the nodes. Fixes liquid sources and flowing surfaces having different brightness.
2014-07-07Faces shading fixesRealBadAngel
2014-06-17Improved faces shading with and without shaders.RealBadAngel
2014-06-15Unite nodes shaders.RealBadAngel
Pass drawtype and material type to shaders. Move shaders generation to startup only. Allow assign shaders per tile. Initial code to support water surface shader.