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
/
VideoBackends
/
OGL
/
PostProcessing.cpp
Age
Commit message (
Expand
)
Author
2015-05-29
OGL: Always use sampler objects.
degasus
2015-05-27
OGL: use GL_TEXTURE* constants
Tillmann Karras
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-01-25
PostProcessing: Move default pixel shader to PostProcessingShaderConfiguration.
Jules Blok
2015-01-25
PostProcessing: Add support for user-supplied anaglyph shaders.
Jules Blok
2015-01-02
PostProcessing: Mark all shaders constant.
Jules Blok
2015-01-02
Anaglyph: Use matrices instead of vectors.
Jules Blok
2015-01-02
PostProcessing: Use Dubois algorithm for anaglyph shader.
Jules Blok
2014-12-06
OGL: Use a fixed VAO for attributeless rendering.
Unknown W. Brackets
2014-11-23
PostProcessing: Invalidate shader when anaglyph stereoscopy is toggled.
Jules Blok
2014-11-23
PostProcessing: Apply color correction to the anaglyph shader.
Jules Blok
2014-11-23
PostProcessing: Add support for anaglyph stereoscopy mode.
Jules Blok
2014-11-23
Cosmetics.
Jules Blok
2014-11-23
PostProcessing: Add layered stereoscopy support.
Jules Blok
2014-10-30
Merge pull request #1440 from Sonicadvance1/attributeless-workaround
Ryan Houdek
2014-10-30
Implements PP shader system using attribute workaround.
Ryan Houdek
2014-10-27
OGL: fix interpolation of PP shaders
degasus
2014-10-23
OGL: force enable postprocessing
degasus
2014-08-28
Clear the texture used by PP shaders prior to use.
Ryan Houdek
2014-08-19
msvc: resolve all warnings in VideoBackends/OGL.
Shawn Hoffman
2014-08-17
Fixes PP-shaders on !Mesa targets.
Ryan Houdek
2014-08-15
OGL: Fix brace and body placements
Lioncash
2014-08-13
Change OpenGL's post processing to use the new VideoCommon PP object.
Ryan Houdek
2014-08-13
Add the VideoCommon PostProcessing class.
Ryan Houdek
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre