summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2024-11-03GeneralWidget: Recommend default video backend in tooltipDentomologist
2024-11-03VideoBackendBase: Clarify function nameDentomologist
2024-10-29VideoCommon: Implement primitive breaking for primitive listsTellowKrinkle
2024-10-19Merge pull request #13135 from Tilka/warningJMC47
2024-10-19Merge pull request #12712 from Dentomologist/remove_defined_out_codeTilka
2024-10-17Merge pull request #13092 from mitaclaw/ranges-modernization-3-spaceshipJMC47
2024-10-16VideoCommon: fix -Wshadow-uncaptured-local warning and simplifyTillmann Karras
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-14Merge pull request #13115 from Tilka/syncfifoJMC47
2024-10-12Cache normals in addition to binormals and tangentsPokechu22
2024-10-11Merge pull request #13117 from mitaclaw/ranges-modernization-9-trivial-findTilka
2024-10-11GraphicsMod: Simplify `std::sort` using ranges and projectionsmitaclaw
2024-10-10C++20: Synthesize `operator!=` From `operator==`mitaclaw
2024-10-10Modernize `std::find_if` with rangesmitaclaw
2024-10-10Modernize `std::find` with rangesmitaclaw
2024-10-10Modernize `std::binary_search` with rangesmitaclaw
2024-10-10Modernize `std::sort` with rangesmitaclaw
2024-10-10Modernize `std::fill` with rangesmitaclaw
2024-10-10VideoCommon: fix common opcode decoding errorsTillmann Karras
2024-10-06Fifo analyzer: Fix indexed XF loads showing "bytes" instead of "words"Pokechu22
2024-10-06Merge pull request #12918 from JosJuice/revert-revert-audit-get-stateJMC47
2024-10-05Merge pull request #12208 from PatrickFerry/add-vertex-depth-range-caseJules Blok
2024-10-04Partially revert "Revert "Audit uses of IsRunning and GetState""JosJuice
2024-10-04Merge pull request #13078 from Dentomologist/videobackendbase_only_populate_b...JosJuice
2024-10-02Merge pull request #13087 from TellowKrinkle/PresentSkipJMC47
2024-10-02VideoBackends:Vulkan: Don't try to present if swapchain acquire failedTellowKrinkle
2024-09-30VideoCommon: Dirty pixel shader manager on efb scale changesTellowKrinkle
2024-09-27VideoBackendBase: Only populate backend info when uninitializedDentomologist
2024-09-26VideoBackendBase: Check Core state in PopulateBackendInfoDentomologist
2024-09-26GraphicsWindow: Fix crash when opening during emulation startupDentomologist
2024-09-06Texture Dumping: Show OSD message on startup and when toggledDentomologist
2024-08-31Merge pull request #13031 from parona-source/libfmt-11Admiral H. Curtiss
2024-08-22Add support for libfmt-11Alfred Wingate
2024-08-22Graphics: Adapt aspect ratio when SBS/TAB 3D is usedBryan Jacobs
2024-08-20Remove redundant semicolonsDr. Dystopia
2024-08-18VideoCommon: force 32-byte alignment for display list address and sizeTillmann Karras
2024-08-15Use 'contains' methodmitaclaw
2024-08-14Use 'contains' methodDr. Dystopia
2024-07-26Adjust order and spacing of various #includesDentomologist
2024-07-06Properly link against xxhashTellowKrinkle
2024-06-29VideoCommon: add ability to serialize a texture asset metadata to jsoniwubcode
2024-06-29VideoCommon: set individual texture asset filter/wrap values when loading fro...iwubcode
2024-06-29VideoCommon: update texture asset to properly set near sampler state valueiwubcode
2024-06-23Core/VideoCommon: Revert change from #12828Admiral H. Curtiss
2024-06-22Merge pull request #12828 from JosJuice/unify-state-variables-2Admiral H. Curtiss
2024-06-21Audit uses of IsRunning and GetStateJosJuice
2024-06-21Core: Store current state in less placesJosJuice
2024-06-21Merge pull request #12867 from AdmiralCurtiss/uicommon-dependencyAdmiral H. Curtiss
2024-06-19Scale challenge icons based on screen heightLillyJadeKatrin
2024-06-19Merge pull request #12859 from LillyJadeKatrin/retroachievements-challenge-hideJMC47