]> git.tdb.fi Git - libs/gl.git/history - source/buffer.h
Support the sample sampling qualifier
[libs/gl.git] / source / buffer.h
2017-12-04 Mikko RasaMake extensions compatible with OpenGL ES
2014-10-15 Mikko RasaRun a tighter ship with extensions
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-21 Mikko RasaBufferAlias is now obsolete
2013-12-15 Mikko RasaAdd some accessors to Buffer
2013-10-03 Mikko RasaInclude extension headers in places that need enums...
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-26 Mikko RasaAlign uniform blocks properly
2012-08-24 Mikko RasaConstruct uniform buffers for named uniform blocks
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
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-12-19 Mikko RasaSupport different data types in Batch
2010-12-17 Mikko RasaRestore old buffer binding when setting data
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2009-05-24 Mikko RasaGeneralize VertexBuffer into Buffer with support for...