]> git.tdb.fi Git - libs/gl.git/history - source/buffer.cpp
Some cleanup for View and WindowView
[libs/gl.git] / source / buffer.cpp
2018-04-25 Mikko RasaCheck for OES_mapbuffer in Buffer::unmap
2018-04-25 Mikko RasaCosmetic changes and TODOs
2017-12-04 Mikko RasaMake extensions compatible with OpenGL ES
2016-10-28 Mikko RasaUse ARB_direct_state_access to avoid some bind calls
2014-10-20 Mikko RasaPrefer glMapBufferRange over glMapBuffer
2014-10-15 Mikko RasaRun a tighter ship with extensions
2014-09-29 Mikko RasaDon't consider the current buffer in deciding whether...
2014-09-26 Mikko RasaUnbind things if they are deleted while current
2014-08-17 Mikko RasaAdd memory-mapping functions for Buffer
2013-12-21 Mikko RasaPresent Mesh's index buffer as current while the Mesh...
2013-12-21 Mikko RasaUse RAII binders in place of manual binding
2013-12-16 Mikko RasaAdd vertex array object support to Mesh
2013-08-20 Mikko RasaDo not store generated files in the repository
2012-08-30 Mikko RasaException fixes
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-26 Mikko RasaAlign uniform blocks properly
2012-08-24 Mikko RasaAdd the uniform buffer type
2012-08-24 Mikko RasaImprove binding of buffers
2012-08-23 Mikko RasaKeep track of buffer size
2012-08-23 Mikko RasaMove some declarations around a bit
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-12-17 Mikko RasaRestore old buffer binding when setting data
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2009-05-24 Mikko RasaGeneralize VertexBuffer into Buffer with support for...