summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderBase.cpp
AgeCommit message (Expand)Author
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
2017-03-04VideoCommon: Move some common initialization logic to RenderBaseStenzek
2017-03-04VideoCommon: Eliminate static state in RendererStenzek
2017-02-26VideoBackends: Use vertex shader depth range if ztexture is used.Jules Blok
2017-02-03FramebufferManagerBase: Return a std::pair from GetTargetSizeLioncash
2017-01-31RenderBase: Get rid of unnecessary castsLioncash
2017-01-28RenderBase: Let the Auto Adjust Window Size option request the final image si...Admiral H. Curtiss
2017-01-28RenderBase: Extract the framebuffer size to display size code into function.Admiral H. Curtiss
2017-01-03FifoPlayer: Save/restore texture memory state for fifo logsStenzek
2016-12-09TextureCacheBase: Eliminate static stateLioncash
2016-11-28VideoCommon: Add method for calculating full-scale framedump rectanglesStenzek
2016-11-28VideoCommon: Remove backbuffer size parameters from methodsStenzek
2016-11-23VideoCommon: Support dumping frames to imagesStenzek
2016-11-10VideoCommon: Drop FlipImageData.degasus
2016-11-10VideoCommon/Render: Inplace frame dump encoding.degasus
2016-11-07VideoCommon/Render: Use a flag for screenshot.degasus
2016-11-07Renderer: Threaded frame dumping.degasus
2016-11-04AVIDump: Add a struct for the state.degasus
2016-11-04AVIDump: Inline OSD error handling.degasus
2016-10-15Revert "Merge pull request #4286 from shuffle2/Aestek-clean-osd"degasus
2016-10-15Revert "Merge pull request #4287 from shuffle2/typo-fix"degasus
2016-10-10AVIDump: Move CoreTiming into caller.degasus
2016-10-08Renderer: Merge screenshot logic into VideoCommon.degasus
2016-10-08Renderer: Remove write-only variable.degasus