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
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
2019-04-05
memory_manager: Improved implementation of read/write/copy block.
bunnei
2019-03-27
video_core/gpu: Amend typo in GPU member variable name
Lioncash
2019-03-20
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-06
gpu: Refactor a/synchronous implementations into their own classes.
bunnei
2019-03-06
gpu: Move command processing to another thread.
bunnei
2019-03-06
gpu: Refactor command and swap buffers interface for asynch.
bunnei
2019-03-06
gpu: Refactor to take RendererBase instead of RasterizerInterface.
bunnei
2019-02-15
video_core: Remove usages of System::GetInstance() within the engines
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
Merge pull request #2099 from greggameplayer/BGRA8-Framebuffer-Real
bunnei
2019-02-12
Merge pull request #2110 from lioncash/namespace
bunnei
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-10
kepler_compute: Fixup assert and rename engines
ReinUsesLisp
2019-02-09
Implement BGRA8 framebuffer format
greggameplayer
2019-01-29
video_core/GPU Implemented the GPU PFIFO puller semaphore operations. (#1908)
Kevin
2018-12-19
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-12-03
GPU: Don't try to route PFIFO methods (0-0x40) to the other engines.
Subv
2018-12-01
Fix debug build
Lioncash
2018-11-27
gpu: Move command list profiling to DmaPusher::DispatchCalls.
bunnei
2018-11-26
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-21
Use default values for unknown framebuffer pixel format
FernandoS27
2018-10-18
GPU: Improved implementation of maxwell DMA (Subv).
bunnei
2018-10-18
GPU: Invalidate destination address of kepler_memory writes.
bunnei
2018-10-06
fermi_2d: Implement simple copies with AccelerateSurfaceCopy.
bunnei
2018-09-12
GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).
Subv
2018-09-10
gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB.
bunnei
2018-08-28
gpu: Make memory_manager private
Lioncash
[next]