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.h
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-04-27
VideoCommon: Use MoveOnlyFunction for AsyncRequests.
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-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
2022-08-18
Fix crashes in dual core mode on a PI_FIFO_RESET
CasualPokePlayer
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
VideoBackendBase: Do save state logic on the GPU thread
Stenzek
2018-04-12
Reformat all the things!
spycrab
2018-04-01
AsyncRequests: In-class initialize class members
Lioncash
2017-01-05
specify custom brace style to fix unions
BhaaL
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
2015-05-25
Merge pull request #2357 from degasus/ogl_efb_poke_merge
Ryan Houdek
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-20
VideoCommon: Merge EFB pokes
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