summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderBase.cpp
AgeCommit message (Expand)Author
2022-12-27VideoCommon: De-globalize PixelShaderManager class.Admiral H. Curtiss
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau
2022-12-11VideoCommon/PixelEngine: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-12-09Core: Add option to force linear texture filtering.Admiral H. Curtiss
2022-11-29VideoCommon/CommandProcessor: Refactor to class, move to Core::System.Admiral H. Curtiss
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-10-22VideoCommon: Support hot reloading of VS expandTellowKrinkle
2022-10-01VideoCommon: Update EFB peek cache on draw done and tokensRobin Kertels
2022-08-02Common::Timer: use chrono::steady_clock internallyShawn Hoffman
2022-06-27VideoCommon: support dynamically updating game mods at runtimeiwubcode
2022-06-27VideoCommon: trigger mod calls in TextureCacheBase (efb/xfb calls), VertexMan...iwubcode
2022-05-25Common: Refactor PointerWrapDentomologist
2022-04-16Implement ImGui window for scissor rectanglesPokechu22
2022-04-16VideoCommon: Rework scissor handlingPokechu22
2022-03-29PixelEngine: Convert to BitField and enum classPokechu22
2022-03-25RenderBase: Add call to IMGUI_CHECKVERSION()Pokechu22
2022-01-03Merge pull request #10332 from AdmiralCurtiss/config-port-generalLéo Lam
2022-01-01VideoCommon: Add names for textures and shadersPokechu22
2022-01-01Config: Port remaining General settings to new config system.Admiral H. Curtiss
2021-12-30Config: Port Movie settings to new config system.Admiral H. Curtiss
2021-12-18Eliminate VarType for ComponentFormatPokechu22
2021-12-18Refactor OpcodeDecoding and FIFO analyzer to use callbacksPokechu22
2021-11-30Add Rerecord Count displaysowens99
2021-11-18Add option for setting the PNG zlib compression levelPokechu22
2021-10-26Externals: Update imgui to 1.85Pokechu22
2021-10-08Merge pull request #9803 from Techjar/bbox-videocommonLéo Lam
2021-10-04VideoCommon: Abstract bounding boxTechjar
2021-09-29RenderBase: Show input count on m_ShowFrameCountsowens99
2021-09-28RenderBase: show total framecount on movie playbacksowens99
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-28VideoCommon: Move bounding box pixel quads rounding to shaderTechjar
2021-05-22VideoCommon: Account for pixel quads in bounding box calculationTechjar
2021-05-22VideoCommon: Split BBox* functions into common and backend implementation var...Techjar
2021-05-14Merge pull request #9707 from JosJuice/remove-atomic-headerMat M
2021-05-14Merge pull request #9688 from Filoppi/input_cleanupScott Mansell
2021-05-13Remove Atomic.hJosJuice
2021-05-12Add mixed comments to input code, make some tooltip clearerFiloppi
2021-05-07Merge pull request #9417 from Filoppi/input-1Léo Lam
2021-05-06Fix FPS counter and Game Window speed % breaking on pause/unpauseFiloppi
2021-05-05Implement EFB Peeks for compressed z16 formatsScott Mansell
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2021-03-06Fix typo with ztex2 op in UseVertexDepthRangePokechu22
2021-01-27rename Core/Analytics to Core/DolphinAnalyticsShawn Hoffman
2021-01-05Fix a couple of typosFilippo Tarpini
2020-12-26VideoCommon: Fix crash that occurs on loading a fifo log due to uninitialized...iwubcode
2020-12-24VideoCommon: Update active config when we check for config changes, this ensu...iwubcode