]> git.tdb.fi Git - libs/gl.git/history - source/buffer.h
Complete rewrite of extension handling
[libs/gl.git] / source / buffer.h
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-26 Mikko RasaAlign uniform blocks properly
2012-08-24 Mikko RasaConstruct uniform buffers for named uniform blocks
2012-08-24 Mikko RasaAdd the uniform buffer type
2012-08-24 Mikko RasaImprove binding of buffers
2012-08-23 Mikko RasaKeep track of buffer size
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-12-19 Mikko RasaSupport different data types in Batch
2010-12-17 Mikko RasaRestore old buffer binding when setting data
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2009-05-24 Mikko RasaGeneralize VertexBuffer into Buffer with support for...