summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* GPU: Implemented the R11FG11FB10F texture and rendertarget formats.Subv2018-06-061-0/+1
* GPU: Added a function to retrieve the bytes per pixel of the render target formats.Subv2018-04-251-0/+3
* GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D processor.Subv2018-04-251-7/+0
* gpu: Add several framebuffer formats to RenderTargetFormat.bunnei2018-04-181-0/+3
* graphics_surface: Fix merge conflicts.bunnei2018-03-271-0/+1
* maxwell: Add RenderTargetFormat enum.bunnei2018-03-271-1/+1
* Frontend: Updated the surface view debug widget to work with Maxwell surfaces.Subv2018-03-241-0/+4
* Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv2018-03-241-0/+5
* renderer_opengl: Better handling of framebuffer transform flags.bunnei2018-03-231-1/+4
* video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei2018-03-231-0/+29
* gpu: Expose Maxwell3D engine.bunnei2018-03-231-0/+4
* GPU: Move the GPU's class constructor and destructors to a cpp file.Subv2018-03-181-10/+8
* GPU: Store uploaded GPU macros and keep track of the number of method parameters.Subv2018-03-181-1/+9
* GPU: Macros are specific to the Maxwell3D engine, so handle them internally.Subv2018-03-181-3/+0
* GPU: Process command mode 5 (IncreaseOnce) differently from other commands.Subv2018-03-171-0/+3
* GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine.Subv2018-02-121-1/+1
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-0/+55