]> git.tdb.fi Git - libs/gl.git/history - source/texturecube.cpp
Check for armature mismatches in Animation
[libs/gl.git] / source / texturecube.cpp
2019-06-04 Mikko RasaDo not use the srgb flag for textures that explicitly...
2018-07-02 Mikko RasaAllow the maximum mipmap level of a texture to be specified
2018-07-02 Mikko RasaExplicitly define the number of mipmap levels in textures
2018-07-02 Mikko RasaThrow an exception if Texture*::allocate is called...
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 RasaRefactor TextureCube face information functions with...
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 RasaImplement sub_image for TextureCube also
2016-10-27 Mikko RasaPrefer sized internal formats when possible
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-10-27 Mikko RasaMove srgb handling to storage_pixelformat_from_graphics
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-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-09-21 Mikko RasaMake cube map textures loadable from datafiles
2013-08-20 Mikko RasaDo not store generated files in the repository
2013-05-18 Mikko RasaUse libmspmath to provide vector and matrix operations
2012-08-30 Mikko RasaException fixes
2012-08-27 Mikko RasaCheck the relevant extensions when using pixel formats
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-13 Mikko RasaLookup functions to determine the orientation of cube...
2012-08-09 Mikko RasaAdd support for cube map textures