]> git.tdb.fi Git - libs/gl.git/history - source/batch.h
Use bezier splines in Animation
[libs/gl.git] / source / batch.h
2018-04-22 Mikko RasaMake all forms of Batch::append return a reference...
2016-10-26 Mikko RasaUse the core version of primitive restart if possible
2016-09-15 Mikko RasaAlign batches at the index size
2014-09-23 Mikko RasaRefactor the internal interface of Bufferable a bit
2012-11-03 Mikko RasaLet Batch decide whether appending is possible
2012-08-30 Mikko RasaOnly call update_offset() once per append operation
2012-08-30 Mikko RasaMake use of Bufferable in Batch
2012-08-30 Mikko RasaMove Batch members around
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-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2010-02-04 Mikko RasaAdd a tool to convert a mesh into C code
2009-05-24 Mikko RasaGeneralize VertexBuffer into Buffer with support for...
2007-12-29 Mikko RasaWindows compatibility:
2007-10-10 Mikko RasaMake Material::apply const
2007-09-04 Mikko RasaAdd Mesh and Batch classes