]> git.tdb.fi Git - libs/gl.git/history - source/texunit.cpp
Add a function to set depth clip of EnvironmentMap
[libs/gl.git] / source / texunit.cpp
2018-07-01 Mikko RasaBind textures in the modern way when shaders are used
2017-12-04 Mikko RasaMake extensions compatible with OpenGL ES
2014-10-19 Mikko RasaDon't enable/disable textures on non-legacy units
2014-10-15 Mikko RasaRemove a number of rarely used legacy features
2014-05-16 Mikko RasaTexUnit's constructor shouldn't be public
2013-11-28 Mikko RasaUse wrappers for single-value glGet* calls
2013-11-28 Mikko RasaBetter state tracking for bound objects
2013-11-27 Mikko RasaAlways bind textures in a specific texture unit
2013-11-27 Mikko RasaMake TexUnits aware of their incides
2013-08-20 Mikko RasaDo not store generated files in the repository
2012-08-30 Mikko RasaException fixes
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-26 Mikko RasaFix an incorrect extension name
2012-08-16 Mikko RasaAdd TexGen wrapper class
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-07-15 Mikko RasaAdd a Texturing class to encapsulate the state of multi...
2010-07-04 Mikko RasaGet rid of the generic Texture::parameter method
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2008-09-24 Mikko RasaObject model for Material and TexEnv
2008-09-08 Mikko RasaUse RAII checks for extensions and versions
2008-02-04 Mikko RasaMake the use of DevIL optional
2007-12-29 Mikko RasaWindows compatibility:
2007-09-03 Mikko RasaAdd Id tags and copyright notices to files
2007-06-12 Mikko RasaAdd vertex arrays and buffers