]> git.tdb.fi Git - libs/gl.git/history - source/pixelformat.cpp
Animate only those components which are present in Transforms
[libs/gl.git] / source / pixelformat.cpp
2017-12-04 Mikko RasaAdd a get_default_sized_pixelformat function
2017-12-04 Mikko RasaSimplification in get_sized_pixelformat
2017-12-04 Mikko RasaMake extensions compatible with OpenGL ES
2016-11-03 Mikko RasaExpand the PixelFormat conversion API
2016-11-03 Mikko RasaHave get_component_size return zero for unsized formats
2016-11-02 Mikko RasaAdd the ARB_texture_rg extension
2016-10-27 Mikko RasaPrefer sized internal formats when possible
2016-10-27 Mikko RasaPull in sized depth component formats from ARB_depth_te...
2016-10-27 Mikko RasaMove srgb handling to storage_pixelformat_from_graphics
2014-10-15 Mikko RasaRemove a number of rarely used legacy features
2014-09-29 Mikko RasaMinor fixes
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 RasaSupport sRGB pixelformats through GL_EXT_texture_sRGB
2013-10-11 Mikko RasaDeal with nontrivial image configurations
2013-08-20 Mikko RasaDo not store generated files in the repository
2012-08-27 Mikko RasaCheck the relevant extensions when using pixel formats
2011-09-06 Mikko RasaUse the lexical_cast framework instead of istreams
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-11-30 Mikko RasaRemove support for texture borders
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2008-08-17 Mikko RasaMove Image to mspgbase
2008-02-04 Mikko RasaMake the use of DevIL optional