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