aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/gpu_thread.cpp
AgeCommit message (Expand)Author
2020-04-22GPU: Refactor synchronization on Async GPUFernando Sahmkow
2020-04-06GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddrFernando Sahmkow
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-02-25core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.bunnei
2019-11-27video_core/gpu_thread: Tidy up SwapBuffers()Lioncash
2019-11-23gpu_thread: Don't spin wait if there are no GPU commands.bunnei
2019-10-11AsyncGpu: Address FeedbackFernando Sahmkow
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-05NVFlinger: Correct GCC compile errorFernando Sahmkow
2019-07-05gpu_asynch: Simplify synchronization to a simpler consumer->producer scheme.Fernando Sahmkow
2019-07-05Async GPU: do invalidate as synced operationFernando Sahmkow
2019-06-04core/core_timing_util: Use std::chrono types for specifying time unitsLioncash
2019-05-14yuzu: Remove explicit types from locks where applicableLioncash
2019-05-09video_core/gpu_thread: Remove unused local variableLioncash
2019-04-11video_core/gpu: Create threads separately from initializationLioncash
2019-04-05video_core/gpu_thread: Silence truncation warning in ThreadManager's constructorLioncash
2019-04-01gpu_thread: Improve synchronization by using CoreTiming.bunnei
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-06gpu_thread: Fix deadlock with threading idle state check.bunnei
2019-03-06gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion.bunnei
2019-03-06gpu: Always flush.bunnei
2019-03-06gpu: Move command processing to another thread.bunnei