]> git.tdb.fi Git - libs/gl.git/history - source/pixelformat.h
Do not clear previous assignments on assignment to array subscript
[libs/gl.git] / source / pixelformat.h
2017-12-04 Mikko RasaAdd a get_default_sized_pixelformat function
2017-12-04 Mikko RasaMake extensions compatible with OpenGL ES
2016-11-03 Mikko RasaPrefer RG pixelformats over LUMINANCE
2016-11-03 Mikko RasaExpand the PixelFormat conversion API
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-17 Mikko RasaSupport OpenGL ES on Android
2014-10-15 Mikko RasaRun a tighter ship with extensions
2014-10-15 Mikko RasaRemove a number of rarely used legacy features
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-10-03 Mikko RasaInclude extension headers in places that need enums...
2013-10-02 Mikko RasaAlways include glext.h
2012-08-27 Mikko RasaCheck the relevant extensions when using pixel formats
2012-07-25 Mikko RasaFix compiler warnings
2011-09-06 Mikko RasaUse the lexical_cast framework instead of istreams
2011-09-06 Mikko RasaUpdate header names
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-11-30 Mikko RasaRemove support for texture borders
2009-01-27 Mikko RasaAdd a Pipeline framework for constructing complex rende...
2009-01-25 Mikko RasaAdd post-processing effect framework
2008-08-17 Mikko RasaMove Image to mspgbase
2008-02-04 Mikko RasaMake the use of DevIL optional
2007-12-29 Mikko RasaWindows compatibility:
2007-11-02 Mikko RasaUse DevIL for loading images