summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.h
AgeCommit message (Expand)Author
2018-07-20gpu: Rename Get3DEngine() to Maxwell3D()Lioncash
2018-07-17vi: Partially implement buffer crop parameters.bunnei
2018-07-02GPU: Implemented the Z24S8 depth format and load the depth framebuffer.Subv
2018-06-30GPU: Implemented the RGBA32_UINT rendertarget format.Subv
2018-06-12GPU: Partially implemented the Maxwell DMA engine.Subv
2018-06-06Merge pull request #527 from Subv/rgba32f_texcopybunnei
2018-06-05GPU: Implemented the R11FG11FB10F texture and rendertarget formats.Subv
2018-06-05GPU: Allow the usage of RGBA32_FLOAT in the texture copy engine.Subv
2018-04-25GPU: Added a function to retrieve the bytes per pixel of the render target fo...Subv
2018-04-25GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D p...Subv
2018-04-17gpu: Add several framebuffer formats to RenderTargetFormat.bunnei
2018-03-26graphics_surface: Fix merge conflicts.bunnei
2018-03-26maxwell: Add RenderTargetFormat enum.bunnei
2018-03-24Frontend: Updated the surface view debug widget to work with Maxwell surfaces.Subv
2018-03-24Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv
2018-03-23renderer_opengl: Better handling of framebuffer transform flags.bunnei
2018-03-22video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei
2018-03-22gpu: Expose Maxwell3D engine.bunnei
2018-03-18GPU: Move the GPU's class constructor and destructors to a cpp file.Subv
2018-03-18GPU: Store uploaded GPU macros and keep track of the number of method paramet...Subv
2018-03-18GPU: Macros are specific to the Maxwell3D engine, so handle them internally.Subv
2018-03-16GPU: Process command mode 5 (IncreaseOnce) differently from other commands.Subv
2018-02-12GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine.Subv
2018-02-11Make a GPU class in VideoCore to contain the GPU state.Subv