]> git.tdb.fi Git - libs/gl.git/history - source/vertexarray.h
Change some class names
[libs/gl.git] / source / vertexarray.h
2016-12-05 Mikko RasaRemove some methods that have been deprecated for a...
2014-10-20 Mikko RasaImprove documentation for a number of classes
2014-10-17 Mikko RasaAllow applying a VertexArray in non-legacy mode
2014-09-26 Mikko RasaUnbind things if they are deleted while current
2014-09-23 Mikko RasaRefactor the internal interface of Bufferable a bit
2013-12-16 Mikko RasaRemove VertexArray's own dirty member now that it's...
2013-11-30 Mikko RasaConvert VertexArray into a Bufferable
2013-11-28 Mikko RasaMove vertex buffer management from VertexArray to Mesh
2012-09-11 Mikko RasaDeactivate all arrays when deleting the active VertexArray
2012-09-03 Mikko RasaFix vertex array offsets
2012-09-03 Mikko RasaRework vertex array application
2012-09-01 Mikko RasaShuffle the members of VertexArray into a sensible...
2012-08-27 Mikko RasaRemove the global drawing functions
2012-08-26 Mikko RasaRemove alignment where it doesn't belong
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