]> git.tdb.fi Git - libs/gl.git/history - source/shadowmap.cpp
Drop Id tags and copyright notices from files
[libs/gl.git] / source / shadowmap.cpp
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-11-30 Mikko RasaAllocate textures attached to framebuffers automatically
2010-11-30 Mikko RasaRemove support for texture borders
2010-11-03 Mikko RasaUse the matrix classes internally
2010-09-15 Mikko RasaRewrite Framebuffer to defer attach/detach operations...
2010-07-04 Mikko RasaGet rid of the generic Texture::parameter method
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-01-15 Mikko RasaAdd a hackish support for positional lights in ShadowMap
2009-09-21 Mikko RasaAdd get_width() / get_height() methods to Renderbuffer...
2009-07-26 Mikko RasaDisable blend and depth test while rendering Bloom
2009-07-14 Mikko RasaReset viewport also after pass-specific effects
2009-07-05 Mikko RasaAdd Vector3 and Vector4 classes