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
/
AsyncRequests.cpp
Age
Commit message (
Expand
)
Author
2025-10-28
VideoCommon: Clean up and eliminate the mutex in AsyncRequests using Waitable...
Jordan Woyak
2025-10-26
VideoCommon/AsyncRequests: Remove now unnecessary `SetEnable` function. Reque...
Jordan Woyak
2025-03-14
VideoCommon: Eliminate EFBAccessType enum. Eliminate union and switch stateme...
Jordan Woyak
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-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
2023-12-18
VideoCommon/Fifo: Pass system instance through FifoManager constructor
Lioncache
2023-02-09
Lint fixes
Scott Mansell
2023-02-09
Move xfb tracking and IR scaling out of RenderBase
Scott Mansell
2023-01-31
Renderer still needs to track swaps for savestates
Scott Mansell
2023-01-31
Wire up frame before/after events
Scott Mansell
2023-01-31
Move BoundingBox out of RenderBase
Scott Mansell
2022-12-10
VideoCommon/Fifo: Pass Core::System to methods.
Admiral H. Curtiss
2022-12-10
VideoCommon/Fifo: Refactor to class, move to Core::System.
Admiral H. Curtiss
2022-08-18
Fix crashes in dual core mode on a PI_FIFO_RESET
CasualPokePlayer
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-04-09
Core: Skip duplicate frames when using frame advance
JosJuice
2019-07-24
TextureCache: Support saving cache entries, including EFB copies
Stenzek
2019-07-24
VideoBackendBase: Do save state logic on the GPU thread
Stenzek
2019-07-10
VideoCommon/Statistics: Rename stats global to g_stats
Lioncash
2019-07-10
VideoCommon/Statistics: Normalize statistic variable names
Lioncash
2019-04-21
TextureCache: Simplify XFB reconstruction
Stenzek
2019-03-04
VideoCommon: add EFB peek/poke stats
Tillmann Karras
2018-06-06
VideoCommon: Flush the GPU pipeline on async requests.
Markus Wick
2018-04-01
AsyncRequests: In-class initialize class members
Lioncash
2017-03-04
VideoCommon: Eliminate static state in Renderer
Stenzek
2017-01-23
VideoBackendBase: Convert EFBAccessType into an enum class
Lioncash
2016-10-10
AVIDump: Move CoreTiming into caller.
degasus
2016-08-10
Use Common::Flag and Common::Event when possible
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-17
VideoCommon: Header cleanup
Lioncash
2016-01-12
Fifo: Create a "Fifo" namespace.
degasus
2015-12-20
VideoCommon: Change PokeEFB to take a pointer rather than a vector
Stenzek
2015-05-25
Merge pull request #2357 from degasus/ogl_efb_poke_merge
Ryan Houdek
2015-05-25
Add missing license headers
Tillmann Karras
2015-05-20
VideoCommon: Merge EFB pokes
degasus
2015-04-06
Fifo: Replace busy loop with condition variable
degasus
2015-02-22
VideoCommon: perf querys by async events
degasus
2015-02-22
VideoCommon: bbox by async events
degasus
2015-02-22
VideoCommon: implement swap requests in the full async way
degasus
2015-02-22
VideoCommon: use a new async event system for efb access
degasus