]> git.tdb.fi Git - libs/gl.git/history - source/bloom.cpp
Drop Id tags and copyright notices from files
[libs/gl.git] / source / bloom.cpp
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-12 Mikko RasaBind ProgramData to a Program upon construction
2010-12-09 Mikko RasaModernize the Bloom code
2010-11-30 Mikko RasaGive both color and depth buffers to postprocessors
2010-11-30 Mikko RasaAllocate textures attached to framebuffers automatically
2010-11-30 Mikko RasaRemove support for texture borders
2010-09-27 Mikko RasaUse the Blend and DepthTest classes
2010-07-04 Mikko RasaGet rid of the generic Texture::parameter method
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2009-07-26 Mikko RasaDisable blend and depth test while rendering Bloom
2009-01-27 Mikko RasaAdd a Pipeline framework for constructing complex rende...
2009-01-25 Mikko RasaAdd post-processing effect framework