]> git.tdb.fi Git - libs/gl.git/history - source/texture.cpp
Check the result of open_raw
[libs/gl.git] / source / texture.cpp
2019-06-16 Mikko RasaCheck the result of open_raw
2018-07-02 Mikko RasaAllow the maximum mipmap level of a texture to be specified
2018-07-01 Mikko RasaDo not attempt to legacy-bind texture targets which...
2018-07-01 Mikko RasaBind textures in the modern way when shaders are used
2018-07-01 Mikko RasaUse DSA for binding textures if available
2018-06-20 Mikko RasaMinor fixes to texture anisotropy handling
2018-04-09 Mikko RasaUse individual component swizzle constants on OpenGL ES
2017-12-04 Mikko RasaAdd a get_default_sized_pixelformat function
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 RasaExpand the PixelFormat conversion API
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 RasaUse the correct form of glTexParameter to set maximum...
2016-10-28 Mikko RasaPrefer explicit mipmap generation with glGenerateMipmap
2016-10-27 Mikko RasaAdd some utility functions for textures
2016-10-27 Mikko RasaPull in sized depth component formats from ARB_depth_te...
2016-10-27 Mikko RasaCosmetic tweaks
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-27 Mikko RasaOnly require ARB_shadow when enabling texture compare...
2014-12-10 Mikko RasaUse explicit mipmap generation if necessary
2014-10-19 Mikko RasaDon't enable/disable textures on non-legacy units
2014-10-15 Mikko RasaRun a tighter ship with extensions
2014-09-29 Mikko RasaBetter handling of unloaded textures
2014-09-26 Mikko RasaUnbind things if they are deleted while current
2014-09-07 Mikko RasaImplement manual loading policy and async flag
2014-08-23 Mikko RasaEnable resource management on Texture2D
2014-04-29 Mikko RasaSupport linear to sRGB conversion when loading material...
2013-11-28 Mikko RasaBetter state tracking for bound objects
2013-11-27 Mikko RasaAlways bind textures in a specific texture unit
2013-10-03 Mikko RasaAdd a shortcut for specifying both texture filters
2013-08-20 Mikko RasaDo not store generated files in the repository
2012-09-12 Mikko RasaSupport for anisotropic texture filtering
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-09 Mikko RasaMipmap generation requires GL_SGIS_generate_mipmap
2011-09-06 Mikko RasaUse the lexical_cast framework instead of istreams
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-04-09 Mikko RasaSupport loading texture wrap parameters
2010-11-30 Mikko RasaRemove support for texture borders
2010-07-15 Mikko RasaAdd the missing TexEnv::current() function
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-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-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