summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/kepler_compute.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-10kepler_compute: Fixup assert and rename enginesReinUsesLisp1-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.