]> git.tdb.fi Git - libs/gl.git/history - source/buffer.cpp
Complete rewrite of extension handling
[libs/gl.git] / source / buffer.cpp
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-26 Mikko RasaAlign uniform blocks properly
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
2012-08-23 Mikko RasaMove some declarations around a bit
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-12-17 Mikko RasaRestore old buffer binding when setting data
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2009-05-24 Mikko RasaGeneralize VertexBuffer into Buffer with support for...