summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
AgeCommit message (Expand)Author
2015-09-23Merge pull request #3066 from degasus/masterflacs
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
2014-05-16Video backend: merge global var xfmem into xfregs.magumagu
2014-05-16Video backends: unify xfregs/xfmem structures.magumagu
2014-04-12VideoSoftware: remove const memory usage of DebugUtildegasus
2014-03-29Software backend: Delete forked PixelEngine.magumagu
2014-03-17More range-based loops and overridesTillmann Karras
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-03-06SW renderer: add missing ClearCurrent()Tillmann Karras
2014-03-03videosoftware: More coding style fixes.Tony Wasserka
2014-03-01videosoftware: Added hack to bypass xfb just so fifoplayer works.Scott Mansell
2014-02-20Fix more header sorting issues in VideoBackends/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-16Remove the old MMIO access "interface".Pierre Bourdon
2014-02-16MMIO: Port the SW CP/PE MMIOs to the new interface.Pierre Bourdon
2014-02-16MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framewo...Pierre Bourdon
2014-02-09Clean up some struct indentationsLioncash
2014-01-21Finally Merge branch 'videosoftware-xfb'Scott Mansell
2014-01-18Merge of GL-AutoChoose.Ryan Houdek
2014-01-17[GLExtensions] Make sure to initialize our function pointers with VideoSoftwa...Ryan Houdek
2014-01-17[GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely f...Ryan Houdek
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre