summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderBase.cpp
AgeCommit message (Expand)Author
2020-08-06Remove wait_for_completion parameter from Renderer::SaveScreenshotJosJuice
2020-07-04Merge pull request #8884 from iwubcode/freelook_performance_fixConnor McLaughlin
2020-07-02VertexShaderManager: Avoid accessing freelook control type configuration each...iwubcode
2020-06-29VideoCommon: Show profiler output againJosJuice
2020-04-16Merge pull request #8730 from JosJuice/frame-advance-duplicate-frameJMC47
2020-04-09Core: Clarify Callback_VideoCopiedToXFB and FrameUpdateJosJuice
2020-02-09VideoCommon: Remove widescreen heuristic debug logs.Jordan Woyak
2020-02-09VideoCommon: Tweak widescreen heuristic and clean up some related Renderer lo...Jordan Woyak
2020-01-24InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.Jordan Woyak
2020-01-14Add an option to present/skip presenting duplicate framesStenzek
2019-12-05VideoCommon/OpcodeDecoding: Move g_bRecordFifoData into namespaceLioncash
2019-11-23VideoCommon: Make use of fmt outside of shader generatorsLioncash
2019-10-02Renderer: Use interface blocks for ImGui shadersStenzek
2019-10-02Renderer: Draw ImGui interface to both eyesStenzek
2019-08-28Core: Use move semantics for Renderer::SaveScreenshotSilent
2019-08-04VideoCommon/RenderBase: Remove dependency on renderer global within rendererLioncash
2019-08-04VideoCommon/RenderBase: Use structured bindings where applicableLioncash
2019-08-04VideoCommon/RenderBase: Make functions const where applicableLioncash
2019-07-24TextureCache: Support saving cache entries, including EFB copiesStenzek
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-07-10VideoCommon/Statistics: Rename stats global to g_statsLioncash
2019-07-10VideoCommon/Statistics: Make all member functions non-staticLioncash
2019-07-10VideoCommon/Statistics: Normalize statistic variable namesLioncash
2019-06-30Merge pull request #8128 from altimumdelta/FrameDumpUpgradePrep1Connor McLaughlin
2019-06-30VideoCommon: Rename AVIDump to FrameDumpaltimumdelta
2019-06-30Merge pull request #8215 from CookiePLMonster/appverifier-sanitizeConnor McLaughlin
2019-06-23Make DolphinAnalytics a true singleton - static local variables are initializ...Silent
2019-06-18VideoCommon/RenderBase: Fix cropTechjar
2019-06-15VideoCommon/RenderBase: Reset scissor rectangle after ImGui renderingTechjar
2019-06-08Merge pull request #8049 from stenzek/cropConnor McLaughlin
2019-05-30VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()Lioncash
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-04-28Renderer: Adjust target rectangle in the base classStenzek
2019-04-28Renderer: Adjust source rectangle when crop would draw off screenStenzek
2019-04-21Replace EFBRectangle/TargetRectangle with MathUtil::RectangleStenzek
2019-04-21TextureCache: Simplify XFB reconstructionStenzek
2019-04-05Add imgui golf mode overlayTechjar
2019-03-28RenderBase: Add EFBHasAlphaChannel() helperStenzek
2019-03-23Add imgui-based Netplay Chatspycrab
2019-03-21VideoCommon/RenderBase: Disable backculling for ImGuispycrab
2019-03-09FramebufferManager: Implement EFB tile cacheStenzek
2019-03-07VideoCommon/RenderBase: Don't destroy pipelines that are in usespycrab
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-01-27Renderer: Fix throttle-disable (TAB) hotkey when vsync is enabledStenzek
2019-01-25Decouple XFB scanout from presentationStenzek
2019-01-25Renderer: Scale all imgui fonts by the backbuffer scaleStenzek
2019-01-25VideoBackends: Store a backbuffer 'scale'Stenzek
2019-01-25RenderWidget: Hook up to ImGuiStenzek
2019-01-25Renderer: Use imgui for drawing debug text and OSDStenzek
2019-01-25RenderBase: Implement imgui renderingStenzek