]> git.tdb.fi Git - libs/gl.git/history - source/texture1d.cpp
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / texture1d.cpp
2021-02-07 Mikko RasaGraphics::Image::get_data was renamed to get_pixels
2021-02-06 Mikko RasaDepracate the srgb parameter of Texture::image functions
2021-02-01 Mikko RasaRequire texture data to be uploaded in a format matchin...
2021-02-01 Mikko RasaSeparate abstract pixel compositions from concrete...
2021-01-31 Mikko RasaSimplify applying texture swizzling
2021-01-31 Mikko RasaAllow texture mipmap levels to be specified in datafiles
2021-01-31 Mikko RasaMove filter heuristic for mipmap levels to Texture...
2021-01-31 Mikko RasaDeprecate the mipmap_levels parameter in Texture
2019-10-23 Mikko RasaRemove support for legacy OpenGL features
2019-07-08 Mikko RasaMake explicit mipmap generation public
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 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