do gamma correction on post if we don't have an sRGB framebuffer
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 15 Nov 2016 05:13:25 +0000 (07:13 +0200)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 15 Nov 2016 05:13:25 +0000 (07:13 +0200)
commit3aacec4aee795e703e8eb9d6852ca47a3be065ee
tree145ace38184f79e40648194ce988e467c5fa278d
parentc5c29f4044110dd153ee5ca3b018c812d518a053
do gamma correction on post if we don't have an sRGB framebuffer
sdr/post_gamma.p.glsl [new file with mode: 0644]
sdr/post_gamma.v.glsl [new file with mode: 0644]
src/app.cc
src/app.h
src/main.cc
src/post.cc [new file with mode: 0644]
src/post.h [new file with mode: 0644]