summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* GPU: Move the GPU's class constructor and destructors to a cpp file.Gravatar Subv2018-03-181-10/+8
* GPU: Store uploaded GPU macros and keep track of the number of method paramet...Gravatar Subv2018-03-181-1/+9
* GPU: Macros are specific to the Maxwell3D engine, so handle them internally.Gravatar Subv2018-03-181-3/+0
* GPU: Process command mode 5 (IncreaseOnce) differently from other commands.Gravatar Subv2018-03-161-0/+3
* GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine.Gravatar Subv2018-02-121-1/+1
* Make a GPU class in VideoCore to contain the GPU state.Gravatar Subv2018-02-111-0/+55