]> git.tdb.fi Git - libs/gl.git/history - source/core/mesh.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / mesh.cpp
2021-11-17 Mikko RasaAdd a usage parameter to Buffer
2021-11-14 Mikko RasaAdd correct copy and move semantics to most classes
2021-11-07 Mikko RasaHide the allow_gl_calls member of Mesh::Loader
2021-11-02 Mikko RasaAvoid incorrect access to VertexSetup while async loadi...
2021-11-02 Mikko RasaUse default member initializers in async loaders
2021-10-30 Mikko RasaClean up some more unused things
2021-10-30 Mikko RasaUse size_t to store sizes of buffers and such
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-07 Mikko RasaUse set_manager instead of passing the manager to the...
2021-10-01 Mikko RasaUse constructor delegation instead of init functions...
2021-09-30 Mikko RasaClean up includes and forward declarations for the...
2021-09-18 Mikko RasaUse standard fixed-size integer types
2021-09-17 Mikko RasaUse C++11 features with containers
2021-09-15 Mikko RasaMake VertexFormat capable of storing type information
2021-09-05 Mikko RasaStore index type in VertexSetup
2021-09-05 Mikko RasaUse the same index type for all of a Mesh's batches
2021-08-17 Mikko RasaRefactor winding-based culling
2021-08-12 Mikko RasaRemove the notion of default binding point from Buffer
2021-08-04 Mikko RasaOnly allow VertexArray's format to be set once
2021-05-13 Mikko RasaClear VertexSetup state when a Mesh is unloaded
2021-04-25 Mikko RasaSet OpenGL debug labels on various objects loaded from...
2021-04-03 Mikko RasaDo an early return from Mesh::draw if there's no data
2021-03-21 Mikko RasaRename VertexComponent to VertexAttribute
2021-02-14 Mikko RasaRearrange soucre files into subdirectories