summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2025-02-24PerformanceMetrics: Add clamping, resetting on resize, and settingDentomologist
2025-02-22Merge pull request #13353 from iwubcode/custom_shader_overhaul_vertex_texcoordJMC47
2025-02-17Merge pull request #13219 from Tilka/cp_cleanupJosJuice
2025-02-14VideoCommon: move texcoord calculations to accessible functions in VertexShad...iwubcode
2025-02-11VideoCommon: simplify dither calculationTillmann Karras
2025-02-08VideoCommon: remove CP readonly field, it's now always falseTillmann Karras
2025-02-08VideoCommon: drop CP MMIO registers that were probably added in the wrong placeTillmann Karras
2025-02-06Merge pull request #13330 from Dentomologist/performancemetrics_allow_moving_...Admiral H. Curtiss
2025-02-06Merge pull request #13319 from hoogmin/infinite-style-fixJosJuice
2025-02-05Refactor: Make loop non-infinite instead in AsyncShaderCompiler.Javier Martinez
2025-02-02PerformanceMetrics: Allow users to move overlaysDentomologist
2025-02-02PerformanceMetrics: Call ImGui::End() unconditionallyDentomologist
2025-01-29Merge pull request #13305 from OatmealDome/vertexloader-configOatmealDome
2025-01-28Merge pull request #13291 from iwubcode/imgui_1_91_7JMC47
2025-01-24VertexLoaderBase: Allow the vertex loader type to be set via configOatmealDome
2025-01-20Externals / VideoCommon: update imgui to 1.91.7 and implot to v0.16; imgui ch...iwubcode
2025-01-20VideoCommon: add formatter for AbstractTextureTypeiwubcode
2025-01-12Merge pull request #13244 from dreamsyntax/bugfix-double-osd-texture-messagesAdmiral H. Curtiss
2025-01-08Merge pull request #13180 from jordan-woyak/eof-logicAdmiral H. Curtiss
2025-01-04Merge pull request #13233 from TryTwo/PR_CodecJMC47
2025-01-01Simplify `std::find` with `Common::Contains`mitaclaw
2024-12-30Core/VideoCommon: Fix some weird (!eof) logic.Jordan Woyak
2024-12-30Frame Dumping: Change lossless codec from FFV1 to Ut Video.TryTwo
2024-12-28Core/VideoCommon: Fix duplicate OSD Custom Textures messagesdreamsyntax
2024-12-15Modernize `std::none_of` with rangesmitaclaw
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2024-12-15Modernize `std::all_of` with rangesmitaclaw
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