summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderBase.h
AgeCommit message (Expand)Author
2023-02-09Cleanup headersScott Mansell
2023-02-09Move UseVertexDepthRange() out of RendererScott Mansell
2023-02-09Move m_prev_efb_format into FramebufferManagerScott Mansell
2023-02-09Move WidescreenHeuristic to it's own classScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-09Move xfb tracking and IR scaling out of RenderBaseScott Mansell
2023-02-09Refactor ClearRegionScott Mansell
2023-01-31Add some descriptions to new classesScott Mansell
2023-01-31Cleanup headersScott Mansell
2023-01-31Expose Renderer's FramecountScott Mansell
2023-01-31Renderer still needs to track swaps for savestatesScott Mansell
2023-01-31Split out everying remaining from SwapScott Mansell
2023-01-31Delete unused EFBHasAlphaChannel functionScott Mansell
2023-01-31Move ConfigChanged out of RenderBaseScott Mansell
2023-01-31Move GraphicsMod out of RenderBaseScott Mansell
2023-01-31Move utiltily drawing out of RenderBaseScott Mansell
2023-01-31Move BoundingBox out of RenderBaseScott Mansell
2023-01-31Minimise include polution from RenderStateScott Mansell
2023-01-31Implement AbstractGfx for Software & NullScott Mansell
2023-01-31Split AbstractGfx out of RendererScott Mansell
2023-01-31Move Presenting, Dumping and ImGui out of RendererScott Mansell
2022-12-27VideoCommon: De-globalize PixelShaderManager class.Admiral H. Curtiss
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau
2022-11-23Improve FPS/VPS Counting and Revamp AppearanceSam Belliveau
2022-11-06VideoCommon: Hold ImGui lock while initializing and shutting down ImGui.Admiral H. Curtiss
2022-07-21VideoBackends: Add Metal rendererTellowKrinkle
2022-06-27VideoCommon: trigger mod calls in TextureCacheBase (efb/xfb calls), VertexMan...iwubcode
2021-10-04VideoCommon: Abstract bounding boxTechjar
2021-08-30VideoBackends / VideoCommon: allow the ability to set debug names for shaders...iwubcode
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-31VideoCommon: Add fallback handling for bounding box when disabled or unsupportedTechjar
2021-05-31VideoCommon: Restore BBox* forwarding functionsTechjar
2021-05-29VideoCommon: Remove BBox* forwarding functionsTechjar
2021-05-22VideoCommon: Split BBox* functions into common and backend implementation var...Techjar
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2020-11-27FrameDump: Start timing at 0 ticks when starting from bootJosJuice
2020-10-22VideoCommon: FrameDump fixes/cleanups.Jordan Woyak
2020-10-03InputCommon: Introducing the "Dynamic Input Texture". Configuration links an...iwubcode
2020-08-06Remove wait_for_completion parameter from Renderer::SaveScreenshotJosJuice
2020-02-09VideoCommon: Tweak widescreen heuristic and clean up some related Renderer lo...Jordan Woyak
2019-10-02Renderer: Draw ImGui interface to both eyesStenzek
2019-08-28Core: Use move semantics for Renderer::SaveScreenshotSilent
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-06-30Merge pull request #8128 from altimumdelta/FrameDumpUpgradePrep1Connor McLaughlin
2019-06-30VideoCommon: Rename AVIDump to FrameDumpaltimumdelta
2019-06-08Merge pull request #8049 from stenzek/cropConnor McLaughlin
2019-05-30VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()Lioncash
2019-04-28Renderer: Adjust target rectangle in the base classStenzek