]> git.tdb.fi Git - libs/gl.git/commit
Move postprocessor shaders to the builtin shaderlib
authorMikko Rasa <tdb@tdb.fi>
Fri, 18 Nov 2016 21:45:00 +0000 (23:45 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 19 Nov 2016 00:17:36 +0000 (02:17 +0200)
commite55f79ccb21e8c1be3d86f127e3ec1583e58ce92
tree0d8aa24a9d5da50ea665fbf1240a5e5d1490bd3e
parentb2764a3a349b48d7445202faa903383386c09a4c
Move postprocessor shaders to the builtin shaderlib
16 files changed:
shaderlib/ambientocclusion.glsl [new file with mode: 0644]
shaderlib/ambientocclusion_combine.glsl [new file with mode: 0644]
shaderlib/ambientocclusion_occlude.glsl [new file with mode: 0644]
shaderlib/bloom.glsl [new file with mode: 0644]
shaderlib/bloom_blur.glsl [new file with mode: 0644]
shaderlib/bloom_combine.glsl [new file with mode: 0644]
shaderlib/colorcurve.glsl [new file with mode: 0644]
shaderlib/postprocess.glsl [new file with mode: 0644]
source/ambientocclusion.cpp
source/bloom.cpp
source/colorcurve.cpp
source/postprocessor.h
source/program.cpp
source/programcompiler.cpp
source/resources.cpp
source/resources.h