summaryrefslogtreecommitdiffstats
path: root/src/tests/video_core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add unit tests for the GPU range tracking buffer containerReinUsesLisp2021-01-131-0/+473
Due to how error prone the container design is, this commit adds unit tests for it. Some tests taken from here are based on bugs from using this buffer container in games, so if we ever break it in the future in a way that might harm games, the tests should fail.