]> git.tdb.fi Git - libs/gl.git/history - source/renderbuffer.cpp
Allow tagging objects in a scene file for retrieval after loading
[libs/gl.git] / source / renderbuffer.cpp
2017-12-05 Mikko RasaCheck for maximum number of samples
2017-12-05 Mikko RasaCall the non-multisample version of storage if samples...
2017-12-04 Mikko RasaAdd a get_default_sized_pixelformat function
2016-11-05 Mikko RasaAlso convert RenderBuffer formats to sized variants...
2016-10-28 Mikko RasaUse ARB_direct_state_access to avoid some bind calls
2013-12-21 Mikko RasaRewrite Bind as two different classes
2013-08-20 Mikko RasaDo not store generated files in the repository
2012-08-27 Mikko RasaCheck the relevant extensions when using pixel formats
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-09 Mikko RasaComment updates for texture and framebuffer classes.
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-11 Mikko RasaAdd EXT_framebuffer_blit and EXT_framebuffer_multisample
2010-10-10 Mikko RasaDon't bind RenderBuffer in constructor
2010-09-15 Mikko RasaRewrite Framebuffer to defer attach/detach operations...
2010-06-08 Mikko RasaRework Bind and enable it to restore the old binding
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2009-09-21 Mikko RasaAdd get_width() / get_height() methods to Renderbuffer...
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2007-11-02 Mikko RasaUse DevIL for loading images