summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.cpp
AgeCommit message (Expand)Author
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
2018-03-24Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv
2018-03-18GPU: Move the GPU's class constructor and destructors to a cpp file.Subv