summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PostProcessing.cpp
AgeCommit message (Expand)Author
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2015-05-28Pass strings by const reference where possibleLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-04Use emplace_* functions where in-place construction is preferableLioncash
2015-01-25PostProcessing: Move default pixel shader to PostProcessingShaderConfiguration.Jules Blok
2015-01-25PostProcessing: Add support for user-supplied anaglyph shaders.Jules Blok
2015-01-20Fix the Post Processing shader configuration dialog.Ryan Houdek
2014-08-25Revert "Catch broken configurations inside of the Post Processing shaders."Pierre Bourdon
2014-08-17Catch broken configurations inside of the Post Processing shaders.Ryan Houdek
2014-08-13Add the VideoCommon PostProcessing class.Ryan Houdek