]> git.tdb.fi Git - libs/gl.git/history - source/texture.h
Fix matrix interpolation parameter calculation
[libs/gl.git] / source / texture.h
2016-12-29 Mikko RasaDefault to mipmapped filtering if EXT_framebuffer_objec...
2016-11-03 Mikko RasaPrefer RG pixelformats over LUMINANCE
2016-11-03 Mikko RasaMove internal format management to the Texture base...
2016-10-28 Mikko RasaUse ARB_direct_state_access to avoid some bind calls
2016-10-27 Mikko RasaAdd some utility functions for textures
2016-10-27 Mikko RasaAdd a datafile statement to use an external image for...
2016-10-27 Mikko RasaImplement loading functionality for texture classes...
2016-01-23 Mikko RasaUse UNSIGNED_SHORT for allocating DEPTH_COMPONENT textures
2014-12-10 Mikko RasaUse explicit mipmap generation if necessary
2014-09-08 Mikko RasaImplement automatic unloading when a total size limit...
2014-08-23 Mikko RasaEnable resource management on Texture2D
2014-04-29 Mikko RasaSupport linear to sRGB conversion when loading material...
2013-11-27 Mikko RasaAlways bind textures in a specific texture unit
2013-10-03 Mikko RasaAdd a shortcut for specifying both texture filters
2012-09-12 Mikko RasaSupport for anisotropic texture filtering
2012-08-09 Mikko RasaComment updates for texture and framebuffer classes.
2011-09-06 Mikko RasaUse the lexical_cast framework instead of istreams
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-04-09 Mikko RasaSupport loading texture wrap parameters
2010-07-04 Mikko RasaGet rid of the generic Texture::parameter method
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2010-02-01 Mikko RasaAdd static Texture::unbind_from function
2008-10-04 Mikko RasaAdd Texture::bind_to() method
2008-01-12 Mikko RasaSupport embedding textures in datafiles
2007-12-29 Mikko RasaWindows compatibility:
2007-11-02 Mikko RasaUse DevIL for loading images
2007-09-03 Mikko RasaAdd Id tags and copyright notices to files
2007-06-12 Mikko RasaAdd vertex arrays and buffers
2006-11-27 Mikko RasaAdd files