]> git.tdb.fi Git - libs/gl.git/history - source/texture2d.h
Add functions for setting arrays of 2x2 and 3x3 matrix uniforms
[libs/gl.git] / source / texture2d.h
2018-07-02 Mikko RasaExplicitly define the number of mipmap levels in textures
2016-11-03 Mikko RasaMove internal format management to the Texture base...
2016-10-27 Mikko RasaAdd some utility functions for textures
2016-10-27 Mikko RasaCosmetic tweaks
2016-10-27 Mikko RasaRemove the obsolete storage statement with border
2016-10-27 Mikko RasaImplement loading functionality for texture classes...
2016-01-23 Mikko RasaUse UNSIGNED_SHORT for allocating DEPTH_COMPONENT textures
2015-11-18 Mikko RasaClear manager in destructors of individual resource...
2015-09-20 Mikko RasaPass the resource collection to async loaders
2014-09-08 Mikko RasaImplement automatic unloading when a total size limit...
2014-08-23 Mikko RasaEnable resource management on Texture2D
2014-05-16 Mikko RasaImprove interface documentation a bit
2014-04-29 Mikko RasaSupport linear to sRGB conversion when loading material...
2013-11-28 Mikko RasaFix some incorrect whitespace
2013-01-16 Mikko RasaMake Texture2D::image(Graphics::Image) public
2012-08-26 Mikko RasaRemove alignment where it doesn't belong
2012-08-26 Mikko RasaUse DerivedObjectLoader in Texture2D
2012-08-09 Mikko RasaMove some member functions to more logical positions
2012-08-09 Mikko RasaComment updates for texture and framebuffer classes.
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaUpdate header names
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-11-30 Mikko RasaRemove support for texture borders
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2008-08-17 Mikko RasaMove Image to mspgbase
2008-02-26 Mikko RasaAdd class MeshBuilder
2008-02-04 Mikko RasaMake the use of DevIL optional
2008-01-12 Mikko RasaSupport embedding textures in datafiles
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