]> git.tdb.fi Git - libs/gl.git/history - source/programdata.cpp
Add 3x3 and 2x2 uniform matrices
[libs/gl.git] / source / programdata.cpp
2012-09-03 Mikko RasaAdd 3x3 and 2x2 uniform matrices
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-26 Mikko RasaBuffer fixes in ProgramData
2012-08-26 Mikko RasaLots of comment updates
2012-08-26 Mikko RasaAvoid creating blocks for which there are no uniforms
2012-08-26 Mikko RasaGet all blocks for the program before applying them
2012-08-26 Mikko RasaPass the UniformBlockInfo to get_block to avoid an...
2012-08-24 Mikko RasaConstruct uniform buffers for named uniform blocks
2012-08-22 Mikko RasaRemove the specialized setters from UniformBlock
2012-08-21 Mikko RasaImplement uniform arrays
2012-08-21 Mikko RasaRewrite the Uniform classes as templates
2012-08-15 Mikko RasaRestructure ProgramData to support sharing between...
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-12 Mikko RasaBind ProgramData to a Program upon construction
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-12 Mikko RasaAllow copying of Uniforms and ProgramData
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2008-03-24 Mikko RasaSupport specifying elements in PrimitiveBuilder
2007-12-27 Mikko RasaAdd $Id$ to tag.*
2007-11-02 Mikko RasaUse DevIL for loading images
2007-10-26 Mikko RasaAdd Uniform* classes to store uniform data of Programs