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
/
VideoConfig.cpp
Age
Commit message (
Expand
)
Author
2025-11-12
Merge pull request #14100 from AndrewGDX/master
Jordan Woyak
2025-11-12
Improved stereoscopic 3D settings
AndrewGDX
2025-11-11
Merge pull request #14071 from iwubcode/avoid_config_framebuffer_manager
JMC47
2025-11-06
Common: Remove the string parameters from the HookableEvent interface.
Jordan Woyak
2025-11-05
VideoCommon: pass the EFB buffer scale into the FramebufferManager instead of...
iwubcode
2025-11-02
Common: Make HookableEvent use non-static data.
Jordan Woyak
2025-11-02
Merge pull request #14042 from iwubcode/bp_functions_global
JMC47
2025-10-31
VideoCommon: move global variables out of BPFunctions
iwubcode
2025-10-26
FifoManager: Remove redundant PauseAndLock parameters
Dentomologist
2025-10-26
FifoManager: Extract RestoreState from PauseAndLock
Dentomologist
2025-06-14
Source: Remove redundant lambda parameter lists
Dr. Dystopia
2025-04-25
VideoConfig: Remove ConfigChangedCallback on shutdown
Dentomologist
2025-03-17
Config: Expose Default and 1x Anisotropic Filtering setting.
Jordan Woyak
2025-03-16
VideoConfig: Eliminate frame dumping members.
Jordan Woyak
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-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-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2025-01-24
VertexLoaderBase: Allow the vertex loader type to be set via config
OatmealDome
2025-01-04
Merge pull request #13233 from TryTwo/PR_Codec
JMC47
2025-01-01
Simplify `std::find` with `Common::Contains`
mitaclaw
2024-12-30
Frame Dumping: Change lossless codec from FFV1 to Ut Video.
TryTwo
2024-08-22
Graphics: Adapt aspect ratio when SBS/TAB 3D is used
Bryan Jacobs
2024-06-23
Core/VideoCommon: Revert change from #12828
Admiral H. Curtiss
2024-06-21
Audit uses of IsRunning and GetState
JosJuice
2024-06-21
Core: Store current state in less places
JosJuice
2024-04-08
Video: split frame dumping settings into 3 resolution dumping modes
Filoppi
2024-01-31
VideoCommon/Statistics: Remove global system accessor from s_after_frame_event
Lioncash
2024-01-15
Core/Movie: Refactor to class, move to System.
Admiral H. Curtiss
2023-12-18
VideoCommon/Fifo: Pass system instance through FifoManager constructor
Lioncache
2023-12-18
Video: fix Auto Resolution Scale not updating when the window was resized.
Filoppi
2023-12-18
Video: implement custom aspect ratio support (already exposed to Qt).
Filoppi
2023-10-10
VideoCommon: wait for the GPU to be finished doing any work before invalidati...
iwubcode
2023-09-06
VideoCommon: Expose the widescreen heuristic's standard and widescreen ratio ...
Jordan Woyak
2023-09-05
VertexManagerBase: Allow widecreen heuristic constants to be overriden by oni...
OatmealDome
2023-09-05
RenderBase: Allow widescreen heuristic's transition threshold to be overridde...
OatmealDome
2023-08-26
Merge pull request #12117 from JosJuice/config-callback-cpu
Admiral H. Curtiss
2023-08-20
VideoCommon: when graphics settings change, trigger a reload of all custom sh...
iwubcode
2023-08-18
Video: implement output resampling (upscaling/downscaling) methods
Filoppi
2023-08-17
Don't call RunAsCPUThread in config callbacks
JosJuice
2023-06-19
Video: implement color correction to match the NTSC and PAL color spaces (and...
Filoppi
2023-06-11
VideoBackends:Vulkan: Allow loading custom drivers on Android
Robin Kertels
2023-02-09
Apply suggestions from code review
Scott Mansell
2023-02-09
Lint fixes
Scott Mansell
2023-02-09
Lint fixes
Scott Mansell
2023-02-09
Move xfb tracking and IR scaling out of RenderBase
Scott Mansell
2023-01-31
Also use events for config changed
Scott Mansell
2023-01-31
Split out everying remaining from Swap
Scott Mansell
[next]