summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.cpp
AgeCommit message (Expand)Author
2019-03-27video_core/gpu: Amend typo in GPU member variable nameLioncash
2019-03-20gpu: Rewrite virtual memory manager using PageTable.bunnei
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-03-06gpu: Refactor a/synchronous implementations into their own classes.bunnei
2019-03-06gpu: Move command processing to another thread.bunnei
2019-03-06gpu: Refactor command and swap buffers interface for asynch.bunnei
2019-03-06gpu: Refactor to take RendererBase instead of RasterizerInterface.bunnei
2019-02-15video_core: Remove usages of System::GetInstance() within the enginesLioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12Merge pull request #2099 from greggameplayer/BGRA8-Framebuffer-Realbunnei
2019-02-12Merge pull request #2110 from lioncash/namespacebunnei
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2019-02-10kepler_compute: Fixup assert and rename enginesReinUsesLisp
2019-02-09Implement BGRA8 framebuffer formatgreggameplayer
2019-01-29video_core/GPU Implemented the GPU PFIFO puller semaphore operations. (#1908)Kevin
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-12-03GPU: Don't try to route PFIFO methods (0-0x40) to the other engines.Subv
2018-12-01Fix debug buildLioncash
2018-11-27gpu: Move command list profiling to DmaPusher::DispatchCalls.bunnei
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.bunnei
2018-11-21Use default values for unknown framebuffer pixel formatFernandoS27
2018-10-18GPU: Improved implementation of maxwell DMA (Subv).bunnei
2018-10-18GPU: Invalidate destination address of kepler_memory writes.bunnei
2018-10-06fermi_2d: Implement simple copies with AccelerateSurfaceCopy.bunnei
2018-09-12GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).Subv
2018-09-10gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB.bunnei
2018-08-28gpu: Make memory_manager privateLioncash
2018-08-20Implemented RGBA8_UINTDavid Marcec
2018-08-13renderer_opengl: Implement RenderTargetFormat::RGBA16_UNORM.bunnei
2018-08-13Implement RG32UI and R32UIDavid Marcec
2018-08-13renderer_opengl: Implement RenderTargetFormat::RGBA16_UINT.bunnei
2018-08-12renderer_opengl: Implement RenderTargetFormat::RG8_UNORM.bunnei
2018-08-11Implement R8_UINT RenderTargetFormat & PixelFormat (#1014)greggameplayer
2018-08-11gl_rasterizer: Implement render target format RG8_SNORM.bunnei
2018-08-11gl_rasterizer: Implement render target format RGBA8_SNORM.bunnei
2018-08-11Merge pull request #1016 from lioncash/videobunnei
2018-08-11Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats and more (R1...greggameplayer
2018-08-10video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash
2018-08-08gpu: Add R11G11B10_FLOAT to RenderTargetBytesPerPixel.bunnei
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-08-01Implement R32_FLOAT RenderTargetFormatUnknown
2018-07-23gl_rasterizer_cache: Implement RenderTargetFormat RG32_FLOAT.bunnei
2018-07-23gl_rasterizer_cache: Implement RenderTargetFormat BGRA8_UNORM.bunnei
2018-07-20gpu: Rename Get3DEngine() to Maxwell3D()Lioncash
2018-06-12GPU: Partially implemented the Maxwell DMA engine.Subv
2018-06-05GPU: Allow the usage of RGBA16_FLOAT in the texture copy engine.Subv
2018-06-05GPU: Allow the usage of RGBA32_FLOAT in the texture copy engine.Subv
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-25GPU: Added a function to retrieve the bytes per pixel of the render target fo...Subv
2018-04-25GPU: Added boilerplate code for the Fermi2D engineSubv