summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderBase.cpp
AgeCommit message (Expand)Author
2018-10-27RenderBase: send performance sample at every end of framePierre Bourdon
2018-10-20Renderer: Pull dimensions from GLInterface/SwapchainStenzek
2018-10-20Drop Host_GetRenderSurface and pass display to backendStenzek
2018-09-13Correctly adjust the rendered XFB region at non-native internal resolutions w...Admiral H. Curtiss
2018-06-25VideoCommon: Fix auto IR being very overzealousTechjar
2018-06-06Add OSD message for Volume Hotkeysmaster0fdisaster
2018-05-13Merge pull request #6786 from stenzek/crop-negative-yMarkus Wick
2018-05-11VideoCommon/RenderBase: Refactor OSD messagesspycrab
2018-05-08RenderBase: Ensure the draw size does not exceed the window sizeStenzek
2018-04-29Implement EFB copy filter and gamma in hardware backendsStenzek
2018-04-02Renderer: Only recreate frame dump texture if dimensions differStenzek
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-03-10OGL: Re-implement async shader compilingStenzek
2018-03-10Move shader caches to VideoCommonStenzek
2018-03-02VideoCommon: Add support for Abstract FramebuffersStenzek
2018-03-01AbstractTexture: Support multisampled abstract textureStenzek
2018-02-20Renderer: Handle resize events on-demand instead of pollingStenzek
2018-02-20BPFunctions: Move GX viewport conversion to VideoCommonStenzek
2018-02-07Merge pull request #6334 from stenzek/startupAnthony
2018-01-29Merge pull request #6303 from TraceBullet/auto-adjust-window-sizeStenzek
2018-01-27VideoBackends: Combine Initialize/Prepare and Cleanup/Shutdown methodsStenzek
2018-01-26Fix Auto-Adjust Window Size option making the window too largeTraceBullet
2018-01-26Renderer: Fix crash on shutdown when frame dumping or taking screenshotsStenzek
2018-01-06Treat invalid aspect ratio setting values as AutoJosJuice
2017-12-15Video Common: move frame advance and counter logic to only happen when we act...iwubcode
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