summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/RenderBase.cpp
AgeCommit message (Expand)Author
2011-05-12Don't resize render target to handle out-of-bounds viewports. Instead, adjust...Nolan Check
2011-04-02Revert r7086.NeoBrainX
2011-03-27Add graphics FIFO recorder and player for debugging the graphics system.donkopunchstania
2011-03-15A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...Jordan Woyak
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-03-02Put the video prepare code back, and use the existence of the g_renderer to d...Glenn Rice
2011-02-08Defer texture invalidation to the video thread from the video configuration d...baby.lueshi
2011-02-05* Keeping resolution aligned to back-buffer size if the latter one is changed...gnick79
2011-02-02Remove PluginSpecs.h. Merge the few needed enums from that file into Common....Glenn Rice
2011-01-31Fix *BSD build.Soren Jorvang
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-07Add anvideo config option to automatically resize the render window to the si...donkopunchstania
2011-01-06Changes:gnick79
2011-01-05* By forcing resolution size to back-buffer size when the latter one is changed!gnick79
2010-12-31Finish implementing gamma correction in DX9.donkopunchstania
2010-12-27Implement pixel data reinterpretation on EFB format change.NeoBrainX
2010-12-27Second Experimental commit: Rodolfo Osvaldo Bogado
2010-12-20added/changed some graphics plugin tooltips, added some low-res framebuffer o...nitsuja-
2010-12-11Fix some off-by-one errors in the EFB scaling stuff.NeoBrainX
2010-12-10VideoCommon: Use integer arithmetic instead of floating point arithmetic when...NeoBrainX
2010-11-18Fixed RealXFB being enabled when XFB box is unchecked. Moved some shared code...Jordan Woyak
2010-11-18Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class t...Jordan Woyak