summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2024-05-31VideoCommon: use imgui mouse position event when the mouse position changesiwubcode
2024-05-23Refactored Achievement Badges into Texture LayersLillyJadeKatrin
2024-05-21Merge pull request #12537 from TellowKrinkle/MTLSubgroupAdmiral H. Curtiss
2024-05-18VideoCommon: use imgui input queue for mouse clicks, this helps keep input sm...iwubcode
2024-05-04Merge pull request #10957 from Pokechu22/std-bitcastTilka
2024-05-03Replace Common::BitCast with std::bit_castPokechu22
2024-05-01Core::IsRunning: Avoid Global System Accessormitaclaw
2024-05-01Display active leaderboard data on screenLillyJadeKatrin
2024-04-28VideoCommon: allow custom shaders to set the alpha value for use when blendin...iwubcode
2024-04-26VideoCommon: Only show input count when recordingsowens99
2024-04-20VideoCommon/BPStructs: Add a missing bounds checkJosJuice
2024-04-20VideoCommon: Use GetSpanForAddress safely in texture decodingJosJuice
2024-04-20Memmap: Replace GetPointer with GetSpanForAddressJosJuice
2024-04-18Config: Expose GFX_OVERLAY_PROJ_STATS setting in UI.Jordan Woyak
2024-04-18VideoCommon: Show the average projection to viewport ratio in statisticsJordan Woyak
2024-04-18Merge pull request #12698 from iwubcode/xfb_copy_hash_in_presentAdmiral H. Curtiss
2024-04-15Remove defined-out codeDentomologist
2024-04-13Merge pull request #12436 from Filoppi/frame-dump-raw-internal-resolutionAdmiral H. Curtiss
2024-04-13VideoConfig: Adjust FrameDumpResolutionType enum class to style guidelinesAdmiral H. Curtiss
2024-04-09VideoCommon: add xfb hash values (if available) to present informationiwubcode
2024-04-09VideoCommon: add xfbs presented to video eventsiwubcode
2024-04-09VideoCommon: Remove calls to GetPointerJosJuice
2024-04-08Core::GetState: Avoid Global System Accessormitaclaw
2024-04-08Video: remove enforced resolution least common multiple of 4 when dumping scr...Filoppi
2024-04-08Video: split frame dumping settings into 3 resolution dumping modesFiloppi
2024-04-04Fix out of bounds accesses for invalid vertex component formatsPokechu22
2024-04-03Video: move all padding added for frame dumping to a single function,Filoppi
2024-04-03Video: Change the frame dumper to actually use the raw emulation output resol...Filoppi
2024-03-21VideoCommon: Scan texture dumping directory + subdirectories to not re-dump e...Jordan Woyak
2024-03-15VideoCommon: Prefer D3D11/12 over OpenGL on Windows.Jordan Woyak
2024-03-02Merge pull request #12438 from Filoppi/custom_relative_aspect_ratioAdmiral H. Curtiss
2024-02-29Add custom relative and raw (squared pixels) aspect ratio modesFiloppi
2024-02-28VertexManagerBase: Initialize m_ticks_elapsed on constructionLioncash
2024-02-20Merge pull request #12435 from Filoppi/fix-aspect-ratio-stuckAdmiral H. Curtiss
2024-02-20Video: update widescreen heuristic code to never get stuck to specific old va...Filoppi
2024-02-20Video: Make the game resolution (within the window) snap to the XFB size if t...Filoppi
2024-02-20Video: Fix aspect ratio heuristics getting stuck to widescreen (or to non wid...Filoppi
2024-02-18VideoCommon: move factory names to be a static inside each action class, so t...iwubcode
2024-02-18Merge pull request #12281 from TellowKrinkle/AsahiGL33Admiral H. Curtiss
2024-02-16Merge pull request #12457 from iwubcode/asset_memory_limitMai
2024-02-12VideoCommon: make mesh asset data loadable by asset loaderiwubcode
2024-02-11VideoCommon: add functionality to prepare for a mesh asset that is loaded fro...iwubcode
2024-02-07VideoCommon: Don't use indexed output for fbfetchTellowKrinkle
2024-02-03Merge pull request #12550 from lioncash/deadAdmiral H. Curtiss
2024-02-01VertexLoaderManager: Use fill() in Init()Lioncash
2024-02-01VertexLoaderManager: Remove unused entry structLioncash
2024-02-01CustomPipeline: Mark arrays as constexprLioncash
2024-02-01CustomPipeline: Make use of emplace_back() in GlobalConflicts()Lioncash
2024-02-01CustomPipeline: Resolve unused variable warningLioncash
2024-01-31Merge pull request #12546 from lioncash/eventAdmiral H. Curtiss