]> git.tdb.fi Git - libs/gl.git/history - source/mesh.cpp
Move transform loading to ObjectInstance
[libs/gl.git] / source / mesh.cpp
2018-04-22 Mikko RasaStore mesh batches in vector instead of list
2017-01-06 Mikko RasaFix some clang compile warnings
2016-09-15 Mikko RasaDon't attempt to create buffers by default if they...
2015-11-18 Mikko RasaClear manager in destructors of individual resource...
2015-09-20 Mikko RasaPass the resource collection to async loaders
2014-11-12 Mikko RasaUse BindRestore for binding index buffer
2014-11-01 Mikko RasaRemove separate element_buffer from Renderer, get it...
2014-10-20 Mikko RasaAdd missing initialization
2014-10-17 Mikko RasaAllow applying a VertexArray in non-legacy mode
2014-09-30 Mikko RasaDon't leak AsyncUpdaters if Mesh async loading is aborted
2014-09-23 Mikko RasaEnable asynchronous loading of Meshes
2014-09-16 Mikko RasaSome fixes to VAO management
2013-12-22 Mikko RasaSimplify VAO setup code
2013-12-21 Mikko RasaAvoid segfault for trying to refresh a Mesh with no...
2013-12-21 Mikko RasaThrow an exception if trying to draw a Mesh with a...
2013-12-21 Mikko RasaEnforce unbinding as well as binding buffers
2013-12-21 Mikko RasaPresent Mesh's index buffer as current while the Mesh...
2013-12-21 Mikko RasaAdd support for multiple binding points in the RAII...
2013-12-16 Mikko RasaIntegrate modern shaders and VAOs with Renderer
2013-12-16 Mikko RasaAdd vertex array object support to Mesh
2013-11-30 Mikko RasaConvert VertexArray into a Bufferable
2013-11-29 Mikko RasaDon't bother with clearing winding test
2013-11-29 Mikko RasaRemove vertex array tracking from Renderer
2013-11-28 Mikko RasaMove vertex buffer management from VertexArray to Mesh
2012-11-03 Mikko RasaLet Batch decide whether appending is possible
2012-09-02 Mikko RasaLoad VertexFormat for Mesh as an array of VertexComponents
2012-08-30 Mikko RasaMake use of Bufferable in Batch
2012-08-27 Mikko RasaComplete rewrite of extension handling
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-15 Mikko RasaMove winding test to Renderer::State
2011-01-14 Mikko RasaAdd WindingTest and support for it in Mesh and Renderer
2011-01-10 Mikko RasaAdd a rendering supervisor class
2010-12-19 Mikko RasaSupport different data types in Batch
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
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-05-19 Mikko RasaAdd Mesh::use_vertex_buffer
2008-02-26 Mikko RasaAdd class MeshBuilder
2007-10-10 Mikko RasaMake Material::apply const
2007-10-01 Mikko RasaAdd mult_matrix functions
2007-09-04 Mikko RasaAdd Mesh and Batch classes