]> git.tdb.fi Git - libs/gl.git/history - source/texture2d.cpp
Apply FunctionResolver again after DeclarationReorderer
[libs/gl.git] / source / texture2d.cpp
2016-11-03 Mikko RasaPrefer RG pixelformats over LUMINANCE
2016-11-03 Mikko RasaFix Texture2D::get_data_size to use get_pixel_size
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-28 Mikko RasaRearrange texture bind calls to keep them closer to...
2016-10-28 Mikko RasaPrefer explicit mipmap generation with glGenerateMipmap
2016-10-28 Mikko RasaUse ARB_texture_storage for defining texture storage
2016-10-27 Mikko RasaAdd some utility functions for textures
2016-10-27 Mikko RasaPrefer sized internal formats when possible
2016-10-27 Mikko RasaRemove the obsolete storage statement with border
2016-10-27 Mikko RasaImplement loading functionality for texture classes...
2016-10-27 Mikko RasaMove srgb handling to storage_pixelformat_from_graphics
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 RasaHonor the srgb conversion flag when loading textures...
2015-09-20 Mikko RasaPass the resource collection to async loaders
2014-12-10 Mikko RasaUse explicit mipmap generation if necessary
2014-09-29 Mikko RasaBetter handling of unloaded textures
2014-09-08 Mikko RasaImplement automatic unloading when a total size limit...
2014-09-08 Mikko RasaSet dirty_params when unloading textures
2014-08-23 Mikko RasaEnable resource management on Texture2D
2014-04-29 Mikko RasaSupport linear to sRGB conversion when loading material...
2014-01-05 Mikko RasaUse base pixelformat when loading texture data
2013-12-21 Mikko RasaRewrite Bind as two different classes
2013-10-11 Mikko RasaDeal with nontrivial image configurations
2013-01-16 Mikko RasaUse IO::Memory to load embedded texture image data
2012-08-27 Mikko RasaCheck the relevant extensions when using pixel formats
2012-08-26 Mikko RasaUse DerivedObjectLoader in Texture2D
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-11-30 Mikko RasaRemove support for texture borders
2010-07-04 Mikko RasaGet rid of the generic Texture::parameter method
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
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-10-05 Mikko RasaAdd support for detecting extensions
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