]> git.tdb.fi Git - libs/gl.git/history - source/framebuffer.h
Do not attempt to legacy-bind texture targets which do not support it
[libs/gl.git] / source / framebuffer.h
2018-04-25 Mikko RasaAdd missing includes
2017-12-05 Mikko RasaAdditional framebuffer incompleteness errors
2017-12-04 Mikko RasaRemove the fake MSP_stereo_rendering extension
2017-12-04 Mikko RasaMake extensions compatible with OpenGL ES
2017-11-21 Mikko RasaBe much more strict about extension support
2016-12-10 Mikko RasaSupport attaching 3D and 2DArray textures to Framebuffer
2016-10-28 Mikko RasaUse ARB_direct_state_access to avoid some bind calls
2014-10-17 Mikko RasaSupport OpenGL ES on Android
2014-10-15 Mikko RasaRun a tighter ship with extensions
2014-10-15 Mikko RasaRemove a number of rarely used legacy features
2014-01-12 Mikko RasaAdd viewport support to Framebuffer
2013-10-03 Mikko RasaInclude extension headers in places that need enums...
2012-12-29 Mikko RasaAdd a function to require the completeness of a framebuffer
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 RasaComment updates for texture and framebuffer classes.
2012-08-09 Mikko RasaAdd support for cube map textures
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-04-04 Mikko RasaAdd methods to get Framebuffer size
2011-01-11 Mikko RasaAdd EXT_framebuffer_blit and EXT_framebuffer_multisample
2010-11-30 Mikko RasaAllocate textures attached to framebuffers automatically
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-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2009-09-21 Mikko RasaAdd get_width() / get_height() methods to Renderbuffer...
2009-01-25 Mikko RasaAdd post-processing effect framework
2007-12-29 Mikko RasaWindows compatibility:
2007-11-04 Mikko RasaAdd class Renderable
2007-11-02 Mikko RasaUse DevIL for loading images