aboutsummaryrefslogtreecommitdiff
path: root/src/shader.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimize shaders code. Add settings at compile time.RealBadAngel2013-12-091-8/+44
|
* Fix shaders on some GPUsNovatux2013-12-081-0/+9
|
* Cleanup jthread and fix win32 buildsapier2013-12-011-2/+0
|
* Fix Result of processed Request was written to invalid (non existent) ↵sapier2013-11-171-14/+16
| | | | ResultQueue if requesting thread timed out before
* Fix multicaller support in RequestQueuesapier2013-11-171-7/+1
|
* Settings: everything != 0 equals true; remove .asm shadersPilzAdam2013-07-081-21/+0
|
* Fix many formspec menu bugssapier2013-07-071-6/+6
|
* Don't rebuild the dummy shader (less SourceShaderCache warning spam)Kahrl2013-07-051-2/+4
| | | | | Also write something about rebuilding shaders to infostream in Client::afterContentReceived()
* Fix shader license headers to be LGPLBrent Hull2013-05-061-4/+4
|
* fix memory leak on shader shutdownsapier2013-04-071-0/+6
|
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-18/+18
|
* 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-4/+66
|
* ShaderSource and silly example shadersKahrl2012-12-021-0/+731