aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/gpu_thread.h
AgeCommit message (Expand)Author
2024-01-31nvnflinger/gpu: implement layer stack compositionLiam
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2023-03-03gpu_thread: Use bounded queueBehunin
2023-02-07Remove OnCommandListEndCommandBehunin
2022-11-22general: fix compile for Apple ClangLiam
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow
2022-07-06gpu_thread: Use the previous MPSCQueue implementationMorph
2022-06-15bounded_threadsafe_queue: Use constexpr capacity and maskMorph
2022-06-02gpu_thread: Move to bounded queueLevi Behunin
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-10-03gpu: Migrate implementation to the cpp fileameerj
2021-09-15gpu: Use std::jthread for async gpu threadameerj
2021-04-07video_core: Use a CV for blocking commands.Markus Wick
2021-04-07video_core/gpu_thread: Keep the write lock for allocating the fence.Markus Wick
2021-04-07video_core/gpu_thread: Implement a ShutDown method.Markus Wick
2021-02-28gpu_thread: Remove Async NVDEC placeholdersameerj
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp
2020-12-28video_core: gpu: Implement synchronous mode using threaded GPU.bunnei
2020-12-28video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.bunnei
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
2020-10-26video_core: NVDEC Implementationameerj
2020-04-22GPU: Implement Flush Requests for Async mode.Fernando Sahmkow
2020-04-22OpenGL: Implement Fencing backend.Fernando Sahmkow
2020-04-06GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddrFernando Sahmkow
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-02-07gpu_thread: Use MPSCQueue for GPU commands.bunnei
2019-10-04Core: Wait for GPU to be idle before shutting down.Fernando Sahmkow
2019-10-04GPU_Async: Correct fences, display events and more.Fernando Sahmkow
2019-08-21gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfigReinUsesLisp
2019-07-05gpu_asynch: Simplify synchronization to a simpler consumer->producer scheme.Fernando Sahmkow
2019-05-19Merge pull request #2467 from lioncash/moveHexagon12
2019-05-14yuzu: Remove explicit types from locks where applicableLioncash
2019-05-14video_core/gpu_thread: Remove redundant copy constructor for CommandDataConta...Lioncash
2019-04-11video_core/gpu: Create threads separately from initializationLioncash
2019-04-01gpu_thread: Improve synchronization by using CoreTiming.bunnei
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-03-27gpu_thread: Remove unused dma_pusher class member variable from ThreadManagerLioncash
2019-03-14gpu: Use host address for caching instead of guest address.bunnei
2019-03-07video_core/gpu_thread: Remove unimplemented WaitForIdle function prototypeLioncash
2019-03-07video_core/gpu_thread: Amend constructor initializer list orderLioncash
2019-03-06gpu_thread: Fix deadlock with threading idle state check.bunnei
2019-03-06gpu: Move command processing to another thread.bunnei