25 Commits (c689dc680439998213a157f8954920776545cbfb)

Author SHA1 Message Date
Fernando Sahmkow c689dc6804 GPU: Refactor synchronization on Async GPU 6 years ago
Fernando Sahmkow 5cc292ac3c GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 6 years ago
James Rowe b37d69e5e1 Frontend/GPU: Refactor context management 6 years ago
bunnei f1f2405b9f core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. 6 years ago
Lioncash ab484b42b9 video_core/gpu_thread: Tidy up SwapBuffers() 6 years ago
bunnei 17f57e4fed gpu_thread: Don't spin wait if there are no GPU commands. 6 years ago
Fernando Sahmkow a1b185fa72 AsyncGpu: Address Feedback 6 years ago
Fernando Sahmkow ded3d555e1 Core: Wait for GPU to be idle before shutting down. 6 years ago
Fernando Sahmkow 1df31e4b65 GPU_Async: Correct fences, display events and more. 6 years ago
ReinUsesLisp d762e37a18 gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig 6 years ago
Fernando Sahmkow a156731a9c NVFlinger: Correct GCC compile error 7 years ago
Fernando Sahmkow 78c4536960 gpu_asynch: Simplify synchronization to a simpler consumer->producer scheme. 7 years ago
Fernando Sahmkow b18365ed59 Async GPU: do invalidate as synced operation 7 years ago
Lioncash 97882b84a8 core/core_timing_util: Use std::chrono types for specifying time units 7 years ago
Lioncash 68cd911bd1 yuzu: Remove explicit types from locks where applicable 7 years ago
Lioncash 56ccfcdb4b video_core/gpu_thread: Remove unused local variable 7 years ago
Lioncash e0962940a2 video_core/gpu: Create threads separately from initialization 7 years ago
Lioncash 2afbfc88f2 video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor 7 years ago
bunnei 03a5dce0e9 gpu_thread: Improve synchronization by using CoreTiming. 7 years ago
Lioncash 3b04b916bb gpu_thread: Remove unused dma_pusher class member variable from ThreadManager 7 years ago
bunnei 7fccfc3ee7 gpu: Use host address for caching instead of guest address. 7 years ago
bunnei 01e509662d gpu_thread: Fix deadlock with threading idle state check. 7 years ago
bunnei 4633fda5be gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion. 7 years ago
bunnei fbcb9e6815 gpu: Always flush. 7 years ago
bunnei 9d1ee628b2 gpu: Move command processing to another thread. 7 years ago