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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core/gpu_thread: Tidy up SwapBuffers()
Lioncash
2019-11-27
1
-2
/
+1
*
gpu_thread: Don't spin wait if there are no GPU commands.
bunnei
2019-11-23
1
-17
/
+15
*
AsyncGpu: Address Feedback
Fernando Sahmkow
2019-10-11
1
-1
/
+1
*
Core: Wait for GPU to be idle before shutting down.
Fernando Sahmkow
2019-10-05
1
-0
/
+5
*
GPU_Async: Correct fences, display events and more.
Fernando Sahmkow
2019-10-05
1
-13
/
+1
*
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
ReinUsesLisp
2019-08-21
1
-4
/
+4
*
NVFlinger: Correct GCC compile error
Fernando Sahmkow
2019-07-05
1
-2
/
+4
*
gpu_asynch: Simplify synchronization to a simpler consumer->producer scheme.
Fernando Sahmkow
2019-07-05
1
-15
/
+3
*
Async GPU: do invalidate as synced operation
Fernando Sahmkow
2019-07-05
1
-6
/
+1
*
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-06-05
1
-1
/
+1
*
yuzu: Remove explicit types from locks where applicable
Lioncash
2019-05-14
1
-1
/
+1
*
video_core/gpu_thread: Remove unused local variable
Lioncash
2019-05-10
1
-1
/
+1
*
video_core/gpu: Create threads separately from initialization
Lioncash
2019-04-12
1
-6
/
+11
*
video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor
Lioncash
2019-04-06
1
-1
/
+1
*
gpu_thread: Improve synchronization by using CoreTiming.
bunnei
2019-04-02
1
-10
/
+33
*
gpu_thread: Remove unused dma_pusher class member variable from ThreadManager
Lioncash
2019-03-27
1
-2
/
+2
*
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-15
1
-95
/
+41
*
gpu_thread: Fix deadlock with threading idle state check.
bunnei
2019-03-07
1
-4
/
+7
*
gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion.
bunnei
2019-03-07
1
-3
/
+1
*
gpu: Always flush.
bunnei
2019-03-07
1
-8
/
+5
*
gpu: Move command processing to another thread.
bunnei
2019-03-07
1
-0
/
+154