]> git.tdb.fi Git - libs/gl.git/history - source/shader.cpp
Complete rewrite of extension handling
[libs/gl.git] / source / shader.cpp
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-07-25 Mikko RasaFix compiler warnings
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-05-10 Mikko RasaDrop Shader::get_param and Program::get_param
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2009-01-10 Mikko RasaRewrite VertexFormat to support an arbitary amount...
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2007-10-26 Mikko RasaAdd Uniform* classes to store uniform data of Programs
2007-10-05 Mikko RasaAdd support for detecting extensions
2007-10-01 Mikko RasaAdd mult_matrix functions
2007-08-21 Mikko RasaAdd shaders