]> git.tdb.fi Git - libs/gl.git/history - source/bufferable.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / bufferable.cpp
2021-02-14 Mikko RasaRearrange soucre files into subdirectories
2021-01-25 Mikko RasaClear offset of Bufferable when removing from buffer
2021-01-25 Mikko RasaMake buffer storage immutable and use ARB_buffer_storage
2021-01-25 Mikko RasaDeprecate some Buffer features which don't translate...
2021-01-25 Mikko RasaMove buffer resizing out of Bufferable
2021-01-24 Mikko RasaFurther refactor Bufferable's API for derived classes
2021-01-24 Mikko RasaClear the dirty flag of Bufferable in upload_data
2016-10-28 Mikko RasaUse ARB_direct_state_access to avoid some bind calls
2014-11-13 Mikko RasaMiscellaneous fixes
2014-09-23 Mikko RasaAdd an asynchronous update interface to Bufferable
2014-09-23 Mikko RasaRefactor the internal interface of Bufferable a bit
2013-12-21 Mikko RasaAdd support for multiple binding points in the RAII...
2013-12-16 Mikko RasaExplicitly bind buffer in Bufferable::update_buffer
2012-08-26 Mikko RasaImprovements to Bufferable
2012-08-26 Mikko RasaAlign uniform blocks properly
2012-08-26 Mikko RasaImprove performance of Bufferable::update_buffer_data
2012-08-26 Mikko RasaAlter the working logic of Bufferable to avoid some...
2012-08-24 Mikko RasaAdd a class to negotiate the storage of multiple object...