]> git.tdb.fi Git - libs/gl.git/history - source/vertexarray.cpp
Style update: add spaces around assignment operators
[libs/gl.git] / source / vertexarray.cpp
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
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-16 Mikko RasaFix an index mismatch between setting attribute array...
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-08 Mikko RasaUse RAII checks for extensions and versions
2008-09-05 Mikko RasaAdd append() method and and operator[] to VertexArray
2008-07-23 Mikko RasaUnbind vertex buffer after updating array data
2008-05-19 Mikko RasaAdd Mesh::use_vertex_buffer
2008-02-26 Mikko RasaAdd class MeshBuilder
2008-02-04 Mikko RasaMake the use of DevIL optional
2007-12-29 Mikko RasaWindows compatibility:
2007-09-04 Mikko RasaAdd Mesh and Batch classes
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