summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AsyncRequests.h
AgeCommit message (Expand)Author
2025-10-28VideoCommon: Clean up and eliminate the mutex in AsyncRequests using Waitable...Jordan Woyak
2025-10-26VideoCommon/AsyncRequests: Remove now unnecessary `SetEnable` function. Reque...Jordan Woyak
2025-04-27VideoCommon: Use MoveOnlyFunction for AsyncRequests.Jordan Woyak
2025-03-14VideoCommon: Eliminate EFBAccessType enum. Eliminate union and switch stateme...Jordan Woyak
2025-03-13Merge pull request #13387 from jordan-woyak/frame-pacingJMC47
2025-03-10Core/VideoCommon: Push presentation time calculated from CPU thread to GPU th...Jordan Woyak
2025-03-10VideoCommon: Don't merge EFBPoke AsyncRequests.Jordan Woyak
2022-08-18Fix crashes in dual core mode on a PI_FIFO_RESETCasualPokePlayer
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-04-09Core: Skip duplicate frames when using frame advanceJosJuice
2019-07-24VideoBackendBase: Do save state logic on the GPU threadStenzek
2018-04-12Reformat all the things!spycrab
2018-04-01AsyncRequests: In-class initialize class membersLioncash
2017-01-05specify custom brace style to fix unionsBhaaL
2016-08-10Use Common::Flag and Common::Event when possibleLéo Lam
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2015-05-25Merge pull request #2357 from degasus/ogl_efb_poke_mergeRyan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-20VideoCommon: Merge EFB pokesdegasus
2015-02-22VideoCommon: perf querys by async eventsdegasus
2015-02-22VideoCommon: bbox by async eventsdegasus
2015-02-22VideoCommon: implement swap requests in the full async waydegasus
2015-02-22VideoCommon: use a new async event system for efb accessdegasus