summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/kepler_compute.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core/engines: Remove unnecessary includesLioncash2019-03-061-2/+1
| | | | | | | | | Removes a few unnecessary dependencies on core-related machinery, such as the core.h and memory.h, which reduces the amount of rebuilding necessary if those files change. This also uncovered some indirect dependencies within other source files. This also fixes those.
* kepler_compute: Fixup assert and rename enginesReinUsesLisp2019-02-101-0/+34
When I originally added the compute assert I used the wrong documentation. This addresses that. The dispatch register was tested with homebrew against hardware and is triggered by some games (e.g. Super Mario Odyssey). What exactly is missing to get a valid program bound by this engine requires more investigation.