summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/main.cpp
AgeCommit message (Expand)Author
2015-05-28Rewrite FileSearch and improve ScanDirectoryTree.comex
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-08Merge pull request #2092 from Sonicadvance1/gles_occlusion_queriesRyan Houdek
2015-02-24OGL: support palette texture decodingdegasus
2015-02-21Implement full occlusion queries for the Nexus 9.Ryan Houdek
2015-02-19Decode EFB copies used as paletted textures.magumagu
2015-02-01VideoBackends: set GLInterface to zero after deleting itdegasus
2015-01-31OGL: Fix a memory leak that would occur every time a game is launchedLioncash
2015-01-25PostProcessing: Add support for user-supplied anaglyph shaders.Jules Blok
2015-01-21Merge pull request #1869 from Stevoisiak/GeneralConsistencyRyan Houdek
2015-01-12Minor consistency changesStevoisiak
2015-01-11TexCache: rewrite level calculationdegasus
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus
2014-12-20OGL: Fix OGL3 with stereo enableddegasus
2014-12-18OGL: Don't generate a geometry shader if the backend doesn't support it.Jules Blok
2014-12-14VideoCommon: Add a separate constants buffer for the geometry shader.Jules Blok
2014-12-14D3D: Add 3D vision support.Jules Blok
2014-11-23VideoConfig: Limit the Stereo 3D option to the OpenGL backend.Jules Blok
2014-11-17OGL: implement bounding box support with ssbodegasus
2014-10-26OGL: Get rid of error macrosLioncash
2014-09-04VideoCommon: Remove support for decoding to ARGB texturesJasper St. Pierre
2014-08-26Unify three types of non-FIFO requests to the GPU thread around Common::Event...comex
2014-08-19Core: Don't pass through a reference to the window handleJasper St. Pierre
2014-08-17Merge pull request #790 from lioncash/ogl-cleanupLioncash
2014-08-15OGL: Get rid of an unnecessary WIN32 ifdef in main.cppLioncash
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-03Isolate D3D and Software Renderer from wxWidgets codeLioncash
2014-08-02Move GLInterface around to remove VideoBackends dependency on DolphinWXPierre Bourdon
2014-07-26Remove the 3D Vision hack.Jules Blok
2014-07-20VideoConfig: Add "Borderless Fullscreen" option.Jules Blok
2014-07-11mark all local functions as staticdegasus
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-06-15Remove EmuWindow.Armada
2014-05-19ogl: drop csaa supportdegasus
2014-04-12OpenGL backend: remove useless header Globals.h.magumagu
2014-04-12OpenGL config: clear backend_info.Adapters on initmagumagu
2014-04-11VideoBackend: remove unused config vars.magumagu
2014-03-17More range-based loops and overridesTillmann Karras
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-15fix ogl video config crashdegasus
2014-01-31VideoCommon: remove Cache Displaylistdegasus
2014-01-18Merge of GL-AutoChoose.Ryan Houdek
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre