]> git.tdb.fi Git - libs/gl.git/history - source/framebuffer.cpp
Keep track of which components have been set in Transform
[libs/gl.git] / source / framebuffer.cpp
2017-12-05 Mikko RasaAdditional framebuffer incompleteness errors
2017-12-04 Mikko RasaMake extensions compatible with OpenGL ES
2017-09-10 Mikko RasaHeader fixes
2016-12-10 Mikko RasaSupport attaching 3D and 2DArray textures to Framebuffer
2016-12-07 Mikko RasaCompute Framebuffer size correctly when texture mipmaps...
2016-10-28 Mikko RasaUse ARB_direct_state_access to avoid some bind calls
2016-10-28 Mikko RasaRefactor Framebuffer::update_attachment for less indent...
2014-10-17 Mikko RasaSupport OpenGL ES on Android
2014-10-17 Mikko RasaPrefer glDrawBuffers over glDrawBuffer
2014-01-12 Mikko RasaAdd viewport support to Framebuffer
2013-12-21 Mikko RasaRewrite Bind as two different classes
2013-11-28 Mikko RasaFix some incorrect whitespace
2013-10-02 Mikko RasaSet read buffer as well as draw buffer for FBO
2013-08-20 Mikko RasaDo not store generated files in the repository
2012-12-29 Mikko RasaAdd a function to require the completeness of a framebuffer
2012-09-11 Mikko RasaSet all color attachments of a Framebuffer as draw...
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-09 Mikko RasaMove some member functions to more logical positions
2012-08-09 Mikko RasaAdd support for cube map textures
2011-09-06 Mikko RasaRework exceptions
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-12-09 Mikko RasaSetting depth mask off in Framebuffer is not required
2010-11-30 Mikko RasaAllocate textures attached to framebuffers automatically
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
2009-09-21 Mikko RasaAdd get_width() / get_height() methods to Renderbuffer...
2009-01-25 Mikko RasaAdd post-processing effect framework
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2007-11-02 Mikko RasaUse DevIL for loading images