index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
gpu.cpp
Age
Commit message (
Expand
)
Author
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-05-05
Update src/video_core/gpu.cpp
bunnei
2020-05-05
Update src/video_core/gpu.cpp
bunnei
2020-04-28
Clang Format and Documentation.
Fernando Sahmkow
2020-04-27
VideoCore/GPU: Delegate subchannel engines to the dma pusher.
Fernando Sahmkow
2020-04-27
VideoCore/Engines: Refactor Engines CallMethod.
Fernando Sahmkow
2020-04-23
Clang Format.
Fernando Sahmkow
2020-04-23
GPU: Add Fast GPU Time Option.
Fernando Sahmkow
2020-04-23
DMAPusher: Propagate multimethod writes into the engines.
Fernando Sahmkow
2020-04-22
Address Feedback.
Fernando Sahmkow
2020-04-22
GPU: Implement Flush Requests for Async mode.
Fernando Sahmkow
2020-04-22
ThreadManager: Sync async reads on accurate gpu.
Fernando Sahmkow
2020-04-22
OpenGL: Implement Fencing backend.
Fernando Sahmkow
2020-04-22
GPU: Delay Fences.
Fernando Sahmkow
2020-04-22
GPU: Refactor synchronization on Async GPU
Fernando Sahmkow
2020-04-19
dma_pusher: Remove reliance on the global system instance
Lioncash
2020-03-24
Frontend/GPU: Refactor context management
James Rowe
2020-02-25
video_core/gpu: Remove unused functions
ReinUsesLisp
2020-02-15
Revert "video_core: memory_manager: Use GPU interface for cache functions."
bunnei
2020-02-13
GPU: Address Feedback.
Fernando Sahmkow
2020-02-10
GPU: Implement GPU Clock correctly.
Fernando Sahmkow
2020-02-07
video_core: memory_manager: Use GPU interface for cache functions.
bunnei
2019-12-30
video_core: Block in WaitFence.
Markus Wick
2019-10-16
Merge pull request #2912 from FernandoS27/async-fixes
bunnei
2019-10-15
video_core/gpu: Remove use of the global system accessor
Lioncash
2019-10-11
AsyncGpu: Address Feedback
Fernando Sahmkow
2019-10-04
GPU_Async: Correct fences, display events and more.
Fernando Sahmkow
2019-09-22
video_core: Implement RGBX16F PixelFormat
FearlessTobi
2019-09-03
Merge pull request #2793 from ReinUsesLisp/bgr565
bunnei
2019-08-30
video_core: Silent miscellaneous warnings (#2820)
Rodrigo Locatti
2019-08-21
renderer_opengl: Use VideoCore pixel format
ReinUsesLisp
2019-07-26
GPU: Flush commands on every dma pusher step.
Fernando Sahmkow
2019-07-26
Merge pull request #2592 from FernandoS27/sync1
bunnei
2019-07-25
Merge pull request #2743 from FernandoS27/surpress-assert
bunnei
2019-07-18
GPU: Add missing puller methods.
Fernando Sahmkow
2019-07-15
gl_rasterizer: Implement compute shaders
ReinUsesLisp
2019-07-09
prefer system reference over global accessor
Michael Scire
2019-07-05
NVServices: Styling, define constructors as explicit and corrections
Fernando Sahmkow
2019-07-05
NVFlinger: Correct GCC compile error
Fernando Sahmkow
2019-07-05
NVServices: Make NVEvents Automatic according to documentation.
Fernando Sahmkow
2019-07-05
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror...
Fernando Sahmkow
2019-07-05
nv_host_ctrl: Make Sync GPU variant always return synced result.
Fernando Sahmkow
2019-07-05
Gpu: use an std mutex instead of a spin_lock to guard syncpoints
Fernando Sahmkow
2019-07-05
Gpu: Mark areas as protected.
Fernando Sahmkow
2019-07-05
nv_services: Stub CtrlEventSignal
Fernando Sahmkow
2019-07-05
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-07-05
video_core: Implement GPU side Syncpoints
Fernando Sahmkow
2019-04-22
Introduce skeleton of the GPU Compute Engine.
Fernando Sahmkow
2019-04-22
Revamp Kepler Memory to use a subegine to manage uploads
Fernando Sahmkow
[next]