]> git.tdb.fi Git - libs/gl.git/commit
Add post-processing effect framework
authorMikko Rasa <tdb@tdb.fi>
Sun, 25 Jan 2009 10:39:28 +0000 (10:39 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 25 Jan 2009 10:39:28 +0000 (10:39 +0000)
commit119d9819ac9e9a8d274d2410beffe54e470485a3
tree7533e1ddfe684a3de0e469f959890f58e7586eeb
parentd653d25b548070c688e40c052730d63345ce70c9
Add post-processing effect framework
Add Bloom effect
Allow querying currently bound Framebuffer
Add floating-point PixelFormats
source/bloom.cpp [new file with mode: 0644]
source/bloom.h [new file with mode: 0644]
source/framebuffer.cpp
source/framebuffer.h
source/pixelformat.h
source/postprocessor.h [new file with mode: 0644]