]> git.tdb.fi Git - libs/gl.git/history - source/batch.cpp
Complete rewrite of extension handling
[libs/gl.git] / source / batch.cpp
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-26 Mikko RasaPull glDrawRangeElements from version_1_2.h
2012-02-07 Mikko RasaUse proper cast
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-11 Mikko RasaAvoid unnecessary work in Batch's vector append
2010-12-19 Mikko RasaSupport different data types in Batch
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2009-05-24 Mikko RasaGeneralize VertexBuffer into Buffer with support for...
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2007-12-29 Mikko RasaWindows compatibility:
2007-10-10 Mikko RasaMake Material::apply const
2007-09-04 Mikko RasaAdd Mesh and Batch classes