]> git.tdb.fi Git - libs/gl.git/history - source/texturecube.cpp
Use explicit mipmap generation if necessary
[libs/gl.git] / source / texturecube.cpp
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