index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
PostProcessing.h
Age
Commit message (
Expand
)
Author
2023-08-18
Video: fix post process shaders with parameters failing to build on OpenGL
Filoppi
2023-06-19
Video: implement color correction to match the NTSC and PAL color spaces (and...
Filoppi
2022-02-17
VideoCommon: Convert OptionType to enum class
Dentomologist
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-07-16
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
Lioncash
2019-05-04
VideoCommon: Implement passive stereoscopic 3D
iwubcode
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2018-05-21
PostProcessing: Make GetShader() return by constant reference
Lioncash
2018-05-21
PostProcessing: Make member functions const qualified where applicable
Lioncash
2018-05-21
PostProcessing: Replace typedef with a using alias
Lioncash
2018-05-21
PostProcessing: Default constructor and destructor of PostProcessingShaderCon...
Lioncash
2018-04-12
Reformat all the things!
spycrab
2017-04-25
VideoConfigDiag: Move post-processing shader list to post processor
Stenzek
2017-04-25
VideoCommon: Move the blit methods to the backend class
Stenzek
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-17
VideoCommon: Header cleanup
Lioncash
2015-05-28
Pass strings by const reference where possible
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-11-23
PostProcessing: Add layered stereoscopy support.
Jules Blok
2014-10-23
OGL: force enable postprocessing
degasus
2014-08-25
Revert "Catch broken configurations inside of the Post Processing shaders."
Pierre Bourdon
2014-08-17
Catch broken configurations inside of the Post Processing shaders.
Ryan Houdek
2014-08-13
Add the VideoCommon PostProcessing class.
Ryan Houdek