gamma correction in post when there's no sRGB framebuffer and simple shader compositi...
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 12 Aug 2016 06:40:13 +0000 (09:40 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 12 Aug 2016 06:40:13 +0000 (09:40 +0300)
commit7c59a70219aa7bcf80291f41903a9e6fc9b6e073
tree9dab40b280414e2eb2b603d5f4aae8071258b52e
parent5e07bfd4d034dc3d974c8db008c6446e62838d39
gamma correction in post when there's no sRGB framebuffer and simple shader composition system
sdr/post.p.glsl [new file with mode: 0644]
sdr/post.v.glsl [new file with mode: 0644]
src/app.cc
src/color.cc
src/rtarg.cc [new file with mode: 0644]
src/rtarg.h [new file with mode: 0644]
src/sdr.c
src/sdr.h