]> git.tdb.fi Git - libs/gl.git/history - source/vertexarraybuilder.cpp
Use vector when there's no reason to use some other container
[libs/gl.git] / source / vertexarraybuilder.cpp
2012-09-02 Mikko RasaRearrange vertex components
2012-09-02 Mikko RasaHelper functions for extracting vertex component type...
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-12-17 Mikko RasaRestore old buffer binding when setting data
2010-12-05 Mikko RasaAdd a MatrixStack to VertexBuilder
2010-07-15 Mikko RasaSupport multiple sets of texture coordinates in VertexA...
2010-06-08 Mikko RasaFix compile errors caused by faulty regex application...
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2009-01-14 Mikko RasaAllow generic vertex attribute 0, since OpenGL 3.0...
2009-01-10 Mikko RasaRewrite VertexFormat to support an arbitary amount...
2008-09-24 Mikko RasaAdd virtual destructors to Renderable and Uniform
2008-09-05 Mikko RasaAdd append() method and and operator[] to VertexArray
2008-02-26 Mikko RasaAdd class MeshBuilder
2007-09-03 Mikko RasaMove VertexFormat and VertexArrayBuilder to their own...