summaryrefslogtreecommitdiffstats
path: root/src/video_core/fence_manager.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-0/+4
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-2/+15
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-4/+4
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-15/+12
2020-08-24video_core/fence_manager: Remove unnecessary includesLioncash1-5/+0
2020-05-02fixed_pipeline_state: explicitly use template keyword after 1f345ebe3a55Jan Beich1-2/+4
2020-04-22Address Feedback.Fernando Sahmkow1-6/+6
2020-04-22Address Feedback.Fernando Sahmkow1-30/+42
2020-04-22QueryCache: Implement Async Flushes.Fernando Sahmkow1-4/+14
2020-04-22FenceManager: Manage syncpoints and rename fences to semaphores.Fernando Sahmkow1-9/+49
2020-04-22BufferCache: Refactor async managing.Fernando Sahmkow1-3/+3
2020-04-22FenceManager: Implement async buffer cache flushes on High settingsFernando Sahmkow1-4/+11
2020-04-22FenceManager: Implement should wait.Fernando Sahmkow1-2/+6
2020-04-22GPU: Implement a Fence Manager.Fernando Sahmkow1-0/+97