]> git.tdb.fi Git - libs/gl.git/history - source/texturecube.h
Add a class to unify loading coordinate transforms
[libs/gl.git] / source / texturecube.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-28 Mikko RasaRefactor TextureCube face information functions with...
2016-10-27 Mikko RasaAdd some utility functions for textures
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
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-04-29 Mikko RasaSupport linear to sRGB conversion when loading material...
2013-10-03 Mikko RasaInclude extension headers in places that need enums...
2013-09-21 Mikko RasaMake cube map textures loadable from datafiles
2012-08-13 Mikko RasaLookup functions to determine the orientation of cube...
2012-08-09 Mikko RasaComment updates for texture and framebuffer classes.
2012-08-09 Mikko RasaAdd support for cube map textures