summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderBase.cpp
AgeCommit message (Expand)Author
2017-12-01Merge pull request #6193 from stenzek/readbacksStenzek
2017-11-23OGL: Fix headless frame dumpingStenzek
2017-11-22VideoCommon: Re-implement asynchronous frame dumpingStenzek
2017-11-22AbstractTexture: Seperate CopyRectangleFromTexture to two methodsStenzek
2017-11-22VideoCommon: Move abstract texture creation function to RendererStenzek
2017-11-21Renderer: Re-implement window size frame dumpingStenzek
2017-11-18VideoConfig: Make StereoMode an enum classLioncash
2017-11-18VideoConfig: Make AspectMode an enum classLioncash
2017-11-17Hybrid XFB: Fix lint errorsiwubcode
2017-11-17TextureCacheBase: Add XFB specific functionsiwubcode
2017-11-17Video Backends: Remove the right of the xfb region for games where theiwubcode
2017-11-17Video Common: Improve texture dumping to work with fifoci andiwubcode
2017-11-17HybridXFB: Fix lint errorsiwubcode
2017-11-17Video Common: Use correct aspect ratio when saving screenshots / videoiwubcode
2017-11-17Video Common: Avoid 'presenting' duplicate frames by detecting when swapiwubcode
2017-11-17VideoCommon: Output gamma now comes from the xfb copyiwubcode
2017-11-17Add 'immediate xfb' which reduces xfb latency at the cost of graphical errorsiwubcode
2017-11-17Video Common: Make auto IR work with HybridXFBiwubcode
2017-11-17Remove old XFB logiciwubcode
2017-11-17Video Common: Only update FPS when frame is renderered which yields moreiwubcode
2017-11-17Video Backends: Implement vertical scaling for xfb copies. This fixes theiwubcode
2017-11-17Add new GUI option to skip XFBToRam and remove old XFB optionsiwubcode
2017-11-17Support frame and video dumping from VideoCommoniwubcode
2017-11-17Add support for hybrid XFBiwubcode
2017-11-03Fix incorrect handling of auto IRJosJuice
2017-08-24Remove FFMPEG check for Renderer::IsFrameDumping()Chris Burgener
2017-08-11Config: Include SYSCONF in base layerLéo Lam
2017-08-08Remove non-integer IRsJosJuice
2017-07-30VideoCommon: Improve precision of FPS counterStenzek
2017-07-20ShaderGen: Pass host config to shader generation functionsStenzek
2017-06-05Merge pull request #5312 from ligfx/cleanupupdatedrawrectangleshuffle2
2017-05-26MSVC: define HAVE_FFMPEGMichael Maltese
2017-05-26Rename define HAVE_LIBAV->HAVE_FFMPEGMichael Maltese
2017-04-24RenderBase: clean up UpdateDrawRectangleMichael Maltese
2017-04-11Merge pull request #5234 from lioncash/tupleMarkus Wick
2017-04-10Merge pull request #5008 from ligfx/aspectheuristicScott Mansell
2017-04-09RenderBase: Return a tuple from ConvertStereoRectangle instead of using out p...Lioncash
2017-04-09RenderBase: Return a tuple from CalculateTargetScale instead of using out par...Lioncash
2017-04-08RenderBase: Eliminate renderer global accesses within the Renderer classLioncash
2017-04-08RenderBase: const correctnessLioncash
2017-04-05VideoCommon: rework anamorphic widescreen heuristicMichael Maltese
2017-03-14OGL: Remove support for NV_depth_buffer_float.Jules Blok
2017-03-10Merge pull request #4935 from Armada651/depth-range-fixMarkus Wick
2017-03-10RenderBase: Check if early ztest is enabled before falling back to vertex dep...Jules Blok
2017-03-10VideoBackends: Move max texture size to VideoConfigStenzek
2017-03-09VideoCommon: Fix crash at startup with virtual XFB enabledStenzek
2017-03-04Android: Move screenshot waiting logic to RendererStenzek
2017-03-04VideoCommon: Store last window request width/heightStenzek
2017-03-04VideoCommon: Move last EFB scale handling to CalculateTargetSizeStenzek
2017-03-04VideoCommon: Rename Renderer s_ prefixes to m_Stenzek