summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderBase.cpp
AgeCommit message (Expand)Author
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
2019-01-08Merge pull request #7626 from weihuoya/vulkan-oomConnor McLaughlin
2019-01-08Always flush on swapweihuoya
2019-01-03Merge pull request #7230 from ligfx/remove_clamp_draw_sizeJosJuice
2018-12-04Renderer: Add backbuffer format to base classStenzek
2018-12-04Renderer: Add a base Initialize() method to match Shutdown()Stenzek
2018-12-04RenderBase: Force a pipeline flush when drawing the XFB to the hostStenzek
2018-11-07RenderBase: Set m_aspect_wide on startJosJuice
2018-11-07Fix the widescreen hack for Wii games with 4:3 forced in game INIJosJuice
2018-11-07TextureCache: Implement deferred/batched EFB copiesStenzek
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-07-07RenderBase: don't clamp draw size to windowMichael M
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