summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/RenderBase.h
AgeCommit message (Expand)Author
2011-05-12Don't resize render target to handle out-of-bounds viewports. Instead, adjust...Nolan Check
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-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-27Various minor fixes to allow building with clang on OS X.Soren Jorvang
2011-01-24DX11 code maintenance, part 4:NeoBrainX
2011-01-24DX11 code maintenance, part 2:NeoBrainX
2011-01-24DX11 code maintenance, part 1:NeoBrainX
2011-01-07Add anvideo config option to automatically resize the render window to the si...donkopunchstania
2010-12-27Implement pixel data reinterpretation on EFB format change.NeoBrainX
2010-12-27Second Experimental commit: Rodolfo Osvaldo Bogado
2010-12-25Guess what, more ClearScreen fixes.NeoBrainX
2010-12-19* revert Clear Screen's stuff from r6604gnick79
2010-12-18**Changes**gnick79
2010-12-13DX9: Write a detailed description of the vertex position offset magic in draw...NeoBrainX
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