ameerj
|
427bf76e62
gpu: Migrate implementation to the cpp file
|
4 лет назад |
ameerj
|
877cd60b00
gpu: Use std::jthread for async gpu thread
|
4 лет назад |
Markus Wick
|
e8bd9aed8b
video_core: Use a CV for blocking commands.
|
5 лет назад |
Markus Wick
|
e6fb49fa4b
video_core/gpu_thread: Keep the write lock for allocating the fence.
|
5 лет назад |
Markus Wick
|
5145133a60
video_core/gpu_thread: Implement a ShutDown method.
|
5 лет назад |
ameerj
|
52e9d7fa49
gpu_thread: Remove Async NVDEC placeholders
|
5 лет назад |
ReinUsesLisp
|
75ccd9959c
gpu: Report renderer errors with exceptions
|
5 лет назад |
bunnei
|
40571c073f
video_core: gpu: Implement synchronous mode using threaded GPU.
|
5 лет назад |
bunnei
|
14c825bd1c
video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.
|
5 лет назад |
Lioncash
|
677a8b208d
video_core: Resolve more variable shadowing scenarios
|
5 лет назад |
ameerj
|
eb67a45ca8
video_core: NVDEC Implementation
|
5 лет назад |
Fernando Sahmkow
|
1fb516cd97
GPU: Implement Flush Requests for Async mode.
|
6 лет назад |
Fernando Sahmkow
|
487379c593
OpenGL: Implement Fencing backend.
|
6 лет назад |
Fernando Sahmkow
|
9c0f40a1f5
GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr
|
6 лет назад |
James Rowe
|
282adfc70b
Frontend/GPU: Refactor context management
|
6 лет назад |
bunnei
|
b5c13ee0eb
gpu_thread: Use MPSCQueue for GPU commands.
|
6 лет назад |
Fernando Sahmkow
|
3f104464de
Core: Wait for GPU to be idle before shutting down.
|
6 лет назад |
Fernando Sahmkow
|
5b5e60ffec
GPU_Async: Correct fences, display events and more.
|
6 лет назад |
ReinUsesLisp
|
9a76e94b3d
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
|
7 лет назад |
Fernando Sahmkow
|
f2e026a1d8
gpu_asynch: Simplify synchronization to a simpler consumer->producer scheme.
|
7 лет назад |
Hexagon12
|
18cdbdafa2
Merge pull request #2467 from lioncash/move
|
7 лет назад |
Lioncash
|
d6d809db87
yuzu: Remove explicit types from locks where applicable
|
7 лет назад |
Lioncash
|
c5129a3a58
video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer
|
7 лет назад |
Lioncash
|
6d0551196d
video_core/gpu: Create threads separately from initialization
|
7 лет назад |
bunnei
|
4555b63750
gpu_thread: Improve synchronization by using CoreTiming.
|
7 лет назад |
Lioncash
|
781ab8407b
general: Use deducation guides for std::lock_guard and std::unique_lock
|
7 лет назад |
Lioncash
|
947d364dba
gpu_thread: Remove unused dma_pusher class member variable from ThreadManager
|
7 лет назад |
bunnei
|
2eaf6c41a4
gpu: Use host address for caching instead of guest address.
|
7 лет назад |
Lioncash
|
c2d4c8b95e
video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype
|
7 лет назад |
Lioncash
|
48a461a629
video_core/gpu_thread: Amend constructor initializer list order
|
7 лет назад |