aboutsummaryrefslogtreecommitdiff
path: root/src/shader.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-191-8/+10
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Isolate irrlicht references and use a singleton (#6041)Loïc Blot2017-06-261-2/+2
* Cpp11 initializers: last src root changeset (#6022)Loïc Blot2017-06-211-12/+9
* Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja2017-06-111-1/+0
* Fix superflous shader setting updates (#4800)ShadowNinja2016-11-231-9/+54
* Dump shader programs on compile errorsRealBadAngel2016-02-111-0/+3
* Unite nodes shaders.RealBadAngel2014-06-151-11/+17
* Fix shader license headers to be LGPLBrent Hull2013-05-061-4/+4
* fix memory leak on shader shutdownsapier2013-04-071-0/+1
* Update Copyright YearsSfan52013-02-241-2/+2
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Implement a global shader parameter passing system and useful shadersPerttu Ahola2012-12-021-0/+17
* ShaderSource and silly example shadersKahrl2012-12-021-0/+89