summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/MainBase.cpp
AgeCommit message (Expand)Author
2013-10-02Merge branch 'fix-field-ordering'Scott Mansell
2013-04-24Formatting cleanup for VideoCommon.Lioncash
2013-03-01Add documentation to PerfQueryBase interface.NeoBrainX
2013-03-01Merge branch 'master' into perfqueries.NeoBrainX
2013-02-26Abort loading states from incompatible graphics backends.Rachel Bryk
2013-02-16Fix OGL perf queries and make them not slow!Jordan Woyak
2012-12-23revert last commit, add CheckInvalidState to VideoBackenddegasus
2012-12-22do only invalid hashes instead of all textures on loadingdegasus
2012-12-21add invalid flag for BPStructs (fix issue 5790)degasus
2012-06-20Enable hires textures even when texture dumping is enabled.NeoBrainX
2012-05-26added some missing VideoBackendHardware data to savestates. I think this make...nitsuja
2012-05-26fixed some graphics problems with loading savestates (for example, wrong colo...nitsuja
2012-05-26made savestates synchronous and immediate. this allows saving or loading whil...nitsuja
2012-03-05This release still fixed the hangs produced by fifo overflow without sacrific...marcosvitali
2012-01-04initialize the uninitializednitsuja
2011-03-16Fix the video software backend. (closes issue 4269)sl1nk3.s
2011-02-17Big Fifo Commit Part2: Now the fifo is more stable than my first commit, so i...Marcos Vitali
2011-02-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2011-02-13- Delete FIFO CriticalSection sFifoCritical for SAVE STATES. With the skid_au...Marcos Vitali
2011-02-10Experimental commit and one fix for my last commit.Marcos Vitali
2011-02-08Paused the video thread while a save state was being created or loaded. Perf...skidau
2011-02-02Remove PluginSpecs.h. Merge the few needed enums from that file into Common....Glenn Rice
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-30oops, Fix a wrong comment.sl1nk3.s
2011-01-30Fixed a small threading issue introduced by r6933 causing savestates to alway...sl1nk3.s
2011-01-27Various minor fixes to allow building with clang on OS X.Soren Jorvang
2010-12-19Lock emulation while saving state on all platforms.Soren Jorvang
2010-12-16Fix an omission from the last commit.Glenn Rice
2010-12-16Merge some state loading stuff to VideoCommon and fixed a crash on Linux syst...NeoBrainX
2010-11-18Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class t...Jordan Woyak