summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_synch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp1-5/+3
2020-06-27General: Correct rebase, sync gpu and context management.Fernando Sahmkow1-1/+7
2020-04-06GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddrFernando Sahmkow1-3/+3
2020-03-25Frontend/GPU: Refactor context managementJames Rowe1-7/+10
2019-08-21gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfigReinUsesLisp1-3/+2
2019-07-05nv_host_ctrl: Make Sync GPU variant always return synced result.Fernando Sahmkow1-1/+1
2019-04-12video_core/gpu: Create threads separately from initializationLioncash1-1/+3
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-3/+3
2019-03-07gpu: Refactor a/synchronous implementations into their own classes.bunnei1-0/+37