summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PostProcessing.h
AgeCommit message (Expand)Author
2023-08-18Video: fix post process shaders with parameters failing to build on OpenGLFiloppi
2023-06-19Video: implement color correction to match the NTSC and PAL color spaces (and...Filoppi
2022-02-17VideoCommon: Convert OptionType to enum classDentomologist
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-05-04VideoCommon: Implement passive stereoscopic 3Diwubcode
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-05-21PostProcessing: Make GetShader() return by constant referenceLioncash
2018-05-21PostProcessing: Make member functions const qualified where applicableLioncash
2018-05-21PostProcessing: Replace typedef with a using aliasLioncash
2018-05-21PostProcessing: Default constructor and destructor of PostProcessingShaderCon...Lioncash
2018-04-12Reformat all the things!spycrab
2017-04-25VideoConfigDiag: Move post-processing shader list to post processorStenzek
2017-04-25VideoCommon: Move the blit methods to the backend classStenzek
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
2014-11-23PostProcessing: Add layered stereoscopy support.Jules Blok
2014-10-23OGL: force enable postprocessingdegasus
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