summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
AgeCommit message (Expand)Author
2016-09-03VideoSoftware: Don't Init the PixelEngine twiceEmptyChaos
2016-07-29VideoCommon: Make API_TYPE an enum classLioncash
2016-06-26VideoCommon: Drop GetConfigName.degasus
2016-06-26VideoBackends: Merge ShowConfig functions.degasus
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-24OpcodeDecoder: Add namespaceLioncash
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2016-01-09VideoSW: fix some warningsTillmann Karras
2016-01-06VideoSW: Use more VideoCommondegasus
2016-01-04Merge pull request #3434 from lioncash/enumMarkus Wick
2016-01-02VideoBackend: Get rid of a boolean globalLioncash
2016-01-02OnScreenDisplay: Make CallbackType an enum classLioncash
2015-12-23Revert "Merge pull request #3076 from void-ghost/stereo3d_presets"Jules Blok
2015-10-14VideoSW: Split up OGL window handlingdegasus
2015-10-03Merge pull request #3076 from void-ghost/stereo3d_presetsshuffle2
2015-09-22VideoBackend: Video config filename is now exposed in VideoBackends.ghost
2015-09-22Move GL interface code out of the OpenGL video backend.Scott Mansell
2015-09-19GLInterface: Fix VideoSW on linux + OSX (v2)degasus
2015-09-18Revert "GLInterface: Fix VideoSW on linux + OSX"Markus Wick
2015-09-17Merge pull request #3054 from degasus/masterflacs
2015-09-17VideoSW: Drop HwRasterizerdegasus
2015-09-17GLInterface: Fix VideoSW on linux + OSXdegasus
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-14Software: Convert most volatile variables to atomicsLioncash
2015-04-06Fifo: rewrite sync on idle skipping hackdegasus
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
2014-11-17OGL: implement bounding box support with ssbodegasus
2014-09-28Mechanical changes to move most CP state to a struct rather than separate glo...comex
2014-09-19Add a comment to the software renderer that stride should be implementedRyan Houdek
2014-09-19WIP XFB scaling.magumagu
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-30Get rid of C-style empty function parameter indicatorsLioncash
2014-08-19Core: Remove UpdateFPSDisplayJasper St. Pierre
2014-08-19Core: Don't pass through a reference to the window handleJasper St. Pierre
2014-08-10Software: Get rid of an unnecessary format string in SWmain.cppLioncash
2014-08-03Isolate D3D and Software Renderer from wxWidgets codeLioncash
2014-08-02Move GLInterface around to remove VideoBackends dependency on DolphinWXPierre Bourdon
2014-07-17SW: Call OnFrameEnd in the FifoPlayer XFB hack. Required to dump DFF frames.Pierre Bourdon
2014-07-17Fixed Frame dumping in VideoSoftware.Scott Mansell
2014-07-13Fix warnings unearthed by #579Tillmann Karras
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-07-11mark all local functions as staticdegasus
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-06-01Video backends: remove dead code.magumagu
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu