index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
Age
Commit message (
Expand
)
Author
2025-05-17
Merge pull request #13527 from tygyh/Replace-msg-with-structured-binding-Vide...
Jordan Woyak
2025-05-12
Merge pull request #13046 from SuperSamus/vi-overclock
JMC47
2025-05-12
VideoCommon: Limit maximum denominator for MPEG4
Martino Fontana
2025-05-10
Merge pull request #13350 from iwubcode/custom_shader_overhaul_vertex_pos
JMC47
2025-05-05
VideoCommon: reset some CP registers during PI_FIFO_RESET
Tillmann Karras
2025-05-04
Merge pull request #13602 from jordan-woyak/move-only-function
Admiral H. Curtiss
2025-05-03
Common and VideoCommon: Change texture data from std::vector to Common::Uniqu...
Jordan Woyak
2025-05-03
VideoCommon: move position/normal matrices to be gettable by function in Vert...
iwubcode
2025-05-01
Merge pull request #13535 from m-brodschi/mihaib/fix-shutdown-crash
JMC47
2025-05-01
VideoCommon/NetPlayChatUI: Replace `msg` with structured binding
Dr. Dystopia
2025-04-30
WorkQueueThread: Cleanups. Implement in terms of WaitableSPSCQueue. Add singl...
Jordan Woyak
2025-04-30
Merge pull request #13436 from JoshuaVandaele/clang-format-19
OatmealDome
2025-04-28
Core, VideoCommon: Fix crash at shutdown due to destructor ordering
Mihai Brodschi
2025-04-27
VideoCommon: Use MoveOnlyFunction for AsyncRequests.
Jordan Woyak
2025-04-25
VideoConfig: Remove ConfigChangedCallback on shutdown
Dentomologist
2025-04-25
Merge pull request #13487 from Dentomologist/performancemetrics_fix_window_ar...
Tilka
2025-04-23
linter: Apply clang-format 19.1 formatting
Joshua Vandaƫle
2025-04-22
Common: SPSCQueue cleanups and improvements.
Jordan Woyak
2025-04-08
BPStructs: Add TODO for unsafe usage of GetTicks.
Jordan Woyak
2025-04-07
Merge pull request #13439 from jordan-woyak/perf-marker
JMC47
2025-04-05
PerformanceMetrics: Fix window arrangement
Dentomologist
2025-04-02
Core: Move CountPerformanceMarker to VideoInterface to eliminate a Throttle c...
Jordan Woyak
2025-04-01
VideoCommon: fix a mali bug by moving the perf queries back to being close to...
iwubcode
2025-03-29
Merge pull request #13221 from mitaclaw/nrvo-fails-1
JMC47
2025-03-28
Merge pull request #13457 from jordan-woyak/efb-access-fix
JMC47
2025-03-27
Fix shadowed variable warnings and missing declarations
Joshua Vandaƫle
2025-03-26
VideoCommon: Fix out-of-bounds and disabled EFB access.
Jordan Woyak
2025-03-23
Merge pull request #13093 from mitaclaw/ranges-modernization-4-projection
JMC47
2025-03-23
Merge pull request #13432 from iwubcode/custom_pixel_fragment
JMC47
2025-03-23
Merge pull request #13398 from jordan-woyak/perf-tracker
JMC47
2025-03-22
VideoCommon: move to a 'process_fragment()' function to simplify custom shade...
iwubcode
2025-03-17
Config: Expose Default and 1x Anisotropic Filtering setting.
Jordan Woyak
2025-03-17
Enable anisotropic filtering when the game requests it
Pokechu22
2025-03-17
Merge pull request #13397 from jordan-woyak/perf-metrics
JosJuice
2025-03-16
Merge pull request #13435 from iwubcode/uninitialized_directx
OatmealDome
2025-03-16
VideoCommon: initialize uninitialized state value in pixel ubershader to prev...
iwubcode
2025-03-16
VideoConfig: Eliminate frame dumping members.
Jordan Woyak
2025-03-15
Merge pull request #13423 from jordan-woyak/async-request-cleanup-1
JMC47
2025-03-15
Merge pull request #13347 from iwubcode/custom_shader_overhaul_lighting
JMC47
2025-03-15
PerformanceTracker: Use SPSCQueue and atomic to eliminate need for a mutex. C...
Jordan Woyak
2025-03-15
PerformanceTracker: Use std::deque instead of hand-rolled circular
Jordan Woyak
2025-03-15
PerformanceTracker: Pass chrono values instead of us s64.
Jordan Woyak
2025-03-15
Fix broken merge of PR #13181
JosJuice
2025-03-15
Merge pull request #13181 from tygyh/Replace-'reinterpret_cast'
JosJuice
2025-03-15
Merge pull request #13345 from Tilka/unswap_depth
JosJuice
2025-03-14
Core: Remove unused GetActualEmulationSpeed function and related variables/fu...
Jordan Woyak
2025-03-14
PerformanceMetrics: Eliminated a mutex. Code cleanups.
Jordan Woyak
2025-03-14
VideoCommon: Create AsyncRequests directly in MMU code to eliminate EFB-relat...
Jordan Woyak
2025-03-14
VideoCommon: Eliminate EFBAccessType enum. Eliminate union and switch stateme...
Jordan Woyak
2025-03-13
VideoCommon: move lighting shader logic to callable functions
iwubcode
[next]