]> git.tdb.fi Git - libs/gl.git/history - source/texture1d.cpp
Change some class names
[libs/gl.git] / source / texture1d.cpp
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 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 RasaImplement sub_image for Texture1D
2016-10-27 Mikko RasaImplement loading functionality for texture classes...
2016-01-23 Mikko RasaUse UNSIGNED_SHORT for allocating DEPTH_COMPONENT textures
2014-12-10 Mikko RasaUse explicit mipmap generation if necessary
2014-10-17 Mikko RasaSupport OpenGL ES on Android
2014-09-08 Mikko RasaImplement automatic unloading when a total size limit...
2013-12-28 Mikko RasaAdd basic support for 1D textures