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-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
2025-03-13
Merge pull request #13387 from jordan-woyak/frame-pacing
JMC47
2025-03-12
VideoCommon: Rename Renderer to EFBInterface.
Jordan Woyak
2025-03-11
Merge pull request #13416 from jordan-woyak/unused-viewport-correction
JMC47
2025-03-11
Merge pull request #13413 from jordan-woyak/vconfig-progressive
JMC47
2025-03-11
Merge pull request #13412 from jordan-woyak/netplay-vconfig
JMC47
2025-03-11
Merge pull request #13410 from jordan-woyak/movie-vconfig
JMC47
2025-03-11
VertexShaderManager: Eliminate unnecessary m_viewport_correction member.
Jordan Woyak
2025-03-10
VideoConfig: Eliminate bForceProgressive.
Jordan Woyak
2025-03-10
VideoConfig: Eliminate NetPlay related members.
Jordan Woyak
2025-03-10
Movie: Eliminate MovieManager::SetGraphicsConfig.
Jordan Woyak
2025-03-10
Core/VideoCommon: Push presentation time calculated from CPU thread to GPU th...
Jordan Woyak
2025-03-10
VideoCommon: Don't merge EFBPoke AsyncRequests.
Jordan Woyak
2025-03-10
GCC: Remedy NRVO Fails
mitaclaw
2025-03-10
Merge pull request #13403 from jordan-woyak/backend_info
JMC47
2025-03-09
Modernize `std::max_element` with ranges and projections
mitaclaw
2025-03-09
Modernize `std::sort` with ranges and projections
mitaclaw
2025-03-09
Simplify `std::find_if` with `std::ranges::find` and projections
mitaclaw
[prev]
[next]