]> git.tdb.fi Git - libs/gl.git/history - source/vertexarray.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / vertexarray.h
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-12 Mikko RasaRemove the non-const operator[] from VertexArray to...
2010-12-17 Mikko RasaRestore old buffer binding when setting data
2010-07-15 Mikko RasaSupport multiple sets of texture coordinates in VertexA...
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2009-05-24 Mikko RasaGeneralize VertexBuffer into Buffer with support for...
2009-01-10 Mikko RasaRewrite VertexFormat to support an arbitary amount...
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2008-09-05 Mikko RasaAdd append() method and and operator[] to VertexArray
2008-02-26 Mikko RasaAdd class MeshBuilder
2008-02-04 Mikko RasaMake the use of DevIL optional
2007-09-03 Mikko RasaMove VertexFormat and VertexArrayBuilder to their own...
2007-09-03 Mikko RasaAdd Id tags and copyright notices to files
2007-06-12 Mikko RasaAdd vertex arrays and buffers