index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
gpu_thread.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpu_thread: Use bounded queue
Behunin
2023-03-04
1
-2
/
+2
*
Remove OnCommandListEndCommand
Behunin
2023-02-08
1
-7
/
+1
*
general: fix compile for Apple Clang
Liam
2022-11-23
1
-0
/
+1
*
VideoCore: Refactor syncing.
Fernando Sahmkow
2022-10-06
1
-0
/
+2
*
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
1
-4
/
+8
*
gpu_thread: Use the previous MPSCQueue implementation
Morph
2022-07-06
1
-2
/
+2
*
bounded_threadsafe_queue: Use constexpr capacity and mask
Morph
2022-06-15
1
-1
/
+1
*
gpu_thread: Move to bounded queue
Levi Behunin
2022-06-03
1
-3
/
+3
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
gpu: Migrate implementation to the cpp file
ameerj
2021-10-03
1
-3
/
+0
*
gpu: Use std::jthread for async gpu thread
ameerj
2021-09-16
1
-9
/
+4
*
video_core: Use a CV for blocking commands.
Markus Wick
2021-04-07
1
-6
/
+5
*
video_core/gpu_thread: Keep the write lock for allocating the fence.
Markus Wick
2021-04-07
1
-1
/
+2
*
video_core/gpu_thread: Implement a ShutDown method.
Markus Wick
2021-04-07
1
-2
/
+5
*
gpu_thread: Remove Async NVDEC placeholders
ameerj
2021-03-01
1
-15
/
+4
*
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-02-13
1
-3
/
+5
*
video_core: gpu: Implement synchronous mode using threaded GPU.
bunnei
2020-12-29
1
-2
/
+3
*
video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.
bunnei
2020-12-29
1
-1
/
+6
*
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-12-04
1
-13
/
+12
*
video_core: NVDEC Implementation
ameerj
2020-10-27
1
-4
/
+15
*
GPU: Implement Flush Requests for Async mode.
Fernando Sahmkow
2020-04-22
1
-2
/
+6
*
OpenGL: Implement Fencing backend.
Fernando Sahmkow
2020-04-22
1
-1
/
+6
*
GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr
Fernando Sahmkow
2020-04-06
1
-9
/
+9
*
Frontend/GPU: Refactor context management
James Rowe
2020-03-25
1
-2
/
+5
*
gpu_thread: Use MPSCQueue for GPU commands.
bunnei
2020-02-08
1
-1
/
+1
*
Core: Wait for GPU to be idle before shutting down.
Fernando Sahmkow
2019-10-05
1
-0
/
+3
*
GPU_Async: Correct fences, display events and more.
Fernando Sahmkow
2019-10-05
1
-6
/
+0
*
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
ReinUsesLisp
2019-08-21
1
-2
/
+1
*
gpu_asynch: Simplify synchronization to a simpler consumer->producer scheme.
Fernando Sahmkow
2019-07-05
1
-32
/
+0
*
Merge pull request #2467 from lioncash/move
Hexagon12
2019-05-19
1
-6
/
+0
|
\
|
*
video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer
Lioncash
2019-05-14
1
-6
/
+0
*
|
yuzu: Remove explicit types from locks where applicable
Lioncash
2019-05-14
1
-1
/
+1
|
/
*
video_core/gpu: Create threads separately from initialization
Lioncash
2019-04-12
1
-2
/
+4
*
gpu_thread: Improve synchronization by using CoreTiming.
bunnei
2019-04-02
1
-40
/
+31
*
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
1
-6
/
+6
*
gpu_thread: Remove unused dma_pusher class member variable from ThreadManager
Lioncash
2019-03-27
1
-3
/
+0
*
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-15
1
-40
/
+92
*
video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype
Lioncash
2019-03-07
1
-3
/
+0
*
video_core/gpu_thread: Amend constructor initializer list order
Lioncash
2019-03-07
1
-2
/
+2
*
gpu_thread: Fix deadlock with threading idle state check.
bunnei
2019-03-07
1
-3
/
+4
*
gpu: Move command processing to another thread.
bunnei
2019-03-07
1
-0
/
+135