summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/RenderBase.cpp
AgeCommit message (Expand)Author
2013-07-30Make hotkeys for togglign IR, AR, efb copies and fog settings configurable.Rachel Bryk
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-06Use an enum for efb scale values.Rachel Bryk
2013-02-26Yell at the user if they change window size while dumping frames, and some ot...Jordan Woyak
2013-01-16Revert "Made several variables/parameters unsigned in the DX9, DX11 and OGL p...lioncash
2013-01-16Made several variables/parameters unsigned in the DX9, DX11 and OGL plugins. ...lioncash
2013-01-08X11: Disable OSD hotkeys when the corresponding option is disabled.NeoBrainX
2012-11-19Merge branch 'efb_scaling_fixes'.NeoBrainX
2012-11-19Fix some fractional EFB scaling issues.NeoBrainX
2012-11-16Remove Renderer::xScale and Renderer::yScale.NeoBrainX
2012-11-16Move ComputeDrawRectangle() to Renderer::UpdateDrawRectangle().NeoBrainX
2012-10-03Move last XFB size from Render to FramebufferManager.NeoBrainX
2012-10-03Minor cleanups.NeoBrainX
2012-08-07Add a sanity check for viewports with zero width/height.NeoBrainX
2012-06-20Instead of invalidating texcache whenever the graphics configuration dialog g...NeoBrainX
2012-06-11Remove "Disable Lighting".NeoBrainX
2012-03-24D3D9: Fix texel to pixel mapping when sampling textures properly.NeoBrainX
2011-09-09Compile fix.NeoBrainX
2011-09-08Merge some frame dumping code to VideoCommon, fixes a memory leak in D3D9 and...NeoBrainX
2011-09-08Implement frame dumping in D3D11.NeoBrainX
2011-07-05added 1.5x, 2.5x, 4x internal resolutionMarko Pusljar
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