summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.h
AgeCommit message (Expand)Author
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