summaryrefslogtreecommitdiffstats
path: root/src/tests/video_core (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-10Buffer Cache: Address Feedback.Fernando Sahmkow1-1/+1
2021-07-09Buffer Cache: Fix High Downloads and don't predownload on Extreme.Fernando Sahmkow1-1/+1
2021-02-13tests/buffer_base: Add cached CPU writes testsReinUsesLisp1-0/+76
Ensure the behavior of the previous commit in tests.
2021-01-13tests: Add unit tests for the GPU range tracking buffer containerReinUsesLisp1-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.