summaryrefslogtreecommitdiff
path: root/drivers/gles3/shaders/ssao_blur.glsl
AgeCommit message (Collapse)Author
2017-08-29-Fixed screen edge SSAO filter, fixes #9678Juan Linietsky
-Raised the SSAO limits, making the effect a lot more useful -Still pending to enable tresholding to avoid some hollow places
2017-06-02many fixes to image loader, voxel cone tracing, etc.Juan Linietsky
2017-01-14Style: Fix whole-line commented codeRĂ©mi Verschelde
They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
2016-12-04Support for SSAOJuan Linietsky