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.h
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
Video_Core: Implement a new Buffer Cache
Fernando Sahmkow
2019-08-21
renderer_opengl: Implement RGB565 framebuffer format
ReinUsesLisp
2019-08-21
renderer_opengl: Use VideoCore pixel format
ReinUsesLisp
2019-08-21
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
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-05
NVServices: Styling, define constructors as explicit and corrections
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-11
video_core/gpu: Create threads separately from initialization
Lioncash
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-14
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-07
video_core/gpu: Make GPU's destructor virtual
Lioncash
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-27
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-15
video_core: Remove usages of System::GetInstance() within the engines
Lioncash
2019-02-12
Merge pull request #2099 from greggameplayer/BGRA8-Framebuffer-Real
bunnei
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-11-26
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-09-17
Merge pull request #1329 from raven02/bgr5a1u
bunnei
2018-09-16
Implement RenderTargetFormat::BGR5A1_UNORM (Pokken Tournament DX)
raven02
2018-09-12
GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).
Subv
2018-09-10
Merge pull request #1284 from bunnei/bgra8_srgb
bunnei
2018-09-10
video_core: Refactor command_processor.
Markus Wick
2018-09-10
video_core: Move command buffer loop.
Markus Wick
2018-09-10
gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB.
bunnei
2018-09-04
command_processor: Use std::array for bound_engines.
Markus Wick
2018-08-28
gpu: Make memory_manager private
Lioncash
2018-08-20
Implemented RGBA8_UINT
David Marcec
2018-08-13
renderer_opengl: Implement RenderTargetFormat::RGBA16_UNORM.
bunnei
2018-08-13
Implement RG32UI and R32UI
David Marcec
2018-08-13
renderer_opengl: Implement RenderTargetFormat::RGBA16_UINT.
bunnei
[next]