77 Commits (604dc3f59b5620fca02a3dc86a4f3b3bb91be8f2)

Author SHA1 Message Date
Fernando Sahmkow 604dc3f59b GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware 7 years ago
Fernando Sahmkow 772d205e8f nv_host_ctrl: Make Sync GPU variant always return synced result. 7 years ago
Fernando Sahmkow ff34715d92 Gpu: use an std mutex instead of a spin_lock to guard syncpoints 7 years ago
Fernando Sahmkow 095e6b1cd9 Gpu: Mark areas as protected. 7 years ago
Fernando Sahmkow 8c8e96b87c nv_services: Stub CtrlEventSignal 7 years ago
Fernando Sahmkow 1fb8727a9a Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts 7 years ago
Fernando Sahmkow 779c115dbb video_core: Implement GPU side Syncpoints 7 years ago
Lioncash e0962940a2 video_core/gpu: Create threads separately from initialization 7 years ago
Lioncash c34cb4ebcc video_core/gpu: Amend typo in GPU member variable name 7 years ago
bunnei fa405371ee gpu: Rewrite virtual memory manager using PageTable. 7 years ago
bunnei 7fccfc3ee7 gpu: Use host address for caching instead of guest address. 7 years ago
Lioncash bd263e75cc video_core/gpu: Make GPU's destructor virtual 7 years ago
bunnei 83079031b3 gpu: Refactor a/synchronous implementations into their own classes. 7 years ago
bunnei 9d1ee628b2 gpu: Move command processing to another thread. 7 years ago
bunnei edf09ff450 gpu: Refactor command and swap buffers interface for asynch. 7 years ago
bunnei 1e27162275 gpu: Refactor to take RendererBase instead of RasterizerInterface. 7 years ago
Lioncash e59ae7210a common/math_util: Move contents into the Common namespace 7 years ago
Lioncash 12774b7c44 video_core: Remove usages of System::GetInstance() within the engines 7 years ago
ReinUsesLisp 6dfc564d12 kepler_compute: Fixup assert and rename engines 7 years ago
greggameplayer b4603fafcb Implement BGRA8 framebuffer format 7 years ago
Kevin e156f51825 video_core/GPU Implemented the GPU PFIFO puller semaphore operations. (#1908) 7 years ago
bunnei f8b215e361 gpu: Rewrite GPU command list processing with DmaPusher class. 7 years ago
raven02 8cf6772150 Implement RenderTargetFormat::BGR5A1_UNORM (Pokken Tournament DX) 7 years ago
Subv 46b33657b6 GPU: Basic implementation of the Kepler Inline Memory engine (p2mf). 7 years ago
Markus Wick 118c1c36c1 video_core: Refactor command_processor. 7 years ago
Markus Wick a5613f87ef video_core: Move command buffer loop. 7 years ago
bunnei 33a936e055 gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB. 7 years ago
Markus Wick ca64dbd6fe command_processor: Use std::array for bound_engines. 7 years ago
Lioncash b4a81f9bca gpu: Make memory_manager private 7 years ago
David Marcec 4d26be905a Implemented RGBA8_UINT 7 years ago
bunnei 9b9cf62587 renderer_opengl: Implement RenderTargetFormat::RGBA16_UNORM. 7 years ago
David Marcec 5c1a4ab132 Implement RG32UI and R32UI 7 years ago
bunnei 1d2fdc5a0d renderer_opengl: Implement RenderTargetFormat::RGBA16_UINT. 7 years ago
bunnei ad6b0268eb renderer_opengl: Implement RenderTargetFormat::RG8_UNORM. 7 years ago
greggameplayer 974a959892 Implement R8_UINT RenderTargetFormat & PixelFormat (#1014) 7 years ago
bunnei 8cb27339a2 gl_rasterizer: Implement render target format RG8_SNORM. 7 years ago
bunnei e8a695064b gl_rasterizer: Implement render target format RGBA8_SNORM. 7 years ago
greggameplayer 3aa4040888 Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats and more (R16_UNORM needed by Fate Extella) (#848) 7 years ago
Lioncash 38049444da video_core; Get rid of global g_toggle_framelimit_enabled variable 7 years ago
bunnei 5381a038ca gl_rasterizer_cached: Implement RenderTargetFormat::B5G6R5_UNORM. 7 years ago
Lioncash 49dc22f84e video_core: Eliminate the g_renderer global variable 8 years ago
Unknown 6b77105b3d Implement R32_FLOAT RenderTargetFormat 8 years ago
Subv b994374b5c GPU: Allow using R16F as a render target format. 8 years ago
Unknown aad2bf10a8 Implement R16_G16 8 years ago
Subv b4ae8432b4 GPU: Implemented the Z32_S8_X24 depth buffer format. 8 years ago
Subv 1930980a26 GPU: Allow the usage of R8 as a render target format. 8 years ago
bunnei 889da74c9d gl_rasterizer_cache: Implement RenderTargetFormat RG32_FLOAT. 8 years ago
bunnei e1ffcc6817 gl_rasterizer_cache: Implement RenderTargetFormat BGRA8_UNORM. 8 years ago
Lioncash d923d8f50c gpu: Rename Get3DEngine() to Maxwell3D() 8 years ago
bunnei 42b866afc5 vi: Partially implement buffer crop parameters. 8 years ago