summaryrefslogtreecommitdiff
path: root/src/video_core/engines/maxwell_compute.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kepler_compute: Fixup assert and rename enginesGravatar ReinUsesLisp2019-02-101-57/+0
* gpu: Rewrite GPU command list processing with DmaPusher class.Gravatar bunnei2018-11-261-1/+2
* video_core: Add asserts for CS, TFB and alpha testingGravatar ReinUsesLisp2018-09-251-0/+36
* video_core: Use nested namespaces where applicableGravatar Lioncash2018-07-201-4/+2
* GPU: Macros are specific to the Maxwell3D engine, so handle them internally.Gravatar Subv2018-03-181-8/+0
* GPU: Process command mode 5 (IncreaseOnce) differently from other commands.Gravatar Subv2018-03-161-0/+8
* Make a GPU class in VideoCore to contain the GPU state.Gravatar Subv2018-02-111-3/+7
* GPU: Added a command processor to decode the GPU pushbuffers and forward the ...Gravatar Subv2018-02-111-0/+18