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
/
Present.cpp
Age
Commit message (
Expand
)
Author
2025-11-11
VideoCommon: Add "Smooth Early Presentation" setting to improve frame pacing ...
Jordan Woyak
2025-11-11
VideoCommon: Make Presenter aware of the next swap time to eliminate unsafe u...
Jordan Woyak
2025-11-11
CoreTiming: Add "Rush Frame Presentation" setting to throttle only once after...
Jordan Woyak
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-03-16
VideoConfig: Eliminate frame dumping members.
Jordan Woyak
2025-03-10
Core/VideoCommon: Push presentation time calculated from CPU thread to GPU th...
Jordan Woyak
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2024-10-02
VideoBackends:Vulkan: Don't try to present if swapchain acquire failed
TellowKrinkle
2024-08-22
Graphics: Adapt aspect ratio when SBS/TAB 3D is used
Bryan Jacobs
2024-04-18
Merge pull request #12698 from iwubcode/xfb_copy_hash_in_present
Admiral H. Curtiss
2024-04-13
VideoConfig: Adjust FrameDumpResolutionType enum class to style guidelines
Admiral H. Curtiss
2024-04-09
VideoCommon: add xfb hash values (if available) to present information
iwubcode
2024-04-08
Video: remove enforced resolution least common multiple of 4 when dumping scr...
Filoppi
2024-04-08
Video: split frame dumping settings into 3 resolution dumping modes
Filoppi
2024-04-03
Video: move all padding added for frame dumping to a single function,
Filoppi
2024-04-03
Video: Change the frame dumper to actually use the raw emulation output resol...
Filoppi
2024-02-29
Add custom relative and raw (squared pixels) aspect ratio modes
Filoppi
2024-02-20
Video: Make the game resolution (within the window) snap to the XFB size if t...
Filoppi
2024-01-31
VideoCommon/Statistics: Remove global system accessor from s_after_frame_event
Lioncash
2023-12-18
Video: make the "Auto" resolution setting also follow the max res setting, to...
Filoppi
2023-12-18
Video: fix auto resolution scale calculations
Filoppi
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-12-18
Video: rename Presenter::SetWindowSize()
Filoppi
2023-12-09
VideoCommon/Present: Remove use of g_presenter inside Presenter class
Lioncash
2023-10-25
VideoCommon: Don't swap on state load when there's no XFB.
Admiral H. Curtiss
2023-08-18
Video: The `Auto` internal resolution scaling wasn't working correctly if the...
Filoppi
2023-08-18
Video: The `Auto-Adjust Window Size` setting was calculating the window size ...
Filoppi
2023-08-18
Video: There was always a black line around one of the 4 edges (top/left/bott...
Filoppi
2023-08-18
Video: The `% 4` that was done on the rendering resolution was only meant to ...
Filoppi
2023-06-19
Video: implement color correction to match the NTSC and PAL color spaces (and...
Filoppi
2023-06-17
Merge pull request #11918 from TellowKrinkle/DPIScale
Admiral H. Curtiss
2023-06-11
VideoCommon: Update imgui scale when dpi changes
TellowKrinkle
2023-06-04
Fix video output having small black borders all the times
Filippo Tarpini
2023-03-11
HW/VideoInterface: Refactor to class.
Admiral H. Curtiss
2023-03-02
Software: Fix "Auto-Adjust Window Size"
Pokechu22
2023-03-02
Software: Fix crash on startup when using "Compile Shaders Before Starting"
Pokechu22
2023-02-09
Hook up Presenter's ConfigChanged function
Scott Mansell
2023-02-09
Insert a more solid abstraction between Qt and Imgui
Scott Mansell
2023-02-09
Presenter: Handle blanked frames correctly
Scott Mansell
2023-02-09
Fix XFB duplicate detection
Scott Mansell
2023-02-09
Move WidescreenHeuristic to it's own class
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
Expose Renderer's Framecount
Scott Mansell
2023-01-31
Split out everying remaining from Swap
Scott Mansell
2023-01-31
Wire up frame before/after events
Scott Mansell
[next]